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! 🙂
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!
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! 🙂
I put it whith that code and now works!
Thanks