Page 1 of 1
separate menu headings
Posted: Thu Apr 17, 2008 7:38 am
by Tracy
I am trying desperately to set up two separate navigation menus still.
Good lord! I have accomplished the styling part in only 30hrs! But it still doesn't reflect
2 menus with different links. I've used the menu manager templates and my own CSS for the dropdown top menu and the side menu.
Here is my page link
http://www.zendog.ca/index.php?page=meditation
I have this {menu template='Sidemenu' number_of_levels="1"} in my template just to close the links while I was playing with the styling. I don't want a multilevel menu on the left side here. Just simple links. I've tried things like start_level="7" start_page="menuname" etc.
I don't know where to go from here? Yes I have read all of the documentation numerous times. To be honest for a beginner it is all not so easy to follow. I am asking for some help here please anyone.
Thankyou
Re: separate menu headings
Posted: Thu Apr 17, 2008 7:57 am
by KO
So do you want to have different links on left that are not on top links? you could use "section header" and uncheck/remove "show in menu". Then call it with menu call:
{menu template='Sidemenu' start_level="2" start_page="yousectionheaderalias"}
Or maybe something else?
Re: separate menu headings
Posted: Thu Apr 17, 2008 3:33 pm
by Tracy
thanks for your help. I'm making progress. I added this to my template {menu template='Sidemenu' start_level="7" start_page="sidemenu"}
Then I added my new content/menu items with the sidemenu as the parent, clicked show in menu and they are all there working now but there is no distinct current page any more as I had before. Do you think I'm getting the parent one mixed up?
http://www.zendog.ca/index.php?page=sidemenu
Re: separate menu headings
Posted: Thu Apr 17, 2008 7:29 pm
by KO
I think you are confused with start_level and mixed up it with page hierarchy numbers. start_level="7" means you it's 6th child for that page. Which I'm sure you dont have if looking at source. That would mean like 7.1.1.1.1.1.1.1 in hierachy.
If you put start_level=2 it would give
7.1
7.2
7.3
and so on if start_page="sidemenu" is 7 in hierarchy
If it's "Show in menu" in page options is not checked it would not be shown in main top menu.
Re: separate menu headings
Posted: Fri Apr 18, 2008 12:55 am
by Tracy
OMG! That's Oh My God!

I think I got it. Please have a look again for me and tell me if it looks ok to you.
http://www.zendog.ca/index.php?page=why-bother
Tracy
Thankyou so much for the help!
Re: separate menu headings
Posted: Fri Apr 18, 2008 1:05 am
by Nullig
I think you got it.
Welcome to the revolution!
Nullig
[Solved]Re: separate menu headings
Posted: Fri Apr 18, 2008 1:18 am
by Tracy
Thankyou very very much. Is this really the only way to do this from my own designed template? I know if I would have started from scratch with one of the CMSMS templates it would have been much simpler.
Re: separate menu headings
Posted: Fri Apr 18, 2008 6:48 am
by KO
Nice! I think you got it.
As you gain experience you will find that it's easier to design template from scratch rather than change what somebody else has done and debug what is causing problems in your version. In first templates I did, I always kept the default templates available and looked/copied info from them. Nowdays it's just putting right smarty tags in place when porting html design to become cmsms template.
Re: separate menu headings
Posted: Fri Apr 18, 2008 11:53 am
by thoms
Did you read the very good tutorial at
http://themes.cmsmadesimple.org/menu_ma ... tions.html
Perhaps you then better understand the menu modul.
Thomas
Re: separate menu headings
Posted: Fri May 09, 2008 6:56 pm
by Dr.CSS
@Tracy
Did you notice that the answer on that page is way down, has to do with the ...
Looked even worse in IE6...