• Resolved dionysios

    (@dionysios)


    Hello,
    In dropdown menu that I have on footer in my provided site, the flags are not showing. I read in other topics that you advice to clear cache or reset code to default. i did but still nothing worked. Could you please help me?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    I have checked and here is what I can see in the HTML source code for our language selector:

    <img data-gt-lazy-src="/wp-content/plugins/gtranslate/flags/16/en.png" height="16" width="16" alt="en" src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" data-loading="lazy" data-src="?quality=100" />

    Please note the src and data-loading=”lazy” and data-src=”?quality=100″ attributes. It is not a part of our code and it conflicts with our code. It seems that you have some lazy image loading plugin which adds the mentioned attributes and it conflicts with our built in lazy flag image loading functionality.

    Please try to disable the lazy loading plugin and see if it fixes the issue. If that is the case, you will need to find a way to skip the flags from being “optimized”.

    Thanks! ??

    Thread Starter dionysios

    (@dionysios)

    Indeed I had a plugin for image optimization. I disable it, and now flags are showing.
    Thansk a lot for your help!

    Plugin Author edo888

    (@edo888)

    You are welcome! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Drop down flags not showing’ is closed to new replies.