• The mobile “Hamburger” not showing on mobile.

    I have deleted all custum CSS, but the menu still dont show on mobile

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @poomik,

    Thank you for reaching out,

    I’ve checked your website and saw you are using the top bar instead of the main header. The hamburger menu is available for the header, and it’s not working for the top bar.

    After enabling the primary header, then you can adjust it from WP Dashboard > Appearance > Customizer > Header.

    However, if you would like to keep the current menu showing on mobile devices(still, it’s not a hamburger menu), then you can
    put the CSS below in Customizing > Custom CSS/JS > CSS Code:

    @media only screen and (max-width: 959px) {
        body.default-breakpoint #top-bar-nav,
         body.default-breakpoint #site-navigation-wrap,
         body.default-breakpoint .oceanwp-social-menu,
         body.default-breakpoint .after-header-content {
            display: block;
        }
     }

    Result: https://postimg.cc/svxxjPr2.

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Note: If you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    I hope that helps.
    Best Regards

    Thread Starter Michael Jensen

    (@poomik)

    Hi Shahin yes now i get a menu, but the dropdown dont work!

    Shahin

    (@skalanter)

    Hello @poomik,

    The menu with a drop-down menu at the top bar is inappropriate for the mobile menu. The best way to have a top bar menu on all devices is a flat menu(without drop-down and mega menu).

    To solve it,
    Solution #1: please use the primary header menu instead of the top bar. Then, the menu in the header will be completely compatible with all devices.

    Solution #2: Customize the current top bar, and use the following shortcode to have the menu on the primary header menu anywhere:
    [oceanwp_nav]

    I hope it helps.
    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobilemenu not showing’ is closed to new replies.