Okay
  Public Ticket #2233274
Mobile Menu Issues
Closed

Comments

  • ActionArtists started the conversation

    We discovered that any main menu item with a submenu becomes unresponsive in the mobile menu. You cannot click (touch) it and get to the destination page. Is this intentional or a bug with your mobile menu walker? 

    We have removed the submenu items from the "Storyboards" menu item to prevent issues with visitors getting to that area of the site when using the mobile menu. 

    Please test and advise for a solution. Ideally, we would like to have submenus on certain navigation items.

  •  675
    Neuron replied

    Hi Action,

    Unfortunately that's how it works, if we make it clickable you won't be able to reach the children. You can do something like this one.

    1. Enable the CSS classes for menu items. https://prnt.sc/q6051g
    2. Add the structure like this one and add an extra class to the menu item. https://prnt.sc/q606vc

    For example you're using Storyboards with children, the first children should be Storyboard page and the other ones, so everything will be clickable, if you check the themeforest website, you'll see the same logic.

    Hiding the parent menu that works as a child on desktop by adding the following style in Theme Options > Custom CSS.

    @media (min-width: 768px) {
        .the-extra-class {
            display: none !important;
        }
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.