Tagged: wpml
Hello
I’m building a website and using WPML the handle translations.
I’m experiencing an issue: the mobile menu shows the language selectors twice.
https://www.dropbox.com/s/6pi7tqpclidnjk9/Screenshot%202015-05-21%2022.56.29.png?dl=0
Any idea why is that?
Also, is there any way I can move the language selector at the top of the mobile menu, rather than at the bottom?
Thank you!
Alessandro
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue
Hey!
Changes are done, review child theme function.php and style.css
Regards,
Josue
Hi Josue
Thank you very much, looks perfect! One quick question, though unrelated: the “back to top” arrow in the mobile version of the site has disappeared: do you know why is that?
Thanks again,
Alessandro
Hi Alessandro!
Back to top button is disabled on mobiles by default because it occupies too much space and the user can do the same by tapping on the top of the screen, however if you’d like to have it on mobile add this to Quick CSS:
.responsive #scroll-top-link{display: block !important;}
Best regards,
Josue
Awesome, thank you!