<?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: Related Posts not displaying featured image for Podcast</title>
		<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast</link>
		<description>Support Forum - Topic: Related Posts not displaying featured image for Podcast</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 03:41:01 +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/related-posts-not-displaying-featured-image-for-podcast" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Related Posts not displaying featured image for Podcast"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast#post-52033</link>
			<pubDate>Tue, 17 Apr 2012 16:32:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mjcassel,&#60;/p&#62;
&#60;p&#62;Not with an automated way no, but you can add a specific css rule for each podcast post that you don't want to have a slideshow. Replace the number with the one(s) you wish to hide the slideshow for.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.post-entry-578 .slideshow_container {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mjcassel on "Related Posts not displaying featured image for Podcast"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast#post-51632</link>
			<pubDate>Sat, 14 Apr 2012 21:02:44 +0000</pubDate>
			<dc:creator>mjcassel</dc:creator>
			<guid isPermaLink="false">51632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your help. Your last advice is working perfectly for the actual posts. However, the slideshows still appear when people come to the main page of the site: &#60;a href=&#34;http://www.indignantleft.com&#34; rel=&#34;nofollow&#34;&#62;http://www.indignantleft.com&#60;/a&#62;  The main page shows the last four or five posts. Some of these should have a slideshow while others should not. Is there a way to have some posts on the main page show the slideshow and others to not display the slideshow? Some sort of if/then type of statement. If .postid=X on mainpage, then no slideshow. I hope this makes sense. &#60;/p&#62;
&#60;p&#62;(Remember, the idea here is that I want an image to appear in the &#34;related posts&#34; section without having a slideshow)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Related Posts not displaying featured image for Podcast"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast#post-51497</link>
			<pubDate>Fri, 13 Apr 2012 06:18:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">51497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - you need to add the post id class to the css code - eg following code will hide the slideshow for the posts: 20,32,40:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.postid-20 .slideshow_container, .postid-32 .slideshow_container, .postid-40 .slideshow_container{
display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mjcassel on "Related Posts not displaying featured image for Podcast"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast#post-51172</link>
			<pubDate>Wed, 11 Apr 2012 15:02:19 +0000</pubDate>
			<dc:creator>mjcassel</dc:creator>
			<guid isPermaLink="false">51172@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Alright, so that worked for suppressing the slideshow when you click the &#34;podcast&#34; category. However, if I click on the individual post for a podcast, the slideshow still appears. If there a relatively easy way to disable the slideshow for specific posts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Related Posts not displaying featured image for Podcast"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast#post-51127</link>
			<pubDate>Wed, 11 Apr 2012 06:38:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">51127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I'd add it to css/custom.css &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mjcassel on "Related Posts not displaying featured image for Podcast"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast#post-51089</link>
			<pubDate>Wed, 11 Apr 2012 00:36:50 +0000</pubDate>
			<dc:creator>mjcassel</dc:creator>
			<guid isPermaLink="false">51089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you for the code. Where should I put this code?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Related Posts not displaying featured image for Podcast"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast#post-50569</link>
			<pubDate>Sun, 08 Apr 2012 06:50:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">50569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; You can hide the slideshow with following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.category-podcasts .slideshow_container{
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mjcassel on "Related Posts not displaying featured image for Podcast"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast#post-49976</link>
			<pubDate>Wed, 04 Apr 2012 14:49:58 +0000</pubDate>
			<dc:creator>mjcassel</dc:creator>
			<guid isPermaLink="false">49976@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay. So is it possible to add an image to the slideshow, but then suppress the display of the slideshow? &#60;/p&#62;
&#60;p&#62;For my podcasts, I don't need a big image to appear, but I would like the logo of the show to appear in the related posts sections (rather than the gray default image). It would be great if the interface for the page had a &#34;display&#34; or &#34;don't display&#34; slideshow checkbox. &#60;/p&#62;
&#60;p&#62;Is there code I could add to my podcast posts to not display the slideshow?&#60;/p&#62;
&#60;p&#62;Thanks for your help! I really love the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Related Posts not displaying featured image for Podcast"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast#post-49800</link>
			<pubDate>Tue, 03 Apr 2012 20:23:36 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">49800@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mjcassel,&#60;/p&#62;
&#60;p&#62;The framework actually replaces the featured image option of wordpress so assigning the image that would wouldn't have any effect. The image only comes from the Slideshow option for that post.&#60;/p&#62;
&#60;p&#62;I hope that clears it up :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mjcassel on "Related Posts not displaying featured image for Podcast"</title>
			<link>http://www.kriesi.at/support/topic/related-posts-not-displaying-featured-image-for-podcast#post-49565</link>
			<pubDate>Mon, 02 Apr 2012 17:10:10 +0000</pubDate>
			<dc:creator>mjcassel</dc:creator>
			<guid isPermaLink="false">49565@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If there are no images added to the slideshow, the featured image function does not work for the related posts. That is, the related posts for all of my podcasts only display the gray default image. &#60;/p&#62;
&#60;p&#62;I add the image to the gallery, select &#34;make feature image,&#34; save, and then the image doesn't show.  &#60;/p&#62;
&#60;p&#62;However, if I have a slideshow enabled, the related images show up perfectly.  &#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
