Tagged: , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #935598

    Hello,

    I want to disable the flags that enfold automatically creates in footer when using wpml translation system.

    https://toud.eu/ – see column 4 in the footer

    Thank you!

    Alexandru

    #935738

    Hey Toud,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer .wpml-ls-item {
      display:none;
    }

    Best regards,
    Rikard

    #936472

    Doesn’t work :(

    #936488

    you mean your footer and not the socket ? !!

    #footer .menu-item.wpml-ls-item {
        display: none;
    }

    and the following seems not to be part of the last widget-area – how did you place that ?
    isn’t there a wpml-widget ?
    if not there is a shortcode for the switcher , f.e.:
    [wpml_language_switcher type="footer" flags=1 native=1 translated=1][/wpml_language_switcher]

    #936892

    Hi,

    The css code above should work. Make sure to add it on every languages’ Quick CSS field. Or place it in the child theme’s style.css file.

    #footer .avia_wpml_language_switch_extra {
        display: none !important;
    }
    
    #footer .wpml-ls-item {
        display: none !important;
    }

    Best regards,
    Ismael

    #941660

    Thank you all. Ismael thank you for helping, everything is working perfect now!

    #941706

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Disable flags from footer – wpml’ is closed to new replies.