Hide menu on a specific page

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
Tue Jan 21, 2014 3:38 pm
Reply with quote
Report this post
Hello,

i will hide on a specific page the main menu. for this is use the Suffixes for pages in the template features. i set the menu id 755 and the suffix hide_menu.

in the override.css i set

Code: Select all
.hide_menu #gkMainMenu {
display:none;
}


according to the manual the class hide_menu should be spent now in the body. but that does not work. The class in the body is occupied by just pattern4

Code: Select all
<body class=" pattern4" data-tablet-width="1000" data-mobile-width="580" data-cart="true">


how can I use suffixes for pages now

BR

Steckno
User avatar
Junior Boarder

GK User
Tue Jan 21, 2014 4:12 pm
Reply with quote
Report this post
Hmm,
1) I tested on my own page, also J2.5 and this method worked,
and my suffix
Code: Select all
.sufiks #gkMainMenu {
    display: none;
}

was here
Code: Select all
<html prefix="og: http://ogp.me/ns#" lang="en-gb"  class=" sufiks">
<head>


2) You can always use : http://www.gavick.com/documentation/joo ... ted-pages/

or send me access I will check
User avatar
Platinum Boarder

GK User
Tue Jan 21, 2014 4:53 pm
Reply with quote
Report this post
Thx for your fast answer. Just in this Time i found my error. The side are Not linked in the Menu. So i had to Open the Site with the URL. And here i had a Write error. I wrote the Itemid with a small i. This was the error on my side.

Thx for Support.
User avatar
Junior Boarder


cron