Problem disabling content

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Sat Feb 02, 2013 10:59 am
Hi,
I'm trying to disable content in page following this article:

https://www.gavick.com/documentation/jo ... mla-pages/

but i can't do it.

this is the link

http://www.autofficinapf.it/new25/

what's the problem?
User avatar
Junior Boarder

teitbite
Mon Feb 04, 2013 12:31 pm
Hi

You need to add page class suffix. It can be done in template settings by attaching this new class to page ID. If You will have problems with it send me an access to joomla panel and I'll make it for You.

Anyway if it's about removing the title than it can be disabled in menu item settings.
User avatar
Moderator

GK User
Sat Feb 09, 2013 8:57 am
I wuold like remove the text "HOME" under the picture!!

teitbite wrote:Hi

You need to add page class suffix. It can be done in template settings by attaching this new class to page ID. If You will have problems with it send me an access to joomla panel and I'll make it for You.

Anyway if it's about removing the title than it can be disabled in menu item settings.
User avatar
Junior Boarder

GK User
Sat Feb 09, 2013 9:23 am
I added page class suffix; if you look at source code you'll see the class. I also enabled "css override " option but seem the override.css file is not loaded!!
what wrong?
User avatar
Junior Boarder

GK User
Sat Feb 09, 2013 9:56 am
I fix it!!
Instead of

.noMainbody #gkMainbody { display: none !important}

i added

.noMainBody #gkPage #gkPageContent #gkMainbody {
display: none !important;
}
User avatar
Junior Boarder

teitbite
Sat Feb 09, 2013 4:10 pm
Hi

Ok. Great to hear it's working.
User avatar
Moderator


cron