[Resolved] Submenu not showing in mobile

Home Forums Support [Resolved] Submenu not showing in mobile

Home Forums Support Submenu not showing in mobile

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • #493381
    elsa

    Hi,
    I didn’t alter anything but the submenu doesn’t show on mobile. Please help me to resolve this.

    #493639
    Leo
    Staff
    Customer Support

    Hi there,

    It doesn’t look like any of your menu items have child items from the code.

    Is there a specific item I should be looking at?

    #495793
    elsa

    Hi Leo,
    In spruceupspace.com/kids Menu “SHOP” there is no submenu. Please help to resolve this. Thank you.

    #495835
    Leo
    Staff
    Customer Support

    I’m not sure what you mean? How is that menu added?

    I don’t see sub menu showing in the code either. But there is menu item added in the menu structure?

    #495847
    elsa

    Hi Leo,
    > Please visit this address via mobile phone. spruceupspace.com/kids
    > Click on menu button
    > There is “SHOP” as menu but there is no submenu

    Yes, I’ve added submenu via Appearance > Menu Setting.

    Thanks.

    #496074
    Leo
    Staff
    Customer Support

    Can you give #1 a shot here to eliminate plugin conflict?
    https://docs.generatepress.com/article/debugging-tips/

    Let me know.

    #496386
    Tom
    Lead Developer
    Lead Developer

    The Shop button at the top right? That’s not using a GP menu (Primary or Secondary), so sub-menus likely aren’t built in.

    You would have to use the Secondary Navigation module in that spot if you want to use sub-menus.

    #496646
    elsa

    Hi Leo, Tom,
    Thanks so much. True that I don’t use Primary or Secondary Menu, but I use Slideout Menu. If slideout menu can’t produce submenu, is there any code I can use to tweak it?

    #496883
    Tom
    Lead Developer
    Lead Developer

    Ahh on mobile, I see.

    That’s strange – is there any way you can send me temporary admin login details?: https://generatepress.com/contact/

    #496893
    elsa

    Hi Tom,
    Sure, I’ve sent web credential via Account Issue in the link you’ve mentioned. Thanks.

    #497530
    Tom
    Lead Developer
    Lead Developer

    Are you using a plugin to display conditional menus? If so, which one?

    #497710
    elsa

    Yes Tom. It’s conditional menu from Themify. I use it for Primary, Secondary, and Slideout Menu.

    #497869
    Tom
    Lead Developer
    Lead Developer
    #497903
    elsa

    Hi Tom,
    It’s working! Thanks so much!

    But I need to eliminate the sign “v” on desktop view, how to do that?

    #498257
    Leo
    Staff
    Customer Support

    Try this:

    @media (min-width:769px) {
        .menu-item-has-children .dropdown-menu-toggle {
            display: none;
        }
        .main-navigation .main-nav ul li.menu-item-has-children > a {
            padding-right: 20px;
        }
    }
Viewing 15 posts - 1 through 15 (of 18 total)
  • You must be logged in to reply to this topic.