Bike Shop Main Component

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
Sat Sep 08, 2012 11:48 am
Reply with quote
Report this post
I am trying to turn off the main component / main body on the homepage of the newest Bike Shop template.

I want just a collections of modules. This feature doesn't seem to be available in the template settings as it usually is on the other site templates from gavick.

Any help would be appreciated.

Thanks
User avatar
Fresh Boarder

Konrad M
Sat Sep 08, 2012 12:36 pm
Reply with quote
Report this post
Hi,
please try publish some module in 'mainbody' postion or you can try add suffix for page and disable it using css. To to do this go to template settings. In 'features' section find 'Suffixes for pages' option and add suffix for home menu item ID ( it is 101 probably ) for example ' my suffix'. Then please add to override.css
Code: Select all
.mysuffix #gkContent {
display:none;
}

and remember to enable override.css option in template settings.
User avatar


cron