Disable some submenus

GK User
Thu Nov 08, 2012 8:08 pm
Hello,

I'm using boutique template with built in menu (Extramenu).

My main menu is built as follow:
Home
Store
- product category 1
- product category 2
Blog
- posts category 1
- posts category 2
Contact
...

I need my store submenus to appear to facilitate customers navigation. This is ok.
But I also want my blog submenus to be hidden. I need them to be active to have a good breadcrumb, but I don't need (want) them to show up.
As they're both on the same level, I don't know how to show one and hide the other.

How could I do this ? Is there a way to add an additionnal class for menu items I want to hide ? If yes, which class ?

Thanks a lot for your help,

Eve
User avatar
Fresh Boarder

teitbite
Fri Nov 09, 2012 1:21 am
Hi

I think You can use an option "Show title" set to NO. This way menu item will be active, but will not be showing it the submenu lists.
User avatar
Moderator

GK User
Fri Nov 09, 2012 12:19 pm
Hello,

Thanks for your answer. I've tried but it's not working... If I don't find a solution, I'll replace submenus I want to hide by transparent small png images... Not the best but the look will be okay.

If you've got another idea, I'm still interested !

Thanks again
User avatar
Fresh Boarder

teitbite
Sat Nov 10, 2012 2:00 am
Hi

Sure. If the above is not working than my second advice is to use css suffxes. You can enter them withing menu item configuration too. Lets for example add a class called "hideme" and than use this class in css:

Code: Select all
.hideme {
display: none;
}


If this will not work, please leave css classes in the menu and show me Your site, so I'll check why.
User avatar
Moderator


cron