<?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: Slider Issues</title>
		<link>http://www.kriesi.at/support/topic/slider-issues-1</link>
		<description>Support Forum - Topic: Slider Issues</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 08:14:36 +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/slider-issues-1" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Slider Issues"</title>
			<link>http://www.kriesi.at/support/topic/slider-issues-1#post-32598</link>
			<pubDate>Mon, 21 Nov 2011 08:13:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32598@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I hope it works :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clreed87 on "Slider Issues"</title>
			<link>http://www.kriesi.at/support/topic/slider-issues-1#post-32582</link>
			<pubDate>Sun, 20 Nov 2011 22:00:19 +0000</pubDate>
			<dc:creator>clreed87</dc:creator>
			<guid isPermaLink="false">32582@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the quick response.  I'll give it a try...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Slider Issues"</title>
			<link>http://www.kriesi.at/support/topic/slider-issues-1#post-32578</link>
			<pubDate>Sun, 20 Nov 2011 21:28:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) WordPress center crops all images which are bigger than the slider images. You can upload right sized images if you want to avoid cropped images (or if you'd like tocrop the images manually) - the slider images are 700 x 320px.&#60;/p&#62;
&#60;p&#62;2) The slider can't do this out of the box. However you can try to modify index.php - replace following line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_cats_final&#38;#39;].&#38;quot;&#38;amp;posts_per_page=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_count&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$additional_loop = new WP_Query(&#38;quot;cat=&#38;quot;.$k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_cats_final&#38;#39;]);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;while ($additional_loop-&#38;gt;have_posts()) : $additional_loop-&#38;gt;the_post();
if( $loopcount &#38;gt; intval($k_option[&#38;#39;mainpage&#38;#39;][&#38;#39;feature_count&#38;#39;]) ) { break; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array($kimg[&#38;#39;shortcut&#38;#39;],$kimg[&#38;#39;overwrite&#38;#39;]),
															&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;none&#38;#39;),
															&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][$kimg[&#38;#39;shortcut&#38;#39;]]
															));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array(&#38;#39;size&#38;#39;=&#38;gt; array($kimg[&#38;#39;shortcut&#38;#39;],$kimg[&#38;#39;overwrite&#38;#39;]),
															&#38;#39;display_link&#38;#39; =&#38;gt; array(&#38;#39;none&#38;#39;),
															&#38;#39;wh&#38;#39; =&#38;gt; $k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][$kimg[&#38;#39;shortcut&#38;#39;]]
															));

if (empty($preview_image)) { endwhile; }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>clreed87 on "Slider Issues"</title>
			<link>http://www.kriesi.at/support/topic/slider-issues-1#post-32568</link>
			<pubDate>Sun, 20 Nov 2011 19:29:45 +0000</pubDate>
			<dc:creator>clreed87</dc:creator>
			<guid isPermaLink="false">32568@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Two questions about the accordion slider:&#60;/p&#62;
&#60;p&#62;1) How to I control what part of the featured image is displayed in the slider?&#60;br /&#62;
I have set a featured image for a post and it looks fine in the thumbnail on the home page.  However the slider seems to take an arbitrary segment of the picture that I don't know exactly how to control.&#60;/p&#62;
&#60;p&#62;2) How can I eliminate posts with no featured image from the slider?&#60;br /&#62;
I'd like for the slider to exclude any posts that don't have a featured image.&#60;/p&#62;
&#60;p&#62;Really appreciate the help! Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
