Hi folks I have a question:
I have a horizontal menu like :
Home - Products - Services - FAQ - Contact
And I want a independent vertical dynamic menu for each/some of the vertical menu items.
When they click Products the vertical menu will be consisting of:
*Product1
*Product2
*Product3
*...
But when I click services these ones will be replaced by:
*Services1
*Services2
*Services3
*...
Help will be appreciated, thanks in advance...
Serkan
Using Different Sub Menu for each different page
Re: Using Different Sub Menu for each different page
The default template "Top simple navigation + left subnavigation + 1 column" has such logic inside.....
The main menu is done with...
and then the second level menu is done with:
to start showing the children of the selected parent....
Ronny
The main menu is done with...
Code: Select all
number_of_levels='1'
Code: Select all
start_level='2'
Ronny
Re: Using Different Sub Menu for each different page
I guess I understand, we make the whole structure first and then in each page we decide which level, levels to be shown, I will give a try
thank you very much,
thank you very much,