WebsiteBaker Support (2.8.x) > Templates, Menus & Design
Nautica 05 1 Column menu help
(1/1)
roguesfan92:
Hi, I'm trying to use the dark version of the Nautica 05 1 Column to make my latest website - online for now at http://www.thebayside.freehostia.com/pages/welcome.php
However, I'm running into some trouble when it comes to using a second menu. I've installed show_menu2() as per the instructions on it's wb page at: http://addons.WebsiteBaker.org/pages/templates.php?id=74&Keywords=nautica#, and have enabled multiple menus in my wb backend settings. However, when I go into the properties of a page, only one menu is able to be selected. There is clearly 2 menus in this implementation of the template: http://www.websitebakertemplates.com/pages/showcase/nautica-05-dark-1-column.php
Am I missing something here?
EDIT: I realised that the second menu in the above link displays sub-pages. Is there any way possible to make a second menu appear here instead, identical in appearance to the first one?
DarkViper:
you must define the additional menue in info.php of your template also.
i.e.:
--- Code: ---/* menu definitions */
$menu[1] = 'MainNavigation';
$menu[2] = 'BreadcrumbNavigation';
$menu[3] = 'LanguagesNavigation';
--- End code ---
Werner
Navigation
[0] Message Index
Go to full version