• Resolved Gretchen

    (@respblog)


    Hello –
    I read through the forum and noticed the issues with mobile menu, although my issues are a little different:

    The mobile menu does not work on the WooCommerce single product pages.

    It works on the archive Shop page and most of the pages show, but topbar menu shows up as ‘undefined’

    Also, logo does not link back to home page on mobile devices.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Gretchen

    (@respblog)

    Update, I resolved one of the issues.

    The mobile menu not showing on the single product page was a conflict with the WooCommerce Product Gallery Slider. When I disabled that the mobile menu worked again.

    The other two issues still exist.

    Hello,

    I didn’t see the ‘undefined’ in the menu. Checked on both desktop and mobile.
    For the logo link, please add the below code to the Customize > Custom CSS section and check it works or not.

    @media only screen and (max-width: 767px) {
    #site-logo #site-logo-inner {
        display: flex;
    }
    body.default-breakpoint #site-logo.has-responsive-logo .responsive-logo-link {
        z-index: 99;
    }
    }
    Thread Starter Gretchen

    (@respblog)

    Yes, thanks! That did work.

    After the cache cleared, the other menu item went away as well. I changed to a different WC gallery plugin and it’s working fine.

    Appreciate your help!
    Gretchen

    Glad to hear that it is resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile Menu not woking – WooCommerce’ is closed to new replies.