<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Modifying the Blix Krieg Theme Header</title>
	<link>http://www.utheguru.com/modifying-the-blix-krieg-theme-header</link>
	<description>Not Your Average Geek</description>
	<pubDate>Fri, 21 Nov 2008 04:36:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: DuckMan</title>
		<link>http://www.utheguru.com/modifying-the-blix-krieg-theme-header#comment-95</link>
		<dc:creator>DuckMan</dc:creator>
		<pubDate>Wed, 14 Feb 2007 22:28:17 +0000</pubDate>
		<guid>http://www.utheguru.com/modifying-the-blix-krieg-theme-header#comment-95</guid>
		<description>Hi Susie -

I love your enthusiasm! 

Unfortunately I don't have time to go into the specifics, but this kind of thing usually occurs when either a) an element you have added is wider than the component of the theme  that you have added it to (most likely) or b) Weird positoning of div tags.

These are all pretty common problems with theme modification, but can be really difficult to debug via email, so unfortunately that's about as far as I'll be able to take my assistance to you - perhaps one of our other readers might have suggestions?

Can I suggest some google searches?

for instance, "How do I add google search bar to Blix Theme", "How can I customize Blix Theme" etc - you might find more how-to's like I wrote yesterday for you.

If you had an accident with the theme, you can always install two copies of it (under different folders] names, and change the name of the second one in style.css so it shows as a different theme in the presentation tab)... that way if you muck up une, you can quickly roll back to another.

Perhaps when you sort out your customizations you can come back here and blog about it! ;)

Cheers,

TheDuck</description>
		<content:encoded><![CDATA[<p>Hi Susie -</p>
<p>I love your enthusiasm! </p>
<p>Unfortunately I don&#8217;t have time to go into the specifics, but this kind of thing usually occurs when either a) an element you have added is wider than the component of the theme  that you have added it to (most likely) or b) Weird positoning of div tags.</p>
<p>These are all pretty common problems with theme modification, but can be really difficult to debug via email, so unfortunately that&#8217;s about as far as I&#8217;ll be able to take my assistance to you - perhaps one of our other readers might have suggestions?</p>
<p>Can I suggest some google searches?</p>
<p>for instance, &#8220;How do I add google search bar to Blix Theme&#8221;, &#8220;How can I customize Blix Theme&#8221; etc - you might find more how-to&#8217;s like I wrote yesterday for you.</p>
<p>If you had an accident with the theme, you can always install two copies of it (under different folders] names, and change the name of the second one in style.css so it shows as a different theme in the presentation tab)&#8230; that way if you muck up une, you can quickly roll back to another.</p>
<p>Perhaps when you sort out your customizations you can come back here and blog about it! <img src='http://www.utheguru.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Cheers,</p>
<p>TheDuck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susie J</title>
		<link>http://www.utheguru.com/modifying-the-blix-krieg-theme-header#comment-91</link>
		<dc:creator>Susie J</dc:creator>
		<pubDate>Wed, 14 Feb 2007 13:40:14 +0000</pubDate>
		<guid>http://www.utheguru.com/modifying-the-blix-krieg-theme-header#comment-91</guid>
		<description>Thanks -- everything looks great.</description>
		<content:encoded><![CDATA[<p>Thanks &#8212; everything looks great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DuckMan</title>
		<link>http://www.utheguru.com/modifying-the-blix-krieg-theme-header#comment-88</link>
		<dc:creator>DuckMan</dc:creator>
		<pubDate>Wed, 14 Feb 2007 07:21:59 +0000</pubDate>
		<guid>http://www.utheguru.com/modifying-the-blix-krieg-theme-header#comment-88</guid>
		<description>Ok.. I think I've confused you. If you want  to better understand what the problem is, google 'php and relative versus absolute referencing' - you should learn a bit there.

START AGAIN... Follow these steps.


Using filezilla, put the susiejblx_bg.jpg in your wp-content/themes/{my blixkgrieg theme}/images/spring_flavour/   folder - that's where all the images for the theme live and it makes more sense to put new images there.. if you don't see other files in that folder by the names of author.gif, header_bg.jpg and about a dozen others, you're in the wrong folder. 
open wp-content/themes/{my blixkgrieg theme}/spring_flavour.css (the same one you've been editing today) and edit those same lines as follows:-
/* header
--------------------------------------------------*/
#header {
  background-color:#F0F9F9;
  background-image:url(images/spring_flavour/susiejblx_bg.jpg );
}

Now it should work..
 
Cheers,
 
TheDuck</description>
		<content:encoded><![CDATA[<p>Ok.. I think I&#8217;ve confused you. If you want  to better understand what the problem is, google &#8216;php and relative versus absolute referencing&#8217; - you should learn a bit there.</p>
<p>START AGAIN&#8230; Follow these steps.</p>
<p>Using filezilla, put the susiejblx_bg.jpg in your wp-content/themes/{my blixkgrieg theme}/images/spring_flavour/   folder - that&#8217;s where all the images for the theme live and it makes more sense to put new images there.. if you don&#8217;t see other files in that folder by the names of author.gif, header_bg.jpg and about a dozen others, you&#8217;re in the wrong folder.<br />
open wp-content/themes/{my blixkgrieg theme}/spring_flavour.css (the same one you&#8217;ve been editing today) and edit those same lines as follows:-<br />
/* header<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;*/<br />
#header {<br />
  background-color:#F0F9F9;<br />
  background-image:url(images/spring_flavour/susiejblx_bg.jpg );<br />
}</p>
<p>Now it should work..</p>
<p>Cheers,</p>
<p>TheDuck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susie J</title>
		<link>http://www.utheguru.com/modifying-the-blix-krieg-theme-header#comment-87</link>
		<dc:creator>Susie J</dc:creator>
		<pubDate>Wed, 14 Feb 2007 05:03:28 +0000</pubDate>
		<guid>http://www.utheguru.com/modifying-the-blix-krieg-theme-header#comment-87</guid>
		<description>I've fixed the layout and the spring flavour css.  So it now looks like this:  #header {
  background-color:#ffffff;
  background-image:url(a/susiejblx_bg.jpg);
}
And, it is still not there.  I must have copied something incorrectly?
Thanks,</description>
		<content:encoded><![CDATA[<p>I&#8217;ve fixed the layout and the spring flavour css.  So it now looks like this:  #header {<br />
  background-color:#ffffff;<br />
  background-image:url(a/susiejblx_bg.jpg);<br />
}<br />
And, it is still not there.  I must have copied something incorrectly?<br />
Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susie J</title>
		<link>http://www.utheguru.com/modifying-the-blix-krieg-theme-header#comment-86</link>
		<dc:creator>Susie J</dc:creator>
		<pubDate>Wed, 14 Feb 2007 04:55:14 +0000</pubDate>
		<guid>http://www.utheguru.com/modifying-the-blix-krieg-theme-header#comment-86</guid>
		<description>OK, first of all, I love you.  I have been working for hours and hours to
fix what the wordpress support  people called a "train wreck" on my blog.
This is an awesome theme, and you are great to work with -- I've been
reading your comments. 

I followed your first step, and it looks like this
/* header
--------------------------------------------------*/
#header {
  background-color:#F0F9F9;
  background-image:url(&lt;a href="http://www.susiej.com/susiejweblogo.gif" rel="nofollow"&gt;&lt;/a&gt;  ); } 

Still, the image is not showing up -- and then I opened the read me file,
and it says "If your custom banner already include's your blog's name, open
layout.css, go to line 146 and remove the comments (/* ... */)"  

I couldn't find that line.  And do I need to replace it with something?</description>
		<content:encoded><![CDATA[<p>OK, first of all, I love you.  I have been working for hours and hours to<br />
fix what the wordpress support  people called a &#8220;train wreck&#8221; on my blog.<br />
This is an awesome theme, and you are great to work with &#8212; I&#8217;ve been<br />
reading your comments. </p>
<p>I followed your first step, and it looks like this<br />
/* header<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;*/<br />
#header {<br />
  background-color:#F0F9F9;<br />
  background-image:url(<a href="http://www.susiej.com/susiejweblogo.gif" rel="nofollow"></a>  ); } </p>
<p>Still, the image is not showing up &#8212; and then I opened the read me file,<br />
and it says &#8220;If your custom banner already include&#8217;s your blog&#8217;s name, open<br />
layout.css, go to line 146 and remove the comments (/* &#8230; */)&#8221;  </p>
<p>I couldn&#8217;t find that line.  And do I need to replace it with something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
