Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #581756

    Hello, I activated this option hoping to only show the parent menu items, and then when clicked once, show the sub menu items and if a parent is clicked twice load the page.

    However, now most of my main menu items are not clickable and do not work? Please help… :) thank you team enfold!

    #582835

    Hi Transformers Universe,

    It doesn’t work that way unfortunately, you would have to use a third party plugin get that functionality.

    Regards,
    Rikard

    #583283

    So how does this feature work? I can’t see the benefits of it? Is there a way I can set a seperate menu just for the mobile ?

    #583291

    Hey!

    You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Yigit

    #583293

    Thanks for the quick reply Yigit however, this doesn’t quite work. I don’t want to hide elements on the menu item indefinitely…

    Is there a way I can create another menu in WordPress – > appearance – > menus, and then assign that as the menu to show on mobile? This way I can create the correct menu layout to apply to the “Hide Mobile Menu Submenu Items”. Because It’s a really silly feature the way it currently works…

    #584615

    Hey!

    You can do that using a 3rd party plugin like https://wordpress.org/plugins/zen-menu-logic/ or https://wordpress.org/plugins/menu-items-visibility-control/

    Regards,
    Vinay Kashyap

    #584633

    Sorry but i dont see how either of those plugins help?

    I just think the simplest thing to do would be: if view = mobile show menu a or if view = desktop show menu b ? that way i can create a menu that works with your “Hide Mobile Menu Submenu Items”

    Currently i dont see how Hide Mobile Menu Submenu Items is a useful feature?

    #586327

    Hey!

    Please enable custom class support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Then add only_mobile class to the mobile menu and only_desktop to the desktop menu to display only in desktop and mobile devices.

    /*Show only in mobile or desktop*/
    
    @media only screen and (min-width: 769px) {
    .only_mobile { display: none !important; }}
    
    @media only screen and (max-width: 768px) {
    .only_desktop { display: none !important; }}
    

    Cheers!
    Vinay Kashyap

    • This reply was modified 8 years, 2 months ago by Vinay.
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.