-
AuthorPosts
-
February 11, 2016 at 5:09 pm #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!
February 14, 2016 at 6:48 am #582835Hi Transformers Universe,
It doesn’t work that way unfortunately, you would have to use a third party plugin get that functionality.
Regards,
RikardFebruary 15, 2016 at 11:43 am #583283So 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 ?
February 15, 2016 at 11:50 am #583291Hey!
You can refer to this post – http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
YigitFebruary 15, 2016 at 11:55 am #583293Thanks 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…
February 17, 2016 at 12:02 pm #584615Hey!
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 KashyapFebruary 17, 2016 at 12:30 pm #584633Sorry 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?
February 19, 2016 at 9:46 pm #586327Hey!
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, 8 months ago by Vinay.
-
AuthorPosts
- You must be logged in to reply to this topic.