Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #382871

    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?

    #383342

    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

    #442868

    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?

    #443373

    Hey!

    Can you please post the link to your page where we can see an example?

    Best regards,
    Yigit

    #443576

    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

    • This reply was modified 8 years, 11 months ago by LorbeerDesign.
    #443860

    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

    #445515

    Hello Yigit,

    Thanks for the code, just as I imagined it. It works flawlessly. I thank you very much :-)

    Greetings

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Horizontal drop down menu on sidebar.’ is closed to new replies.