<?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: How do you remove the featured image from the post, but not the slider preview?</title>
		<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-featured-image-from-the-post-but-not-the-slider-preview</link>
		<description>Support Forum - Topic: How do you remove the featured image from the post, but not the slider preview?</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 06:42:18 +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/how-do-you-remove-the-featured-image-from-the-post-but-not-the-slider-preview" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "How do you remove the featured image from the post, but not the slider preview?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-featured-image-from-the-post-but-not-the-slider-preview#post-67124</link>
			<pubDate>Mon, 23 Jul 2012 06:53:34 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67124@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;@ffn: Glad that I could help. :)&#60;/p&#62;
&#60;p&#62;@EriDesign: as of now, I don't know how to fix that issue. I'll post there if I can find a solution to it. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EriDesign on "How do you remove the featured image from the post, but not the slider preview?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-featured-image-from-the-post-but-not-the-slider-preview#post-67115</link>
			<pubDate>Mon, 23 Jul 2012 06:38:20 +0000</pubDate>
			<dc:creator>EriDesign</dc:creator>
			<guid isPermaLink="false">67115@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also, maybe you know the answer to this as well Ismael?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/hide-an-image-from-the-front-page-to-the-post&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/hide-an-image-from-the-front-page-to-the-post&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EriDesign on "How do you remove the featured image from the post, but not the slider preview?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-featured-image-from-the-post-but-not-the-slider-preview#post-67111</link>
			<pubDate>Mon, 23 Jul 2012 06:31:57 +0000</pubDate>
			<dc:creator>EriDesign</dc:creator>
			<guid isPermaLink="false">67111@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;could this have gotten any easier??? Thanks a lot Ismael and ffn for asking :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ffn on "How do you remove the featured image from the post, but not the slider preview?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-featured-image-from-the-post-but-not-the-slider-preview#post-67096</link>
			<pubDate>Mon, 23 Jul 2012 05:25:38 +0000</pubDate>
			<dc:creator>ffn</dc:creator>
			<guid isPermaLink="false">67096@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Oh my goodness!! That works like magic!! Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "How do you remove the featured image from the post, but not the slider preview?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-featured-image-from-the-post-but-not-the-slider-preview#post-67006</link>
			<pubDate>Sun, 22 Jul 2012 22:17:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">67006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You mean you want to remove the preview image on single post preview? Open includes &#38;gt; loop-single.php and find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;echo $slider-&#38;gt;display_small( avia_post_meta(&#38;#39;_slideshow_type&#38;#39;));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;//echo $slider-&#38;gt;display_small( avia_post_meta(&#38;#39;_slideshow_type&#38;#39;));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Or you can open functions.php and adjust the image size. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;page&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;620, &#38;#39;height&#38;#39;=&#38;gt;200);		// image for pages
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;page_big&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;620, &#38;#39;height&#38;#39;=&#38;gt;350);		// image for pages (slightly bigger version)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>EriDesign on "How do you remove the featured image from the post, but not the slider preview?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-featured-image-from-the-post-but-not-the-slider-preview#post-66998</link>
			<pubDate>Sun, 22 Jul 2012 20:30:42 +0000</pubDate>
			<dc:creator>EriDesign</dc:creator>
			<guid isPermaLink="false">66998@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;+1 on this would really like to know how
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ffn on "How do you remove the featured image from the post, but not the slider preview?"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-remove-the-featured-image-from-the-post-but-not-the-slider-preview#post-66906</link>
			<pubDate>Sat, 21 Jul 2012 17:09:18 +0000</pubDate>
			<dc:creator>ffn</dc:creator>
			<guid isPermaLink="false">66906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I seem to have found quite a few answers for other themes, but nothing seems to work directly with Shoutbox. &#60;/p&#62;
&#60;p&#62;I really like the slider and understand that you need to select a featured image in order for it to work and look properly. However, I do not like that the featured image then shows up on top of your post (mostly because it stretches the image and makes it look funny). I would like to disable this part of the feature so it doesn't show up at all.&#60;/p&#62;
&#60;p&#62;Suggestions?&#60;/p&#62;
&#60;p&#62;Thanks in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
