Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1093319

    Just installed the theme and WPML.
    Enfold immediately added the language flags and I don’t want them in the header menu, I’d like the WPML language switcher to work as intended. Can you please help ?

    • This topic was modified 5 years, 7 months ago by bsarbu.
    #1093348

    Hey bsarbu,

    Add this to quick css:

    .av-language-switch-item{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1093357

    Thank you, seems to be working for the desktop view.
    However, on the phone the flags are still displayed…
    Bogdan

    #1093372

    Hi,

    Did you clear the cache on mobile?

    Best regards,
    Jordan Shannon

    #1093651

    Sure, I am using Firefox Klar, no cookies are stored and everything is cleared everytime. Please check for yourself.
    Thanks!

    #1094503

    Hi,

    Add this to quick css:

    #av-burger-menu-ul .wpml-ls-slot-26{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1095517

    Hey,

    I have a related question: I like the enfold language switcher, but I would prefer it to be on the top right instead of the top left of my site. Could you help me move it?

    #1095706

    Hi lindenhof,

    In a way, it can be done, but it will not stay in the exact spot all the time:

    
    @media only screen  and (min-width: 990px) {
        #top #header_meta .avia_wpml_language_switch.avia_wpml_language_switch_extra {
            left: -75vw;
        }
    }
    

    Best regards,
    Victoria

    #1095721

    Hm, now the language switcher is gone altogether…

    #1096220

    Hi,

    Thank you for contacting us.

    I checked your site and the language switcher is positioned on top right.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Language switcher dropdown */
    
    #top .menu-item-language .av-main-nav ul {
        left: auto;
        right: 0;
    }
    
    
    

    Best regards,
    Vinay

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