if you have WPML plugin installed and got blank value, then you must contact with WPML support team because this problem can be related with older plugin version or something like that.
It seems that the theme is displaying 2 not standard language switchers in the header and I did not find the option to hide it (though there is an option "WPML Languages flags" but it doesn't change anything).
So I added the standard WPML language switcher to the "Meni-sl" menu which is the main menu and I added some CSS to hide the other incorrect switchers. You will see it on WPML > Languages in "Additional CSS (optional)" textarea:
/* Temporary fix to weird theme language selector (e.g. "blank") */
#Top_bar .wpml-languages.custom,
#Action_bar .social-menu .menu-item-language {
display: none;
}
Now I invite you to get in touch with the theme author to inform him about this display/style issue which I think is not a compatibility problem.
The explanation, Pierre from WPML sent you is exactly what we know and what we did. But this is the solution we used for theme purposes and all works fine. This has been also tested by WPML team and that's why they gave us certificate of compatibility. However if you will send us access to your dashboard and FTP on pm, we'll be able to have a look on it and see why this section is blank on your side.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
if you have WPML plugin installed and got blank value, then you must contact with WPML support team because this problem can be related with older plugin version or something like that.