I use WPML plugin for translation. I have it activated for displaying the flags in the main menu, but it also pops up in the “top bar”. And even at the left of it where it is interfering with the logo when displayed on a mobile phone.
Do you know a way to remove the flags or to move them to the right (next to social icons)?
Hi vanderburg!
Normally the theme should add the flags to the menu automatically and you don’t need to activate the WPML language switcher option. The flags will be displayed in the top bar by default. To deactiveate the WPML language switcher go to WPML > Languages and deactivate the “Display the language switcher in the WP Menu” checkbox.
Cheers!
Peter
Sorry Dude But i just want it to be in the main menu line and NOT in the top bar. Or: if it has to be the top bar then I want it at the right (next to the soci icons) and not at the left side. Any suggestions?
Hello Yigit. My website: http://www.yannik.nl
See it on your mobile phone.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab if you would like to remove langauge switcher from header meta section
#header_meta .avia_wpml_language_switch { display: none; }
If you would like to remove the one in main nav and move the on the header meta to closer to social icons
#header_main .menu-item-language { display: none; }
#header_meta .sub_menu { float: right; margin-right: 15px; }
Best regards,
Yigit
You did it again. Great. Thanks.