Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1130605

    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

    #1131408

    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

    #1131505
    This reply has been marked as private.
    #1131509

    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

    #1131515

    iphone x. Emptied the cache of Safari. Still one flag.

    #1131550

    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.

    #1131783

    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

    #1131815

    Thanks! Works.

    #1131900

    Hi,

    Glad Mike could help! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘flags not showing on mobile’ is closed to new replies.