• Hi
    I don’t find anymore how to add widget in the main menu… I need to add Language switcher widget in the menu for displaying only on mobile. Because the Top Bar is not responsive… and I can’t set contents easily on the top bar anymore since update.
    I’ve created a Elementor template for a new Top Bar but when I display it, it doesn’t replace and delete the old Top Bar! So it’s a real mess…
    Could you help? Thanks

    • This topic was modified 3 years, 5 months ago by jacquesjphoto.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jacquesjphoto

    (@jacquesjphoto)

    I have just tried Classic Widgets plugin and it’s still impossible to add widgets in navigation menu or in the top bar. And I don’t know why I can’t setting or delete the old content of my top bar. If at less I could delete it I will replace it by my new template…

    Thread Starter jacquesjphoto

    (@jacquesjphoto)

    PS: I’m using Polylang Pro Version 3.1.1 for the Language switcher

    Hello,

    As checked you are already getting that language switcher option in the menu list of mobile.
    And please let us know where exactly you wanted to add the template in the top bar?

    You can create a template via theme panel > My library and assign that template via Appearance > Customize > Top Bar > Social/Content.

    Following the doc will help with adding the widget area in the mobile menu.
    https://docs.oceanwp.org/article/602-add-widget-area-in-mobile-menu

    You can also try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    #opl-login-form .opl-login-wrap button#login_button {
        border-radius: 20px;
    }
    #opl-login-form .opl-bottom .opl-btn {
        border-radius: 20px;
    }
    
    @media only screen and (max-width: 480px){
    .hide-mobile {
        display: block !important;
    }
    div#top-bar #top-bar-nav {
        display: block !important;
    }
    #top-bar.has-no-content #top-bar-social.top-bar-left {
        display: none !important;
    }
    }
    Thread Starter jacquesjphoto

    (@jacquesjphoto)

    Yes I finally found where to display switcher in mobile menu : I’ve had to set widgets in Appearance > Customize > Menus > Top bar
    After I deleted contents now my template is working well.
    Thanks a lot for your support!

    Thread Starter jacquesjphoto

    (@jacquesjphoto)

    I have just one last question. Do you know a css code to disable top bar only on single product page ? Because on mobile there is a bug on these pages with my template (the switcher is not fix and move out of the top bar, I don’t know why…)
    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Add widget in main menu’ is closed to new replies.