<?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: Changes to &#34;Set as featured image&#34; after update to WordPress 3.5</title>
		<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35</link>
		<description>Support Forum - Topic: Changes to &quot;Set as featured image&quot; after update to WordPress 3.5</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 14:37:55 +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/changes-to-set-as-featured-image-after-update-to-wordpress-35" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-93370</link>
			<pubDate>Fri, 25 Jan 2013 09:33:38 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93370@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes, Kriesi will release an update for Abundance soon (probably next week). &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dcholth on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-93259</link>
			<pubDate>Thu, 24 Jan 2013 15:54:30 +0000</pubDate>
			<dc:creator>dcholth</dc:creator>
			<guid isPermaLink="false">93259@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using the Angular theme and have the same problem.  Could you post a solution for that theme as well?  (Or better yet, provide a new update for the themes where this is an issue).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91550</link>
			<pubDate>Mon, 14 Jan 2013 19:15:14 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Final Fix:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;You can do one of two things now, completely comment out that function so that it doesn&#38;#39;t take effect at all and then add the following to your functions.php: 

add_theme_support( &#38;#39;post-thumbnails&#38;#39; );

Or, change that function to:
//remove post thumbnails from pages, posts and various custom post types
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;,&#38;#39;portfolio&#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;</description>
		</item>
		<item>
			<title>Devin on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91168</link>
			<pubDate>Fri, 11 Jan 2013 17:28:16 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91168@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Brian,&#60;/p&#62;
&#60;p&#62;Create an admin account for me and I'll log in and take a look. &#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91164</link>
			<pubDate>Fri, 11 Jan 2013 17:13:36 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">91164@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hmm, I don't know what is happening. I'm definitely using WordPress 3.5 and Coherence 1.3. I'm going into functions-coherence.php and commenting out lines:&#60;br /&#62;
&#60;img src=&#34;http://www.6288designs.com/code-ss.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Then the thumbnails in the Recent Posts widget are gone and I don't see the Set Featured Image option:&#60;br /&#62;
&#60;img src=&#34;http://www.6288designs.com/recent-posts-ss.png&#34; /&#62;&#60;br /&#62;
&#60;img src=&#34;http://www.6288designs.com/add-media-ss.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;I'll have to keep looking into it. I can't keep the &#34;mistakes&#34; live, so functions-coherence.php is back to normal state right now. The site:&#60;br /&#62;
&#60;a href=&#34;http://www.mwv-icefest.com&#34; rel=&#34;nofollow&#34;&#62;http://www.mwv-icefest.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Am I changing the right lines in functions-coherence.php?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91138</link>
			<pubDate>Fri, 11 Jan 2013 15:16:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91138@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Brian,&#60;/p&#62;
&#60;p&#62;I just tested on Wordpress 3.5 and Coherence 1.3 and didn't have any issues with the Recent Post widget and was able to get the Set Featured Image using the new media editor.&#60;/p&#62;
&#60;p&#62;Go to Add Media:&#60;br /&#62;
&#60;img src=&#34;http://i50.tinypic.com/9swb36.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;Just under the Create Gallery option you should now see the Set Featured Image like below&#60;br /&#62;
&#60;img src=&#34;http://i49.tinypic.com/2qwo5dh.png&#34;&#62;&#60;/p&#62;
&#60;p&#62;If you are still having issues with the Recent Posts widget try re-adding it to the widget area you want it to show. Additionally, you could try going into the recent posts its displaying and making sure it has an image set for it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91071</link>
			<pubDate>Thu, 10 Jan 2013 23:55:57 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">91071@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using the latest version of Coherence (1.3) and that section of code is actually on lines 324-347 as well. I followed the direction to comment out, it removed all the thumbnails from the recent posts widget (which I don't want) and I didn't see the &#34;set featured image&#34; option return to the &#34;Add Media&#34; area.&#60;/p&#62;
&#60;p&#62;Thoughts? Thanks for your help,&#60;/p&#62;
&#60;p&#62;Brian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91050</link>
			<pubDate>Thu, 10 Jan 2013 21:12:19 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91050@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey wildrays,&#60;/p&#62;
&#60;p&#62;This was just pointed out to me earlier today actually :)&#60;/p&#62;
&#60;p&#62;I made this post for Choices but it should hold the same for Coherence though the function starts on line 297 in functions-coherence.php.&#60;/p&#62;
&#60;p&#62;**removed**&#60;/p&#62;
&#60;p&#62;If for some reason this does not work for you, can you post here and let me know. Otherwise I'll add this as a sticky to each of the applicable theme forums this evening.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Changes to &#34;Set as featured image&#34; after update to WordPress 3.5"</title>
			<link>http://www.kriesi.at/support/topic/changes-to-set-as-featured-image-after-update-to-wordpress-35#post-91026</link>
			<pubDate>Thu, 10 Jan 2013 17:51:26 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">91026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just updated a site using Coherence to WordPress 3.5 and it looks like the easy method in the Add Media editor to &#34;Set as featured image&#34; is gone. I did a search and found some other threads about this. &#60;/p&#62;
&#60;p&#62;One of the solutions was to add one image to the slideshow and it would be set as the featured image (to show as thumbnail in recent posts widget) and not show as a slide in the blog overview or single post. This worked for setting a thumbnail, but the one added photo also showed as a slide in the blog overview and single post. What I did to correct this was remove the photo from the slideshow, so this removed the slide from the blog overview and single post, and kept the featured thumbnail. &#60;/p&#62;
&#60;p&#62;This is a solution, but required extra steps and isn't intuitive to users. Will there or could there be an update or code modification to Coherence so that a single step to &#34;set as featured image&#34; will work?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
