[Support request] language dropdown in menu bar items

Home Forums Support [Support request] language dropdown in menu bar items

Home Forums Support language dropdown in menu bar items

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

    HI
    can help me to move language dropdown to menu bar items?

    Regards
    Srini

    #2357255
    Fernando
    Customer Support

    Hi Srini,

    Specifically, how are you adding it currently?

    #2357260
    Srini

    Hi Fernando,

    Currently, I am using default method of showing in primary menu. Please check attached link.

    #2357265
    Fernando
    Customer Support

    I see.

    I believe WPML has a Shortcode for the Language Switcher widget.

    I found this: https://wpml.org/documentation/support/wpml-coding-api/shortcodes/#wpml_language_switcher

    You can add this Shortcode through a Hook Element hooked to generate_menu_bar_items. Make sure Execute Shortcodes is enabled.

    #2357290
    Srini

    Thanks for your guidance, Short code is working for desktop view in menubar items, but now displaying in mobile menu.

    #2357328
    Fernando
    Customer Support

    You have this code in Additional CSS:

    .menu-bar-items {
                        display : none !important;
                    }

    You’ll need to remove that for it to appear.

    #2357400
    Srini

    Ok, Thank you

    #2358497
    Fernando
    Customer Support

    You’re welcome Srini!

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