2 different menu's in 1 template

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
musicscore
Power Poster
Power Poster
Posts: 496
Joined: Wed Jan 25, 2006 11:53 am

2 different menu's in 1 template

Post by musicscore »

Hey,

I created 2 menu's in one template :

   
   
         Navigatie
         {menu template='cssmenu.tpl' number_of_levels="1"}
   
   

   
   
         {menu template='cssmenu_hor' start_level="2" show_root_siblings="1"}
   
   

In the header I include  :






The CSSMenu_hor menu-template is a copy of the CSSMenu.tpl template except I change 2 line's.
I added a 2 so I can use this id's in CSS





Now the second menu (Navigatie2) does not show the items below the parent.

What do I do wrong ??   Please help
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: 2 different menu's in 1 template

Post by KO »

Are you using this cssmenu_hor as database template? if it's file it needs to be renamed as  cssmenu_hor.tpl to work.
What does the source say?
Have you tried to remove show_root_siblings="1"
Post Reply

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