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

    I am using the WPML plugin with Enfold, and want a simple drop-down language selector in the main menu of the website.

    I have removed the flags from the main menu by adding this to my CSS:
    #top #avia-menu .av-language-switch-item{ display: none; }

    I need it to appear in the top menu (main nav bar), but without the default Enfold menu styling.

    As a reference, please check the way the drop-down appears in the main menu (looks like just another menu item!), and the way it looks in the sidebar on this page. I need it on the main menu, but it should look like it does in the sidebar:

    #875805

    Hey aparna,

    Please do check here
    https://kriesi.at/support/topic/how-to-change-position-of-wpml-langs-on-the-right-of-my-secondary-menu/

    on how you can manipulate the menu selector.

    Thank you very much

    Best regards,
    Basilis

    #876009

    Hi Basilis!

    I did manage to get the drop-down to work using a header widget (solution found in one of your earlier topics), but would ideally like to place it as part of the main nav, appearing next to the search icon (magnifying glass).

    Is there any way to achieve this using just the child theme? I wouldn’t want to miss out on the awesome updates to Enfold!

    Thanks :)
    Aparna.

    #876904

    Hi,

    Thank you for the update. Please use the following css code to adjust the top position of the search bar.

    #header #icl_lang_sel_widget-4 {
        top: 30px;
    }

    Best regards,
    Ismael

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