Mainbody

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Thu Jul 01, 2010 7:16 pm
Hi all

I want to disable the mainbody with the clear Background.
But I can not find the module and the position of it.
In the Template preview its not showing

best regards Vflexi
User avatar
Fresh Boarder

teitbite
Fri Jul 02, 2010 1:50 pm
Hi

Please use something in mainbody position and than disable the function in template settings "Show mainbody at frontpage".

If You want to disable mainboty permanently for every site (not recomended) please add code to css:

#gk-mainbody {
display:none;
}
User avatar
Moderator

GK User
Fri Jul 02, 2010 2:07 pm
Let me reinforce:

On every Gavick Template you have the possibility to disable mainbody (only) on frontpage, but in this case of Corporate2 template, when disable you need to publish a module (any one) on mainbody module position.

Like Teibite said, it's not recommended that remove mainbody. I reinforce saying that it's not possible or else you wouldn't be able to see most of the content. This is absolutely necessary.

So don't use:

Code: Select all
#gk-mainbody {
display:none;
}


Cheers ;)
User avatar
Platinum Boarder

teitbite
Mon Jul 05, 2010 10:36 am
Hi

Thanks for a word Saichinha. I really appreciate that.

Removing mainbody complitly can be made only on some specific pages which will not use article view etc. only some modules. I did saw sites like that. Sorry I didn's mentioned that.
User avatar
Moderator

GK User
Sun Jul 18, 2010 5:33 am
Hi Teitbite:

I followed your recommendation "Please use something in mainbody position and than disable the function in template settings "Show mainbody at frontpage".

I published a HTML custom module in that position and then I switch off the option "Show mainbody at frontpage" in the template manager, but the mainbody still showing in frontpage (like a white square).

You can see the problem here: http://www.proton5.com/ (below the top1, top2.. position).

Could you help me?

Regards.
User avatar
Expert Boarder

teitbite
Mon Jul 19, 2010 5:31 pm
Hi

I did noticed this template is a little bit diffrent. Try solution form this post: http://www.gavick.com/forum/46-highligh ... html#57664
User avatar
Moderator

GK User
Wed Jul 21, 2010 9:36 pm
Thanks a lot Teitbite. Your new recomendation fixed the problem.
User avatar
Expert Boarder


cron