Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #337668

    I use WPML plugin for translation. I have it activated for displaying the flags in the main menu, but it also pops up in the “top bar”. And even at the left of it where it is interfering with the logo when displayed on a mobile phone.
    Do you know a way to remove the flags or to move them to the right (next to social icons)?

    #337678

    Hi vanderburg!

    Normally the theme should add the flags to the menu automatically and you don’t need to activate the WPML language switcher option. The flags will be displayed in the top bar by default. To deactiveate the WPML language switcher go to WPML > Languages and deactivate the “Display the language switcher in the WP Menu” checkbox.

    Cheers!
    Peter

    #338180

    Sorry Dude But i just want it to be in the main menu line and NOT in the top bar. Or: if it has to be the top bar then I want it at the right (next to the soci icons) and not at the left side. Any suggestions?

    #338669

    Hey!

    Can you please post the link to your website?

    Best regards,
    Yigit

    #339393

    Hello Yigit. My website: http://www.yannik.nl
    See it on your mobile phone.

    #339584

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab if you would like to remove langauge switcher from header meta section

    #header_meta .avia_wpml_language_switch { display: none; }

    If you would like to remove the one in main nav and move the on the header meta to closer to social icons

    #header_main .menu-item-language { display: none; }
    #header_meta .sub_menu { float: right; margin-right: 15px; }

    Best regards,
    Yigit

    #339685

    You did it again. Great. Thanks.

    #339687

    Hey!

    You are welcome, always glad if we could help!

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to remove WPML flags from top bar’ is closed to new replies.