<?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 - User Favorites: HouseofStrauss</title>
		<link><a href='http://www.kriesi.at/support/profile/houseofstrauss'>houseofstrauss</a></link>
		<description>Support Forum - User Favorites: HouseofStrauss</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 06:50:41 +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/profile/" 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>Nick on "SENTENCE theme Home page without a title please?"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-home-page-without-a-title-please#post-88145</link>
			<pubDate>Fri, 14 Dec 2012 00:38:52 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Ismael got you back on track!&#60;/p&#62;
&#60;p&#62;Thanks,&#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>HouseofStrauss on "SENTENCE theme Home page without a title please?"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-home-page-without-a-title-please#post-87993</link>
			<pubDate>Thu, 13 Dec 2012 08:54:50 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">87993@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant! worked perfectly, as always, many thanks for your great support.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "SENTENCE theme Home page without a title please?"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-home-page-without-a-title-please#post-87935</link>
			<pubDate>Thu, 13 Dec 2012 01:52:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi HouseofStrauss,&#60;/p&#62;
&#60;p&#62;Just add this code on your Quick CSS (located inside Sentence &#38;gt; Theme Options &#38;gt; Styling) or custom.css (located inside the css folder of the theme's folder):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home .six.units.entry-content &#38;gt; h1:first-child {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This will ensure that homepages will not appear on Sentence's Homepage. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#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 Home page without a title please?"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-home-page-without-a-title-please#post-87840</link>
			<pubDate>Wed, 12 Dec 2012 15:58:06 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">87840@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to select a home page for the sentence theme, but the page must have NO title. &#60;/p&#62;
&#60;p&#62;Tried creating page with title, then selecting that page in sentence options, then deleting the title and leaving the permalink. This seems to throw sentence into a spin... How do I do this please? Not every home page needs a title to show!!&#60;/p&#62;
&#60;p&#62;Thank-you
&#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>
		<item>
			<title>Devin on "Footer adjust"</title>
			<link>http://www.kriesi.at/support/topic/footer-adjust#post-83087</link>
			<pubDate>Fri, 09 Nov 2012 17:16:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">83087@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi O5,&#60;/p&#62;
&#60;p&#62;You could yes. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer {
    display: none;
}
#socket {
    display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>O5 on "Footer adjust"</title>
			<link>http://www.kriesi.at/support/topic/footer-adjust#post-83037</link>
			<pubDate>Fri, 09 Nov 2012 14:11:56 +0000</pubDate>
			<dc:creator>O5</dc:creator>
			<guid isPermaLink="false">83037@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Could you just completely remove footer?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Footer adjust"</title>
			<link>http://www.kriesi.at/support/topic/footer-adjust#post-83004</link>
			<pubDate>Fri, 09 Nov 2012 07:29:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">83004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Afaik this is not possible. You could set a minimum content height however it's not a &#34;real&#34; solution because it depends on the screen resolution and the content height varies from screen to screen. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>O5 on "Footer adjust"</title>
			<link>http://www.kriesi.at/support/topic/footer-adjust#post-82876</link>
			<pubDate>Thu, 08 Nov 2012 14:18:11 +0000</pubDate>
			<dc:creator>O5</dc:creator>
			<guid isPermaLink="false">82876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is it possible to make footer adjust to bottom of screen? I'm noticing it adjust to bottom of content on page, for instance it moves according to how much content you have on page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Looking for Small hack for Sentence top of sidebar area"</title>
			<link>http://www.kriesi.at/support/topic/looking-for-small-hack-for-sentence-top-of-sidebar-area#post-70751</link>
			<pubDate>Mon, 13 Aug 2012 08:41:05 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">70751@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad Peter could help you. You may need to experiment on the media query stuff to make this work.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HouseofStrauss on "Looking for Small hack for Sentence top of sidebar area"</title>
			<link>http://www.kriesi.at/support/topic/looking-for-small-hack-for-sentence-top-of-sidebar-area#post-70693</link>
			<pubDate>Sun, 12 Aug 2012 21:13:55 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">70693@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great I'll try that. Yes, I agree the responsive stuff makes it complicated. Thanks for the reply.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Looking for Small hack for Sentence top of sidebar area"</title>
			<link>http://www.kriesi.at/support/topic/looking-for-small-hack-for-sentence-top-of-sidebar-area#post-70671</link>
			<pubDate>Sun, 12 Aug 2012 14:11:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">70671@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I'm not sure if this is possible without breaking the reponsive layout because you need to use an absolute, negative value. However you can try following css code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar {
    top: -300px;
}

@media only screen and (max-width: 959px) {
.sidebar {
    top: auto;
}
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>HouseofStrauss on "Looking for Small hack for Sentence top of sidebar area"</title>
			<link>http://www.kriesi.at/support/topic/looking-for-small-hack-for-sentence-top-of-sidebar-area#post-70664</link>
			<pubDate>Sun, 12 Aug 2012 09:57:02 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">70664@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I insert content like an image or php snippet above the sidebar area. Yes, I've looked, but the CSS looks fairly complex on this theme&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;https://dl.dropbox.com/u/2008586/sample.jpg&#34;&#62;&#60;/p&#62;
&#60;p&#62;Thankyou.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HouseofStrauss on "Home page &#039;additional page content&#039; not recognising"</title>
			<link>http://www.kriesi.at/support/topic/home-page-additional-page-content-not-recognising#post-38267</link>
			<pubDate>Fri, 20 Jan 2012 15:34:15 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">38267@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Bumping this! geneuine request, can someone help me with this, please.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HouseofStrauss on "Home page &#039;additional page content&#039; not recognising"</title>
			<link>http://www.kriesi.at/support/topic/home-page-additional-page-content-not-recognising#post-37929</link>
			<pubDate>Tue, 17 Jan 2012 16:10:35 +0000</pubDate>
			<dc:creator>HouseofStrauss</dc:creator>
			<guid isPermaLink="false">37929@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've added an additional page content page in home page settings. However, it should only render the characters/words before the more link and this should also be a button class. The more link is being ignored, there is no button and the whole additional page content is being rendered. I checked this in the demo and it works correctly, only showing up to 'more' link. I'm using the standard more link as follows. ' &#38;lt;!--more--&#38;gt; ' How do I fix this, please?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
