Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    I see that for mobile look you have placed it into the burger menu and it is not clickable, most likely clicks on your menu have higher priority.

    I will not be able to provide more details as you have some protection code present which get’s into the way when I try to check for more details, very annoying and I’m not sure why people do this. Believe me, if somebody serious wants to copy anything from your website, this is not going to stop them. I do not see any point setting such plugins and slowing your website down unnecessarily.

    I would recommend you to move the selector out of the menu and place it at the bottom left corner using our Show floating selector option.

    Thanks! ??

    Thread Starter unicrafterz

    (@unicrafterz)

    If I deactivate the “right click disable plugin”

    So, you will check the issue? Because, it’s a important to me to show the language translation on top menu bar

    Another, Can I hide the translation on mobile version?

    Thanks

    I also have same question. I did not find the settings to make it disappear on the Phone.

    Plugin Author edo888

    (@edo888)

    Obviously you can do that using CSS. You can use @media rule and define the screen resolution to hide the selector.

    For example:

    @media only screen and (max-width: 600px) {
        #gtranslate_wrapper {display:none !important;}
    }

    Thanks! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile Translate not working & unresponsive’ is closed to new replies.