<?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 to set a featured Image for posts when using a different gallery plugin?</title>
		<link>http://www.kriesi.at/support/topic/how-to-set-a-featured-image-for-posts-when-using-a-different-gallery-plugin</link>
		<description>Support Forum - Topic: How to set a featured Image for posts when using a different gallery plugin?</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 16:33:19 +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-to-set-a-featured-image-for-posts-when-using-a-different-gallery-plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "How to set a featured Image for posts when using a different gallery plugin?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-set-a-featured-image-for-posts-when-using-a-different-gallery-plugin#post-98368</link>
			<pubDate>Mon, 25 Feb 2013 13:33:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98368@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Artifactual,&#60;/p&#62;
&#60;p&#62;Try going into your functions.php file and find the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!function_exists(&#38;#39;avia_remove_post_thumbnails&#38;#39;))
{
	add_theme_support( &#38;#39;post-thumbnails&#38;#39; );

	add_action(&#38;#39;posts_selection&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
	add_action(&#38;#39;init&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
	add_filter(&#38;#39;post_updated_messages&#38;#39;,&#38;#39;avia_remove_post_thumbnails&#38;#39;);
	function avia_remove_post_thumbnails($msg)
	{
		global $post_type;
		$remove_when = array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;);

		if(is_admin())
		{
			foreach($remove_when as $remove)
			{
				if($post_type == $remove &#124;&#124; (isset($_GET[&#38;#39;post_type&#38;#39;]) &#38;amp;&#38;amp; $_GET[&#38;#39;post_type&#38;#39;] == $remove)) { remove_theme_support( &#38;#39;post-thumbnails&#38;#39; ); };
			}
		}

		return $msg;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(!function_exists(&#38;#39;avia_remove_post_thumbnails&#38;#39;))
{
	add_theme_support( &#38;#39;post-thumbnails&#38;#39; );

//	add_action(&#38;#39;posts_selection&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
//	add_action(&#38;#39;init&#38;#39;, &#38;#39;avia_remove_post_thumbnails&#38;#39;);
//	add_filter(&#38;#39;post_updated_messages&#38;#39;,&#38;#39;avia_remove_post_thumbnails&#38;#39;);
//	function avia_remove_post_thumbnails($msg)
//	{
//		global $post_type;
//		$remove_when = array(&#38;#39;post&#38;#39;,&#38;#39;page&#38;#39;);
//
//		if(is_admin())
//		{
//			foreach($remove_when as $remove)
//			{
//				if($post_type == $remove &#124;&#124; (isset($_GET[&#38;#39;post_type&#38;#39;]) &#38;amp;&#38;amp; $_GET[&#38;#39;post_type&#38;#39;] == $remove)) { remove_theme_support( &#38;#39;post-thumbnails&#38;#39; ); };
//			}
//		}
//
//		return $msg;
//	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Artifactual on "How to set a featured Image for posts when using a different gallery plugin?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-set-a-featured-image-for-posts-when-using-a-different-gallery-plugin#post-98233</link>
			<pubDate>Sun, 24 Feb 2013 08:22:37 +0000</pubDate>
			<dc:creator>Artifactual</dc:creator>
			<guid isPermaLink="false">98233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In future maybe Kriesi can consider a update for all the people who are using other gallery mangers, by having option for featured images not run as slideshow on the pages since at moment its &#60;/p&#62;
&#60;p&#62;Image slideshow options&#60;/p&#62;
&#60;p&#62;Small&#60;br /&#62;
Medium&#60;br /&#62;
Fullsize&#60;/p&#62;
&#60;p&#62;Solution - adding none as a option&#60;/p&#62;
&#60;p&#62;So since this is gonna take some to implement is there any work round for me have featured images / thumbnails without these displaying in relevant post before the header as a slideshow
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Artifactual on "How to set a featured Image for posts when using a different gallery plugin?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-set-a-featured-image-for-posts-when-using-a-different-gallery-plugin#post-98232</link>
			<pubDate>Sun, 24 Feb 2013 08:11:06 +0000</pubDate>
			<dc:creator>Artifactual</dc:creator>
			<guid isPermaLink="false">98232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yea the issue is when Krisis Feature and what i mentioned have the same functionality. So when i use the Premium Gallery Manager there is no way set a Thumbnail for the post when the post appears on the blog slider they appear to blank. So any work around for this issue. If i set a featured Image then there's two slideshows on a page which no body wants
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to set a featured Image for posts when using a different gallery plugin?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-set-a-featured-image-for-posts-when-using-a-different-gallery-plugin#post-98229</link>
			<pubDate>Sun, 24 Feb 2013 07:42:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">98229@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Actually Shoutbox should set the first &#34;Featured media&#34;/slideshow image as featured image. Kriesi deactivated the &#34;set featured image&#34; option because the first slide will be used as featured image automatically. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Artifactual on "How to set a featured Image for posts when using a different gallery plugin?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-set-a-featured-image-for-posts-when-using-a-different-gallery-plugin#post-98220</link>
			<pubDate>Sun, 24 Feb 2013 06:46:54 +0000</pubDate>
			<dc:creator>Artifactual</dc:creator>
			<guid isPermaLink="false">98220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Guys &#60;/p&#62;
&#60;p&#62;I found this &#60;a href=&#34;http://wordpress.org/extend/plugins/drag-drop-featured-image/screenshots/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/drag-drop-featured-image/screenshots/&#60;/a&#62; do you think i could use this as a work around for the built in Featured media? If so i could use the Premium Gallery Manager in posts pages while Drag &#38;amp; Drop Featured Image takes care of the Featured Image
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Artifactual on "How to set a featured Image for posts when using a different gallery plugin?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-set-a-featured-image-for-posts-when-using-a-different-gallery-plugin#post-98193</link>
			<pubDate>Sat, 23 Feb 2013 17:07:06 +0000</pubDate>
			<dc:creator>Artifactual</dc:creator>
			<guid isPermaLink="false">98193@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How to set a featured Image for posts when using a 3rd party gallery plugin on shoutbox? Just bought Premium Gallery Manager (from wptitans) and realized when i use it posts dont have their featured image. So whats the work around for this. Premium Gallery Manager uses short code display galleries
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
