<?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: Image on frontpage</title>
		<link>http://www.kriesi.at/support/topic/image-on-frontpage</link>
		<description>Support Forum - Topic: Image on frontpage</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 08:12:53 +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/image-on-frontpage" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Image on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/image-on-frontpage#post-65938</link>
			<pubDate>Mon, 16 Jul 2012 18:52:21 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">65938@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Jason_r,&#60;/p&#62;
&#60;p&#62;You'll need to add some additional properties to adjust it as you'd like. See: &#60;a href=&#34;http://www.w3schools.com/css/css_background.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/css/css_background.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you want a different banner on the top of each page, you'll need to target each of your various pages using something like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body#top.home {
background: url(http://www.113grand.com/wp-content/uploads/2012/05/innovation.jpg);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;for the home page and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body#top.page-id-## {
background: url(http://www.113grand.com/wp-content/uploads/2012/05/innovation.jpg);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;where the ## is the page id for the specific page you want to have a different full screen background. You'll also need to add the additional properties from the link above if you want it to not repeat, repeat, be left aligned/top or a combination of those.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jason_r on "Image on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/image-on-frontpage#post-65045</link>
			<pubDate>Wed, 11 Jul 2012 18:52:27 +0000</pubDate>
			<dc:creator>jason_r</dc:creator>
			<guid isPermaLink="false">65045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That just causes my banner to repeat for the whole page.&#60;br /&#62;
I just want the banner at the top of the page, once.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Image on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/image-on-frontpage#post-64926</link>
			<pubDate>Wed, 11 Jul 2012 04:46:49 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">64926@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jason_r,&#60;/p&#62;
&#60;p&#62;You would want to add that code into your custom.css or Quick CSS under Theme Options &#38;gt; Styling.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jason_r on "Image on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/image-on-frontpage#post-64868</link>
			<pubDate>Tue, 10 Jul 2012 21:49:07 +0000</pubDate>
			<dc:creator>jason_r</dc:creator>
			<guid isPermaLink="false">64868@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where does this code go?&#60;/p&#62;
&#60;p&#62;I am trying to put a banner at the top of every page, above the menu.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Image on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/image-on-frontpage#post-64138</link>
			<pubDate>Fri, 06 Jul 2012 19:38:57 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">64138@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Bradgentry,&#60;/p&#62;
&#60;p&#62;In that case, you'll probably not want to use the slider for the image and instead just apply your background image directly to the body. IE:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;html, body {
background: url(http://www.113grand.com/wp-content/uploads/2012/05/innovation.jpg);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bradgentry on "Image on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/image-on-frontpage#post-63836</link>
			<pubDate>Thu, 05 Jul 2012 12:48:03 +0000</pubDate>
			<dc:creator>bradgentry</dc:creator>
			<guid isPermaLink="false">63836@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's the top image with logo, name, etc., in the header. Maybe it is a slider? - II just put the single image in as I plan the layout for the site.  (www.113grand.com)&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Image on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/image-on-frontpage#post-63810</link>
			<pubDate>Thu, 05 Jul 2012 07:22:11 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63810@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Do you mean the slider?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bradgentry on "Image on frontpage"</title>
			<link>http://www.kriesi.at/support/topic/image-on-frontpage#post-63750</link>
			<pubDate>Thu, 05 Jul 2012 00:42:58 +0000</pubDate>
			<dc:creator>bradgentry</dc:creator>
			<guid isPermaLink="false">63750@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am wanted to be make the image at the top of the homepage much taller. (It only displays a small amount of the image's depth) How do I correct this? Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
