Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1150816

    Hi,

    one of my clients have found a funny issue.

    With WPML active, and two languages, there is only one flag showing on mobile (not small browser)

    Its fine on desktop

    Do you have any idea whats going one here?

    #1151055

    Hey Jonas,

    I see the same thing on my end, please try this in Quick CSS to see if it makes any difference:

    @media only screen and (max-width: 767px) {
    .responsive #header_meta .sub_menu>ul>li {
        float: initial;
    }
    }

    Also try to clear the cache from your caching plugin or leave it deactivated.

    Best regards,
    Rikard

    #1151147

    Thanks, I found out it was a WPRocket lazyload issue.

    #1151160

    Hi jjdenmark,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.