Page 2 of 2

Posted: Sat Dec 06, 2008 11:56 am
by sonichouse
Congrats, it was worth the pain :P
pcp20us wrote:How can i remove the meta box in the side bar, i read that it is hardcoded. the problem is i do not have access to the sdy files??
Well you could inject into your header

Code: Select all

<style>
#meta {
display:none;
}
</style>
This would need the header plugin I think.

Posted: Sat Dec 06, 2008 12:23 pm
by pcp20us
OK

All i could find is the Template Header/Logo Image plugin.
If this is correct how do i put code in as i think its only for images ??

Cheers

Posted: Sat Dec 06, 2008 12:34 pm
by sonichouse
pcp20us wrote:All i could find is the Template Header/Logo Image plugin.
If this is correct how do i put code in as i think its only for images ??
I used the HTML-Code inside head (HTML-Head Nugget) to test just and that didn't work.

The template is displaying as block, so you need to edit the template :(