Tagged: drop down menu, horizontal menu, menu, sidebar, Sidebar Menu
I would like to add a horizontal drop down menu to my sidebar similar to the effect the top menu has (but that’s vertical of course). Is this possible without adding yet another plugin?
Hey ichuckwow!
We don’t have any features for this. You could try using the custom menu widget and then add some CSS to create this effect though.
Perhaps something like this.
aside .sub-menu { display: none !important; }
aside li:hover .sub-menu { display: block !important; }
Best regards,
Elliott
Hello,
I just wanted the same thing. Is there a way to stop at the activated link “drop down” so that it no longer automatically collapses when the selected link is active?
Hey!
Can you please post the link to your page where we can see an example?
Best regards,
Yigit
Hi Yigit,
here is al Link to the site LINK
It should be like this: EXAMPLE
If you click on one point of navigation in the site navigation for example on “Anlagen der Abwasserentsorgung” will open the sub-menu and stops. In the code above , the navigation points disappear .
I look forward to your answer .
Best regards,
Lorbeer Design
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
ul#menu-abwasser li.current-menu-item>.sub-menu {
display: block!important;
}
It will display the sub menu items of the current page
Best regards,
Yigit
Hello Yigit,
Thanks for the code, just as I imagined it. It works flawlessly. I thank you very much :-)
Greetings