Tagged: language flags
Hi there,
We use 3 languages for our website http://www.redlinegolf.nl: dutch, english (redlinegolf.eu), german (redlinegolf.de). Flags are showing properly on desktop, but just one on mobile (dutch). I didn’t find any topics on this forum. Can you help?
Regards,
David
Hey David,
I checked your websites Dutch version on my iphone and all 3 flags showed up on my end. I attached a screenshot in private content field.
Have you figured it out already?
Best regards,
Yigit
Hi David,
Which device are you using? Also, please try flushing browser cache on your mobile device and check if that helps.
Best regards,
Yigit
iphone x. Emptied the cache of Safari. Still one flag.
When I add flags in WMPL it shows all 3 in the menu on both desktop as well as mobile. Only in the header it shows just one flag (Dutch). That’s an Enfold setting.
Hi,
I do not have an iPhone, but I checked in Chrome emulating as a mobile device, and for me, all 3 sites were only showing one flag.
This css seems to correct, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 767px) {
.language_en .language_flag img,.language_de .language_flag img {
height: 14px !important;
width: 20px !important;
}
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Thanks! Works.