Page 1 of 1

How do I hide my Sub Menu Items?

Posted: Mon Apr 16, 2007 7:29 pm
by deosil
I have adopted a template and it is going well excepts. I can't figure a way to hide my sub menu items. Here is the page. I would love to hear back from someone.

http://wilde.freepgs.com/aiden/index.ph ... ipsum    ;)

I only want the sub menus to be seen when it is on the parent page.

Thank You

Deosil the Jedi  8)

Re: How do I hide me Sub Menu Items?

Posted: Mon Apr 16, 2007 7:35 pm
by cyberman
Please look at MenuManagers collapse parameter ...

Re: How do I hide me Sub Menu Items?

Posted: Mon Apr 16, 2007 7:38 pm
by Dr.CSS
In the Main Menu CSS you can add...

ul.avmenu ul ul {
width:113px;
display:none
}

Extensions > Modules > Menu Manager click the name of module or the word Help to the right of it to get the parameters a module takes...

Re: How do I hide me Sub Menu Items?

Posted: Mon Apr 16, 2007 9:28 pm
by deosil
I am sorry but I really don't understand what you both just said. I am very new to php but I can get around if you point me in the right direction. Thank You for your help.

Deosil ::)

Re: How do I hide me Sub Menu Items?

Posted: Mon Apr 16, 2007 9:42 pm
by deosil
Ok I just needed to poke around a bit. I got it. But now I have this numbering thing I am trying to get rid of. If you can help. Thank You Much

Deosil  ;D

Re: How do I hide me Sub Menu Items?

Posted: Mon Apr 16, 2007 10:55 pm
by deosil
This below made all submenus go away. I just want them to be gone when they are they aren't in parent window.

ul.avmenu ul ul {
width:113px;
display:none
}

Re: How do I hide me Sub Menu Items?

Posted: Tue Apr 17, 2007 12:10 pm
by Pierre M.
Hello Deosil,
deosil wrote: ... I am very new to php but I can get around if you point me in the right direction.
People with no PHP knowledge can do it. It is not about PHP. Cyberman has pointed you to the right direction : the collapse attribute of the menu tag in the templates.
Log in the admin, see layout, menu management and the doc about the {menu collapse='...'} tag.
Have fun.
Pierre M.