Hi!
I use the first time WPLM, I can not find how to display the display in bar flag + text
Hey Антон,
This is something better fielded in the WPML forums. Please refer to the following:
https://wpml.org/forums/topic/translation-flags-display/
Best regards,
Jordan Shannon
Hello Jordan.
It seems to me that these theme settings affect the output of the language switch
Solution found:
.avia_wpml_language_switch li span.language_native {
display: block;
}
.avia_wpml_language_switch li span {
float: left;
}
.avia_wpml_language_switch li .language_flag {
margin: 0 5px 0 0;
}
The WPLM staff helped, but could solve the problem here.