{solved} Horizontal and vertical menus visible at same time (both level 1)

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
jospanner
Forum Members
Forum Members
Posts: 105
Joined: Tue Mar 25, 2008 11:34 pm

{solved} Horizontal and vertical menus visible at same time (both level 1)

Post by jospanner »

I have used following tags

{menu template='simple_navigation.tpl' number_of_levels='1'} in div id="menu_horiz"

and

{menu template='simple_navigation.tpl' start_page='6' show_all='1'} in div id="menu_vert"

I have a list of 10 pages overall - 1 thru 5 to be displayed in horizontal nav then 6 thru 10 to be in vertical nav

I can see 1 thru 5 okay in horizontal nav but only page 6 in vertical nav although all pages listed in Page section. I need the method of achieving this not to require regular updating of template/stylesheet as extra pages will be added by client and so it needs to follow a formula.

Can you please help!!!!
Last edited by jospanner on Tue May 13, 2008 8:30 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Horizontal and vertical menus visible at same time (both level 1)

Post by Dr.CSS »

If you make a section header as page6 and not show it in the menu then call page6.1 and show_root_siblings="1" and put all vert. menu items under parent page6...
jospanner
Forum Members
Forum Members
Posts: 105
Joined: Tue Mar 25, 2008 11:34 pm

Re: Horizontal and vertical menus visible at same time (both level 1)

Post by jospanner »

Thanks! This seems to have achieved it. Thanks for your help.
Post Reply

Return to “Layout and Design (CSS & HTML)”