Shop Categories

X

Primary Menu subitems disappear on mobile

Home Forums Agama Pro Primary Menu subitems disappear on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26689
    ORLA
    Participant

    Hello,

    When my site is accessed on mobile, the menu displays the parent pages fine, but when clicked, the subpages appear for a second, then disappear & you cannot click them. Any way to fix this? Thank you!

    #26693
    Zex
    Moderator

    Hi,

    That happens because you have set a link to your “Locations” menu item. and immediately you click on it the linked page is loaded and submenu disappears.

    Try to remove the link from the parent menu item which contains a submenu (set the empty link).
    Use a “Custom Link” and insert the “#” as Link URL.
    https://prnt.sc/sh6rqp
    https://prnt.sc/sh6s4i

    Regards

    #26710
    ORLA
    Participant

    I’m sorry, maybe we’re talking about different menus. I’m describing the primary menu, the one that appears in the hamburger menu. When the hamburger is clicked, the parent pages are displayed, but the subpages can’t be clicked because they disappear.

    #26711
    Zex
    Moderator

    Hello,

    Yes, you are right. Sorry about the misunderstanding.

    I found that there is a small conflict with the Gold Addons Plugin, so if you want to use the Gold Addons plugin with the theme, you need to insert the following code into Customizing->general->Additional CSS:

    /*Gold addons conflict fix*/
    .collapse.in {
        display: block!important;
    }

    Regards

    #26712
    ORLA
    Participant

    Awesome, it’s fixed, thank you so much!!

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