kevinwong
Forum Replies Created
-
Forum: Themes and Templates
In reply to: trouble customizing kubrickThanks.
I tried what you suggested and it didn’t work, but then i went along with the logic and managed to figure out some of the problems.
First of all the <style></style> in header.php
<style type="text/css" media="screen"> <?php // Checks to see whether it needs a sidebar or not if ( !$withcomments && !is_single() ) { ?> #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/<strong>kubrickbg-<?php bloginfo('text_direction'); ?>.jpg</strong>") repeat-y top; border: none; } <?php } else { // No sidebar ?> #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/bgwide.png") repeat-y top; border: none; } <?php } ?> </style>
I failed to notice that.
Also, there’s this in the style.css file:
#header { <strong>background-color: #73a0c5;</strong> margin: 0 0 0 1px; padding: 0; <strong>height: 200px; </strong> width: 758px; }
There was more. I’m going through everything line by line now. It’s tedious, but it’s working.
Forum: Themes and Templates
In reply to: trouble customizing kubrickHi. I tried it out and it worked. The widgets stayed. However, the page still didn’t look right. The header appears, but only on top of some other background colour, and meanwhile the middle background and the footer don’t appear at all.
Does anybody know how to remedy this?
Forum: Themes and Templates
In reply to: trouble customizing kubrickThanks so much. I’ll give that a try ??
Forum: Themes and Templates
In reply to: trouble customizing kubrickHi. Thanks. I did try that, though, and the result is the widgets in the side bar no longer work. I’ve been trying to figure out which parts of it are responsible for what function, but to no avail.