Dropdown menu

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
babel
Forum Members
Forum Members
Posts: 147
Joined: Fri Oct 19, 2012 8:58 pm

Dropdown menu

Post 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
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1609
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Dropdown menu

Post 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.
Not getting the answer you need? CMSMS support options
babel
Forum Members
Forum Members
Posts: 147
Joined: Fri Oct 19, 2012 8:58 pm

Re: Dropdown menu

Post by babel »

DIGI3: Thanks. It's indeed the easiest solution.
Locked

Return to “Modules/Add-Ons”