Your account expired support, please renew to get your support.

HomePage Forums Themes Support Freshio – Organic & Food Store WordPress Theme Dont working add to card, cant copy text and etc.

Topic Resolution: Resolved
Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #1108
    siknoidas
    Support Expired

    Thanks for fast respond.

    https://pasteboard.co/JybxFln.png
    https://pasteboard.co/JybxZpN.png

    I mean this, when you are with mouse. But looks like fixed after cache flush –
    https://pasteboard.co/JybyemW.png

    But login still not translating 🙁

    #1129
    siknoidas
    Support Expired

    Thank you, main button is fixed. Can you fix and on header?
    https://pasteboard.co/Jyme0X1.png

    Thanks 🙂

    #1131

    We have fixed it 😉
    Let us know if you get any issue, we will give you the best solution to resolve them.
    Don’t forget to vote us 5 stars 

    
Thanks & Regards,

    #1208
    siknoidas
    Support Expired

    Looks like i can vote 4-5 around. I like template, but still a lot small bugs… With colors and translating… Can you help with login problems some of logins error not translated… Example
    Error: The password field is empty.
    Unknown email address. Check again or try your username.
    Wrong information
    Good email, wrong password not working.
    fixed by this in your function.

    add_filter('login_errors','login_error_message');
    
    function login_error_message($error){
        //check if that's the error you are looking for
        $pos = strpos($error, 'incorrect');
        if (is_int($pos)) {
            //its the right error so you can overwrite it
            $error = "Neteisingas slaptažodis";
        }
        return $error;
    }

    Error: Insert username (this is working). Or its not template problem, but wordpress?

    #1222
    siknoidas
    Support Expired
    This reply has been marked as private.
    #1465
    siknoidas
    Support Expired

    Hello,
    How are you?

    I have another problem with translation…
    “Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! ” ? $ % ^ & ).”

    Look, can you fix this issue.
    This link is redirecting to admin panel, can you do this in login page?
    https://pasteboard.co/JA1LddA.png

    i mean page /account

    Thankss

Viewing 6 posts - 16 through 21 (of 21 total)

You must be logged in to reply to this topic.