Archived topic
submenu
12 replies · Started by maarten on January 6, 2020
my offcanvas main menu is not showing submenus, how can i fix this?
pass for site is son2020
Hi there,
can you provide a link to your site so we can see what the issue is?
You can edit your original topic and use the Site URL field to share the link privately.
just did!
Are you using any function to remove the Drop Down toggles ?
no, the main menu is working just fine. but the offcanvas is not showing the subs...
By default Parent Menu items with sub menus have an arrow icon (dropdown toggle) beside them. I believe the issue is related to those icons being missing.
Are you sure there are no functions being used to remove them?
If not can you test for a conflict by disabling other plugins?
i just deactivated the plugins that could cause it but the submenu's do not show, there is nothing giving conflicsts, simply no subs.... very strange. the main menu gives all the subs i need, the offcanvas does not.
this is the css causing it..
#generate-slideout-menu .slideout-menu li.sfHover>ul, #generate-slideout-menu .slideout-menu li:hover>ul, #generate-slideout-menu.main-navigation ul ul {
display: none;
}
the css for this is located in this file
That CSS is required to disable the show submenu on hover. Off Canvas is designed to work on touch enabled devices so it requires the menu Drop Down icon to be clicked.
Can you disable all plugins apart from GP Premium to see if the icons return.
i just did, site was complete mess, but worked, and still no submenu's on the offcanvas.
nevermind, thanks for the support, i have solved the issue. i myself did custom css the dislplay to none, the main menu does not look nice with the arrows ( on desktop) but it also hides the arrows on mobile. i have changed this with a viewport now.
Aah didn't see that CSS - well that would be the issue :) Glad you got it resolved.