i3Theme 1.6 layout problems

Skinning and designing Serendipity (CSS, HTML, Smarty)
sonichouse
Regular
Posts: 196
Joined: Sun May 11, 2008 2:53 am
Contact:

Post 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.
Steve is occasionally blogging here
pcp20us
Regular
Posts: 23
Joined: Sun Nov 30, 2008 11:32 pm

Post 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
sonichouse
Regular
Posts: 196
Joined: Sun May 11, 2008 2:53 am
Contact:

Post 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 :(
Steve is occasionally blogging here
Post Reply