Hidden menu

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Apr 17, 2012 9:47 am
It's possible deactivate the header menu when i push an option of another menu, for example in this menu i show one article, and I wanted not show header menu when i show this article.
User avatar
Fresh Boarder

GK User
Tue Apr 17, 2012 5:01 pm
Hi,

I don't understand you much, can you use some screenshots with annotations to clarify it?

Thanks,
User avatar
Platinum Boarder

GK User
Wed Apr 18, 2012 3:53 pm
Attached file
User avatar
Fresh Boarder

GK User
Wed Apr 18, 2012 3:55 pm
This is the right...
User avatar
Fresh Boarder

GK User
Wed Apr 18, 2012 4:19 pm
Yes, it's possible if you have a menu item that links to that article. In the menu item setting page, add a suffix class for it, let's say "myclass", then use CSS to hide the menu, something like this:
Code: Select all
.myclass > #gkMenu{
display:none;
}

Cheers,
User avatar
Platinum Boarder


cron