- This topic has 12 replies, 2 voices, and was last updated 1 year ago by
David.
-
AuthorPosts
-
January 6, 2020 at 10:20 am #1123781
maarten
my offcanvas main menu is not showing submenus, how can i fix this?
pass for site is son2020
January 6, 2020 at 2:26 pm #1123979David
StaffCustomer SupportHi 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.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 6, 2020 at 11:03 pm #1124240maarten
just did!
January 7, 2020 at 4:23 am #1124467David
StaffCustomer SupportAre you using any function to remove the Drop Down toggles ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 7, 2020 at 4:28 am #1124469maarten
no, the main menu is working just fine. but the offcanvas is not showing the subs…
January 7, 2020 at 7:20 am #1124771David
StaffCustomer SupportBy 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?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 7, 2020 at 7:34 am #1124791maarten
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.
January 7, 2020 at 7:35 am #1124794maarten
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;
}January 7, 2020 at 8:54 am #1124846maarten
the css for this is located in this file
January 7, 2020 at 9:02 am #1124859David
StaffCustomer SupportThat 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 7, 2020 at 9:15 am #1124867maarten
i just did, site was complete mess, but worked, and still no submenu’s on the offcanvas.
January 7, 2020 at 9:22 am #1124875maarten
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.
January 7, 2020 at 9:55 am #1124907David
StaffCustomer SupportAah didn’t see that CSS – well that would be the issue 🙂 Glad you got it resolved.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.