• Resolved oscarm2

    (@oscarm2)


    Hi.

    Language switcher is working fine on desktop browser but when I check it on the mobile browser the translation does not work. I tested it on iOS and android phones.

    The page I need help with: [log in to see the link]

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

    (@edo888)

    Hi,

    Can you try to move the language switcher from the header to somewhere else, let’s say bottom right corner?

    It seems that you cannot click on the flags in mobile version.

    I have also noticed that you have 2 language selectors, probably one is for mobile, the other one is for desktop. I believe you have placed it into the menu and your menu system is copying it, which breaks the code.

    Thanks! ??

    Thread Starter oscarm2

    (@oscarm2)

    I only have your plugin installed. It doesn’t matter where I put it, it doesn’t work on mobile. Right now I have put it in the footer.
    And it’s not on the menu.

    Plugin Author edo888

    (@edo888)

    Hi,

    I see one in the header one in the footer. Please remove the one in header.

    Thanks!

    Thread Starter oscarm2

    (@oscarm2)

    Hi.

    Done. Now it works, but I need to put it in Header

    Plugin Author edo888

    (@edo888)

    Hi,

    Great! You probably need to manually modify your theme file and place the code in appropriate location, most likely inside header.php file:

    <?php
    ...
    echo do_shortcode('[gtranslate]');
    ...
    ?>

    You may consult your theme developer for more specific instructions.

    If you use our paid version, we can do the setup for you: https://gtranslate.io/#pricing

    Thanks! ??

    Thread Starter oscarm2

    (@oscarm2)

    I put it whith that code and now works!

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No translation in mobile’ is closed to new replies.