Hello I recently have started to make the website http://xaviers34.sg-host.com and I surprised when I translated the first page because the switcher is showing two same flags an other one. I mean, the original language appears two times and translation one, how can I resolve to show only one flag per language.
Thanks!
Hey dithinks,
Thank you for the inquiry.
Looks like you have enabled the language switcher of the plugin. Please note that the theme automatically displays language flags next to the main menu when WPML is enabled. If you wish to disable the language flags, please add this CSS code.
#header_main #avia-menu .av-language-switch-item { display: none; }
Related thread: https://kriesi.at/support/topic/remove-wpm-flags-in-menu/#post-1312211
Best regards,
Ismael
Now is working properly, thanks!