Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2037675
Mobile Menu Links not clickable
Closed

Comments

  • paulcipha started the conversation

    Please I noticed on mobile view that any menu link that has a subnemu is not clickable, rather it shows a link above that says "show this page".

    How can I make the menu link active on its own. I have clicked the "make clickable on mobile " option in the Apperance>>Menu Settings from the WP Dashboard,still doesnt work.

  •  4,774
    Michael replied

    HI!

    If you follow the link, the user will not see the internal menu items, so the menu is implemented in this way.

  • paulcipha replied

    Thank you for your response..I finally changed the mobile menu Layout in The Theme options from "DEFAULT" to Slide Left" Layout and I deactivated the links from first level Items which kinda works for me. 

    But now I have another issue, the Cart icon is not diaplaying inside the menu again, it only shows when page is loading and later disappears.

    Anybody know how I can put cart icon inside the mobile menu or at least make it appear beside the Hamburger icon just as it is in the Desktop view?

  •  4,774
    Michael replied

    You can use this CSS code, but the cart icon will be displayed only within the menu.


    .mobile-menu-layout-slide-horizontal #primary-navigation.responsive #primary-menu li.menu-item-cart {
        display: block !important;
    }

     

    6707465710.png

    1471217625.png

  • paulcipha replied

    Ok thank you..It worked.

  •  4,774
    Michael replied

    Welcome! Have a nice day!