<?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 - Tag: change header image - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/change-header-image</link>
		<description>Support Forum - Tag: change header image - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 16:14:37 +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/tags/change-header-image" rel="self" type="application/rss+xml" />

		<item>
			<title>HouseofStrauss on "SENTENCE theme- show header image for specific page"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-show-header-image-for-specific-page#post-88484</link>
			<pubDate>Sun, 16 Dec 2012 17:59:08 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">88484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, the code you added worked. I'll add it in here as  reference for others.&#60;/p&#62;
&#60;p&#62;To change header logo on page. This is Ismael's code snippet that works. Page-Id should be changed to one you need to show a different header logo image. Change width and height and img URL to suit.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.page-id-11 h1.logo a {
    display: block;
    width: 600px;
    height: 222px;
    background: transparent url(&#38;#39;http://my-new-image.jpg&#38;#39;) left top no-repeat;
}

.page-id-11 h1.logo a img {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks for resolving this request.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "SENTENCE theme- show header image for specific page"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-show-header-image-for-specific-page#post-88449</link>
			<pubDate>Sun, 16 Dec 2012 10:53:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi HouseofStrauss,&#60;/p&#62;
&#60;p&#62;Thanks, but I can't access your site, it's under maintenance mode and it redirects me to this page: &#60;a href=&#34;http://keithkrasny.staging.wpengine.com/&#34; rel=&#34;nofollow&#34;&#62;http://keithkrasny.staging.wpengine.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can also see this error on your login page: Warning: Missing argument 2 for limit_login_track_credentials() in /nas/wp/www/staging/keithkrasny/wp-content/mu-plugins/limit-login-attempts/limit-login-attempts.php on line 769&#60;/p&#62;
&#60;p&#62;You can send the login credentials to sighlence13[at]gmail[dot]com, and kindly include a link to this thread on your message.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HouseofStrauss on "SENTENCE theme- show header image for specific page"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-show-header-image-for-specific-page#post-88331</link>
			<pubDate>Sat, 15 Dec 2012 11:51:03 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">88331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; That address is a temporary redirect.&#60;/p&#62;
&#60;p&#62;Thanks. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "SENTENCE theme- show header image for specific page"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-show-header-image-for-specific-page#post-88288</link>
			<pubDate>Sat, 15 Dec 2012 06:13:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88288@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi HouseofStrauss,&#60;/p&#62;
&#60;p&#62;Can you post a link to your site? we can check it further.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HouseofStrauss on "SENTENCE theme- show header image for specific page"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-show-header-image-for-specific-page#post-88196</link>
			<pubDate>Fri, 14 Dec 2012 13:18:22 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">88196@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Some little glitch here ... My code in the custom CSS &#38;gt; in css admin box is &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-11 .logo{
  background-image:  url(/wp-content/uploads/2012/12/about-logo.png);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and the new image is not showing on this logo. Page id11 is definitely correct. Any help on this please?? It looks like logo class, but maybe I'm wrong&#60;br /&#62;
Thank-you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "SENTENCE theme- show header image for specific page"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-show-header-image-for-specific-page#post-88147</link>
			<pubDate>Fri, 14 Dec 2012 00:55:45 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88147@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can use css with a completely different image which will only be triggered on the above page and override the standard css for the header image. Use the css code Devin put up, it will work. Very cool way of doing it too +1&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HouseofStrauss on "SENTENCE theme- show header image for specific page"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-show-header-image-for-specific-page#post-87995</link>
			<pubDate>Thu, 13 Dec 2012 09:01:37 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">87995@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Devin for your reply. I want to change the logo in the header to be a different image on the about page only. ie all site pages show logo1.png in header, except ABOUT (id 11) page that shows logo2.png&#60;/p&#62;
&#60;p&#62;Thank-you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "SENTENCE theme- show header image for specific page"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-show-header-image-for-specific-page#post-87905</link>
			<pubDate>Wed, 12 Dec 2012 20:18:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87905@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi HouseofStrauss,&#60;/p&#62;
&#60;p&#62;Which header image are you trying to change? It would be easier to do with css and a bit more efficient. Something like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-## .someclass{
  background-image: ;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where the ## is the page ID and the .someclass is the class in the header where you want to change out the image. Then just use regular css background-image to assign the image you want.&#60;/p&#62;
&#60;p&#62;If you can point out specifically what it is, we can help out with the css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HouseofStrauss on "SENTENCE theme- show header image for specific page"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-show-header-image-for-specific-page#post-87835</link>
			<pubDate>Wed, 12 Dec 2012 15:50:16 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">87835@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I need to display a different header logo image for one particular page (about) &#60;/p&#62;
&#60;p&#62;In page.php Can I substitute the header call from &#60;code&#62;get_header();&#60;/code&#62;  to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
if ( is_page( &#38;#39;about&#38;#39; )  ) :
  get_header(&#38;#39;about&#38;#39;);
else :
  get_header();
endif;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where header-about.php is the new header calling a different logo. &#60;/p&#62;
&#60;p&#62;Is there an better way please?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
