- This topic has 11 replies, 3 voices, and was last updated 4 years, 8 months ago by
Leo.
-
AuthorPosts
-
August 5, 2021 at 9:29 am #1885250
lunatrix
I have the off canvas menu set to cover and as the menu for mobile only. I’m using the navigation widget to insert my menu but the sub-menus don’t show up.
August 5, 2021 at 9:40 am #1885263Ying
StaffCustomer SupportHi there,
Can you try to assign a menu to the off-canvas menu at appearance > menus, instead of using widget?
Let me know 🙂
August 5, 2021 at 9:57 am #1885284lunatrix
No, that’s not going to work for me. I want to put the search widget above the menu widget, and then I have a shortcode button above the menu as well. If I assign the menu in the appearance > menu section then I can’t control the look of the off-canvas panel.
August 5, 2021 at 10:03 am #1885291Leo
StaffCustomer SupportYing’s solution is the best.
Please do that first then we can help you to re-arrange the panel with some CSS.
August 5, 2021 at 3:44 pm #1885535lunatrix
I have added the menu as suggested.
What I am trying to accomplish in the off-canvas panel is:
widget
widget
menu
widget
widgetAugust 5, 2021 at 3:45 pm #1885537Leo
StaffCustomer SupportAny chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-informationLet me know 🙂
August 5, 2021 at 3:49 pm #1885546lunatrix
I can’t because it’s on my local machine 🙁
But I do know why the sub-menus are not showing up. The menu formatting is not carrying over when it is assigned as a widget, but I am not sure what CSS I need to fix it. I know at least some of it is the list item formatting.
August 5, 2021 at 3:51 pm #1885550Leo
StaffCustomer SupportCan you start a staging site for it?
It’s impossible for us to provide the CSS without seeing the site live.
Thanks!
August 5, 2021 at 4:24 pm #1885576lunatrix
I have a testing site that I can share – it has the same menu and off-canvas panel config.
I’d like to sandwich the menu between the 4 widgets.August 5, 2021 at 4:57 pm #1885593Leo
StaffCustomer SupportTry this:
.slideout-navigation .inside-navigation #block-2 { order: 1; } .slideout-navigation .inside-navigation #block-3 { order: 2; } .slideout-navigation .inside-navigation .main-nav { order: 3; } .slideout-navigation .inside-navigation #lsi_widget-3 { order: 4; } .slideout-navigation .inside-navigation #block-4 { order: 5; }August 5, 2021 at 5:05 pm #1885604lunatrix
Perfection! Thanks 🙂
August 5, 2021 at 5:20 pm #1885611Leo
StaffCustomer SupportNo problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.