Page 1 of 1

Dropdown menu

Posted: Sat Jul 11, 2020 3:32 pm
by babel
I have a dropdown menu. When I hover on the main menu I see the submenu and that's fine. But the mainmenu is clickable and it opens a page.
Using

Code: Select all

  {Navigator template="minimal_menu"}
. Tried adding

Code: Select all

  {start_level='2'}
Would be nice if it can be solved

Re: Dropdown menu

Posted: Sat Jul 11, 2020 5:27 pm
by DIGI3
The easiest option if you don't want a page to be clickable is to make it a section header instead of an actual page. If you still need the page to exist you can make it a child of the section header.

Other solutions usually involve javascript or framework-specific Navigator templates.

Re: Dropdown menu

Posted: Sun Jul 12, 2020 8:47 am
by babel
DIGI3: Thanks. It's indeed the easiest solution.