Hey there!
I am using the Advanced Sidebar Pages menu in Elementor with the Accordion Menu enabled.
It works well, however, when there are grandchild pages that have sub-pages, the accordion will not expand for those. I’m not sure if there is a setting I’ve missed or if this is a bug. Please advise!
Plugin/Sys Info:
Advanced Sidebar Menu Pro 8.3.0
Elementor Pro 3.1.0
WordPress 5.6.1
Cheers –
OnPoint Plugins
Hi Ryan,
I tracked down the issue to some custom CSS added within an Elementor stylesheet.
Because the CSS has an
!important
and the sidebar menu’s CSS must change based on whether the level of menu is open or not, there is not a great way to override the above custom CSS indirectly. The best solution would be to adjust the above CSS to more specifically target the element you need to hide. Based on the “hide nav after level 2” comment, I’ll guess it’s meant to target the<nav>
elements which could be changed to something like this:Let me know if you need any help targeting a specific element.
Have a great day!