<?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: daybrandon</title>
		<link><a href='http://www.kriesi.at/support/profile/daybrandon'>daybrandon</a></link>
		<description>Support Forum - User Favorites: daybrandon</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 12:23:12 +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>Ismael on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-75005</link>
			<pubDate>Sun, 09 Sep 2012 05:08:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75005@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it is fixed. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daybrandon on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-74981</link>
			<pubDate>Sat, 08 Sep 2012 23:37:22 +0000</pubDate>
			<dc:creator>daybrandon</dc:creator>
			<guid isPermaLink="false">74981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That did it! Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-74828</link>
			<pubDate>Fri, 07 Sep 2012 18:03:21 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">74828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Strange that I didn't get this when I tested it, but you just need to remove the end content class on the unordered list that holds the now static slideshow. I've update the code above but here it is again:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;ul class=&#38;#39;slideshow slideshowBig featured_container1&#38;#39; &#38;gt;&#38;lt;li class=&#38;#39;featured featured_container1&#38;#39; &#38;gt;&#38;lt;span title=&#38;#39;&#38;#39; &#38;gt;&#38;lt;img src=&#38;#39;http://yourwebsite.com/yourimage.png&#38;#39; alt=&#38;#39;slider_half&#38;#39; title=&#38;#39;slider_half&#38;#39; /&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daybrandon on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-74587</link>
			<pubDate>Wed, 05 Sep 2012 22:38:46 +0000</pubDate>
			<dc:creator>daybrandon</dc:creator>
			<guid isPermaLink="false">74587@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Everything works expect the sidebar is not on the side... I left it up for you to see: &#60;a href=&#34;http://www.lindagodsey.com&#34; rel=&#34;nofollow&#34;&#62;http://www.lindagodsey.com&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-74545</link>
			<pubDate>Wed, 05 Sep 2012 18:15:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">74545@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Brandon,&#60;/p&#62;
&#60;p&#62;I was to hasty in my original fix. A much more simple approach is to go into your theme settings and set the Slideshow Options&#38;gt;Featured Image Option to &#34;All Entries with small Pictures&#34;. Then, add the straight html static image above the start of the loop. So right after the div id=main you'll add it in and it will look like the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;main&#38;quot;&#38;gt;

	&#38;lt;ul class=&#38;#39;slideshow slideshowBig featured_container1&#38;#39; &#38;gt;&#38;lt;li class=&#38;#39;featured featured_container1&#38;#39; &#38;gt;&#38;lt;span title=&#38;#39;&#38;#39; &#38;gt;&#38;lt;img src=&#38;#39;http://yourwebsite.com/yourimage.png&#38;#39; alt=&#38;#39;slider_half&#38;#39; title=&#38;#39;slider_half&#38;#39; /&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#38;lt;div class=&#38;#39;content&#38;#39;&#38;gt;

	&#38;lt;?php&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;NOTE: The above code has the starting div and the start of the php to illustrate where the list with your image will go. Make sure you either just put in the code in between those elements or replace them exactly with the above and keeping everything before and after them the same.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>daybrandon on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-74348</link>
			<pubDate>Tue, 04 Sep 2012 16:31:23 +0000</pubDate>
			<dc:creator>daybrandon</dc:creator>
			<guid isPermaLink="false">74348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm having the same issue. &#60;/p&#62;
&#60;p&#62;Here is a screenshot of the site working correctly before the removal and addition of the code above: &#60;a href=&#34;http://cl.ly/image/0b1O0F033Q3u&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/image/0b1O0F033Q3u&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Here is what the code does: &#60;a href=&#34;http://cl.ly/image/2Q2W2B2o010m&#34; rel=&#34;nofollow&#34;&#62;http://cl.ly/image/2Q2W2B2o010m&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Best,&#60;br /&#62;
Brandon
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-69552</link>
			<pubDate>Mon, 06 Aug 2012 07:04:02 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">69552@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gonzosan,&#60;/p&#62;
&#60;p&#62;Okay, we'll just wait for you to post the link or provide a screenshot. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gonzosan on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-69403</link>
			<pubDate>Sun, 05 Aug 2012 03:41:14 +0000</pubDate>
			<dc:creator>gonzosan</dc:creator>
			<guid isPermaLink="false">69403@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'll leave it up when I go to bed tonight after work. I don't like it keep it like that for long since I won't be able to fix it until later tonight. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-69385</link>
			<pubDate>Sun, 05 Aug 2012 02:32:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">69385@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gonzosan,&#60;/p&#62;
&#60;p&#62;Can you provide a link that has the issue? or a screenshot of the issue? but we would like to prefer if its a link so we can check it further. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gonzosan on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-69269</link>
			<pubDate>Fri, 03 Aug 2012 16:43:58 +0000</pubDate>
			<dc:creator>gonzosan</dc:creator>
			<guid isPermaLink="false">69269@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well it works, kind of, but messes up some other things. First off the image (850 by 400) seems really small for the space. It just looks like it's sitting in the middle. I'd like it to completely line up with the sides of the main body. Also the biggest issue is that it doesn't show any of my blog posts once I edit the file. It'll show the image, then the title of my last blog post and underneath it says &#34;Nothing found&#34;. I have at least 5 posts. Not sure why this isn't working. I don't mind having a slider as long as it works off image I put in myself, not dependent on the images from my blog posts. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-69184</link>
			<pubDate>Fri, 03 Aug 2012 07:25:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">69184@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gonzosan,&#60;/p&#62;
&#60;p&#62;Great! just update us, once you have done it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gonzosan on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-69164</link>
			<pubDate>Fri, 03 Aug 2012 04:38:01 +0000</pubDate>
			<dc:creator>gonzosan</dc:creator>
			<guid isPermaLink="false">69164@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome, thanks for the help all. I'll try it when I get home from work and let you know if it works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-68888</link>
			<pubDate>Thu, 02 Aug 2012 07:23:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68888@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gonzosan,&#60;/p&#62;
&#60;p&#62;Open your index.php and remove this line of code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;endwhile;
else:&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;also, remove this line of code:&#60;br /&#62;
&#60;code&#62;endif;&#60;/code&#62;&#60;br /&#62;
Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gonzosan on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-68870</link>
			<pubDate>Thu, 02 Aug 2012 06:16:39 +0000</pubDate>
			<dc:creator>gonzosan</dc:creator>
			<guid isPermaLink="false">68870@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can I please get some help with this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gonzosan on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-68575</link>
			<pubDate>Tue, 31 Jul 2012 18:55:27 +0000</pubDate>
			<dc:creator>gonzosan</dc:creator>
			<guid isPermaLink="false">68575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Alright when I tried it, I got this &#34;Parse error: syntax error, unexpected T_ENDWHILE in /home/gonzosan/public_html/wp-content/themes/habitat/index.php on line 89&#34;&#60;/p&#62;
&#60;p&#62;I'm not sure if I missed anything or not the link I used was this:&#60;br /&#62;
&#60;a href=&#34;http://burningtoday.com/wp-content/uploads/2012/07/PItrees.jpg&#34; rel=&#34;nofollow&#34;&#62;http://burningtoday.com/wp-content/uploads/2012/07/PItrees.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm not very good with PHP, so if you could tell me what I did wrong I'd appreciate it. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-68453</link>
			<pubDate>Tue, 31 Jul 2012 06:42:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">68453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please report back if it works or not. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gonzosan on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-68429</link>
			<pubDate>Tue, 31 Jul 2012 04:38:28 +0000</pubDate>
			<dc:creator>gonzosan</dc:creator>
			<guid isPermaLink="false">68429@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome thanks! I'll try it out tonight when I get off work. thanks for the quick reply.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-68386</link>
			<pubDate>Mon, 30 Jul 2012 19:41:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">68386@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gonzosan,&#60;/p&#62;
&#60;p&#62;As far as I know there isn't any way to achieve that with the theme options as the featured image area is designed to only load in images from the posts.&#60;/p&#62;
&#60;p&#62;What you'll need to do is edit the actual index.php file in the theme files. Look for this block of code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
	$additional_loop = new WP_Query($query_string);

	#counts the post iterations
	$counter = 1;

	if ($additional_loop-&#38;gt;have_posts()) :
	while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();
 	$more = 0;

 	# get the feature image/video by calling the function in display_feature_media.php file, display it if its a Big Image/ Video
 	# or save it to the var $medium_prev_image if its a small one to display it within the post, not above the post
 	$medium_prev_image = display_featured_media($counter);

 	if( $counter == 1 ) echo &#38;quot;&#38;lt;div class=&#38;#39;content&#38;#39;&#38;gt;&#38;quot;;
	?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Edited for correct procedure :) - Add the following just before it but after the main div.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;ul class=&#38;#39;slideshow slideshowBig featured_container1&#38;#39; &#38;gt;&#38;lt;li class=&#38;#39;featured featured_container1&#38;#39; &#38;gt;&#38;lt;span title=&#38;#39;&#38;#39; &#38;gt;&#38;lt;img src=&#38;#39;http://yourwebsite.com/yourimage.png&#38;#39; alt=&#38;#39;slider_half&#38;#39; title=&#38;#39;slider_half&#38;#39; /&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/li&#38;gt;&#38;lt;/ul&#38;gt;&#38;lt;div class=&#38;#39;content&#38;#39;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then replace the yourwebsite.com/yourimage.png with the url for your image. Just make sure that the image used is 850x400 to fit the space. &#60;/p&#62;
&#60;p&#62;The last step is to go into your theme settings and set the Slideshow Options&#38;gt;Featured Image Option to &#34;All Entries with small Pictures&#34;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin&#60;/p&#62;
&#60;p&#62;Edit: This has been updated following the below issues. The other fixes are no longer needed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gonzosan on "Static slider image"</title>
			<link>http://www.kriesi.at/support/topic/static-slider-image#post-68381</link>
			<pubDate>Mon, 30 Jul 2012 19:06:20 +0000</pubDate>
			<dc:creator>gonzosan</dc:creator>
			<guid isPermaLink="false">68381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I wasn't sure how to search for this, I tried but didn't get anything for habitat. Basically I wanted the main slider image, the massive one on the home page to be a static image. I didn't want it to relate to my posts, I just want to have a nice huge image on my main page that I can change maybe once a week, but not have it as a slider or anything. Also I don't want that image to be clickable, I just want it as a nice &#34;wallpaper&#34; for my blog. Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
