The menu is constructed to display 1st and 2nd level - the 3rd level is displayed in the popup. Changing of this behaviour needs changes in the menu CSS and in the menu script. If you want to simulate only one level displayed, then I recommend to create under the "Home" 2nd level menu item with text i.e. "Subpages", "Check these pages" or sth similar and then put the 3rd level menu items with content
Or more hack way: put first level menu item as External URL menu item with name "Skip to menu", put using our menu plugin additional class to this menu item "gk-hidden-menu", then put "Home" as a 2nd level menu item and then your content in the 3rd level. Next, you have to create additional CSS in the menu.css file at the end:
- Code: Select all
.gk-hidden-menu > a {
display: none!important;
}
It should hide the first level menu item and it will emulate 2-level menu with 3-level menu