Dear enfold team,
I like the default enfold WPML language switcher! It fit’s nice into the theme! I just have a few questions:
1) Is it possible to just display the flags that are currently not active? Since I have only two languages (german and english), and >90% will use the site in german, it would be nice to just show one flag of the other (not-active) language, e.g. english if used in german and vice-versa…
2) Is there an easy way to put the language switch together with the social icons instead of the menu.
3) Alternatively, I might think about having DE or EN instead of the flags. Is this possible?
If this is beyond the support scope, maybe you can just point me to the place, where this switch is defined, and I can try to figure it out myself? I somehow couldn’t find it in the code…
Thank you!
Sebastian
Hey Sebastian!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
li.avia_current_lang {
display: none;
}
Please refer to my post here – https://kriesi.at/support/topic/how-to-control-the-language-flags/#post-537310
Regards,
Yigit