Hi!
For my new project I need to sort the menu items with the active one first ... it should look like:
If no Item is active, it should look absolutely normal
- menu item 1
- menu item 2
- menu item 3
- menu item 4
If one Item is active, it should be first
- menu item 2 (active)
- menu item 3
- menu item 4
- menu item 1
or
- menu item 3 (active)
- menu item 4
- menu item 1
- menu item 2
and this should not affect the submenus ...
Is there any way to achieve this without using Javascript and without hacking Wayfinder?
Thanks for your help,
Tobias