Menue collapsed that doesn´t collapse?

I am doing a website for friends…they want a menue like menue collapsed, that actually doesn´t collapse after clicking a link…is something like that possible? See www.eliwagar.com/draumur as an example…

Hello Kathrin,

Would you mind clarifying more about what kind of menu you are looking for? I tried checking the site that you have linked and the collapsed menu is functioning the way it is.

Thank you.

Hi, I am looking for an option to have an accordion menu. You click on a parent, the childcategory opens and after clicking on a link the category does not close, but stays open. Have a look on the menu I use now: www.eliwagar.com/draumur . That is the functionality I am looking for

Hello @kathringuttmann,

Please edit your header and change the Sub Menu trigger to “Anchor”.

Hope this helps. Please let us know how it goes.

Hi, it still collapses when I click on a link…on top, right below the logo, I added a menu via a plugin that works as I would like the menu (but looks like crap)…the menu below is the X menu, but it still collapses after clicking a link. I would like the menue to stay open even after the new page loads and only close if you click on the menu again

Hello @kathringuttmann,

To resolve your issue, please edit your header and insert this custom css:

.current-menu-parent .sub-menu.x-collapsed {
    display: block;
}

Please let us know if this works out for you.

Hi, thanks a lot - it works!!! :slight_smile:

You’re welcome!
We really appreciate for letting us know that it has worked for you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.