Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #867755

    Hi,

    Again troubles with compatibility of Enfold and WPML. Please help awesome folks :)

    However on mobile view out of nowhere some flags appear in the language switcher.
    https://screencast.com/t/2mRatHJat5
    https://screencast.com/t/m21hPq7AXQzi

    Could you please advice css code how to disable to unnecessary flags in the mobile menu?

    Thanks!
    Kirill

    #867766

    Hey Kirill,

    Please update Enfold to the latest version 4.2 – kriesi.at/documentation/enfold/updating-your-theme-files/. Issue was fixed :)

    Regards,
    Yigit

    #867786

    Hi,

    1. But where do I get Enfold 4.2 ? Update via WordPress says I am up to date with 4.12.
    2. Downloading and manually replacing files still shows 4.12.
    https://screencast.com/t/PRRWygSV
    3. Seems Themeforest still is providing to download 4.12, maybe temporary bug on their side.

    Thanks!
    Kirill

    #868495

    Hi,

    The latest version should be available now. Please try to download it again from your themeforest account.

    Best regards,
    Ismael

    #869975

    Hi,

    Thank you very much, as usual my pleasure communicating with you guys. Happy to know that I was one of the first ones who downloaded and tested the new theme update :)

    One question still though: https://screencast.com/t/gj8pmoCu

    As you can see, on mobile view the current language is duplicated, which doesn’t like nice design wise.

    How to remove duplicates?

    Thanks!
    Kirill

    #870774

    Hi,

    Please use the following css code to remove the duplicated language switcher.

    ul .current-menu-item:nth-child(1) {
        display: none;
    }

    Best regards,
    Ismael

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