<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Modifying background imagery for Newscast?</title>
		<link>http://www.kriesi.at/support/topic/modifying-background-imagery-for-newscast</link>
		<description>Support Forum - Topic: Modifying background imagery for Newscast?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 02:31:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/modifying-background-imagery-for-newscast" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Modifying background imagery for Newscast?"</title>
			<link>http://www.kriesi.at/support/topic/modifying-background-imagery-for-newscast#post-27512</link>
			<pubDate>Thu, 22 Sep 2011 05:42:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bgerberfood on "Modifying background imagery for Newscast?"</title>
			<link>http://www.kriesi.at/support/topic/modifying-background-imagery-for-newscast#post-27504</link>
			<pubDate>Thu, 22 Sep 2011 00:52:10 +0000</pubDate>
			<dc:creator>bgerberfood</dc:creator>
			<guid isPermaLink="false">27504@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great thanks, Dude! I'll remove the &#34;repeat-x 0 0&#34;. I presume that's why the last attempt with replacing the bg.png didn't work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Modifying background imagery for Newscast?"</title>
			<link>http://www.kriesi.at/support/topic/modifying-background-imagery-for-newscast#post-27472</link>
			<pubDate>Wed, 21 Sep 2011 10:27:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27472@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes that's all. The bg image css code can be found in style1.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body{
background: #fff url(../images/skin1/bg.png) repeat-x 0 0;
color:#666;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The repeat-x attribute tells the browser to repeat the image along the x-axis.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bgerberfood on "Modifying background imagery for Newscast?"</title>
			<link>http://www.kriesi.at/support/topic/modifying-background-imagery-for-newscast#post-27362</link>
			<pubDate>Tue, 20 Sep 2011 01:36:06 +0000</pubDate>
			<dc:creator>bgerberfood</dc:creator>
			<guid isPermaLink="false">27362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude... Thank you for the quick response! So since I'm not a programmer or interactive designer, I'd just like to clarify that this is what I can do to add to the background properly, at least for header and footer:&#60;/p&#62;
&#60;p&#62;1. Open bg.psd and enlarge from 83x329 (question: what is optimum size to save out bg.png for Newscast?)&#60;br /&#62;
2. Put all new graphics/text on separate layer from original file&#60;br /&#62;
3. Replace old png with new one in skin 1 folder&#60;/p&#62;
&#60;p&#62;Please let me know if there is anything else that's needed in php or css. Obviously there is rendering code I'm not familiar with (since the existing 83x329 gets repeated somehow) and css in the header/footer for the content like logo, search box, footer widgets, etc. that I'm only guessing at how its positioning effects the viewing of any background changes I make. &#60;/p&#62;
&#60;p&#62;Appreciate all the help,&#60;br /&#62;
Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Modifying background imagery for Newscast?"</title>
			<link>http://www.kriesi.at/support/topic/modifying-background-imagery-for-newscast#post-27143</link>
			<pubDate>Fri, 16 Sep 2011 06:48:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27143@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the bg.png file is just 83x329 (it's repeated along the x-axis). You can adjust the image size of course and add text to it, other images/logos, etc. If you'd like to add logos it's in my opinion better to start a new project or to resize the bg.psd image first and to insert your content as new layer afterwards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bgerberfood on "Modifying background imagery for Newscast?"</title>
			<link>http://www.kriesi.at/support/topic/modifying-background-imagery-for-newscast#post-27108</link>
			<pubDate>Fri, 16 Sep 2011 01:46:32 +0000</pubDate>
			<dc:creator>bgerberfood</dc:creator>
			<guid isPermaLink="false">27108@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesi,&#60;/p&#62;
&#60;p&#62;Love the theme and generally have been able to figure out mods via the great forum. However, I'm stuck on something that's pretty significant for my site (currently not public). &#60;/p&#62;
&#60;p&#62;QUESTION:&#60;br /&#62;
How do I alter the &#34;bg&#34; file and export it correctly to replace that bg.png file in skin 1?&#60;/p&#62;
&#60;p&#62;Problem is when I open bg.png or bg.psd in any program, it's 83x329 at 64k. I'd like to modify background for branding or adding custom text hardcoded in the image, if needed. Presumably, that we be best done to psd. I tried following The Dude's instructions for both 1 and 2 in this thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/2-add-text-below-the-header-icons-change-color-of-headerfooter#post-17919&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/2-add-text-below-the-header-icons-change-color-of-headerfooter#post-17919&#60;/a&#62;. Neither worked properly for me. &#60;/p&#62;
&#60;p&#62;Thank you for any quick feedback!&#60;br /&#62;
Brian
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
