Hide Main menu - subpages

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 09, 2014 6:30 pm
Reply with quote
Report this post
Hi,
I would need in some parts of the site not displaying any menu, but the Main menu subpages is always displayed.
How can I do?
Rgrds.
Gioacchino
User avatar
Expert Boarder

GK User
Fri Oct 10, 2014 8:55 am
Reply with quote
Report this post
Hi,
easy - at least two options:
1) Use different template clone/copy which will use empty menu module instead.
2) Hide on selected menu items (subpages) menu using CSS
Tip: https://www.gavick.com/documentation/jo ... ted-pages/
and this code:
#gkMainMenu .gkMenu > ul {display: none !important; }
if you're using typical menu.
User avatar
Platinum Boarder

GK User
Fri Oct 10, 2014 12:14 pm
Reply with quote
Report this post
Oscar E wrote:Hi,
easy - at least two options:
1) Use different template clone/copy which will use empty menu module instead.
2) Hide on selected menu items (subpages) menu using CSS
Tip: https://www.gavick.com/documentation/jo ... ted-pages/
and this code:
#gkMainMenu .gkMenu > ul {display: none !important; }
if you're using typical menu.

Tnks.
Gioacchino
User avatar
Expert Boarder


cron