<?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 - Tag: status - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/status</link>
		<description>Support Forum - Tag: status - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 13:47:37 +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/tags/status" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Additional Post Formats"</title>
			<link>http://www.kriesi.at/support/topic/additional-post-formats#post-114339</link>
			<pubDate>Tue, 28 May 2013 05:50:13 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">114339@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you found it.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BenShute on "Additional Post Formats"</title>
			<link>http://www.kriesi.at/support/topic/additional-post-formats#post-114270</link>
			<pubDate>Tue, 28 May 2013 02:46:07 +0000</pubDate>
			<dc:creator>BenShute</dc:creator>
			<guid isPermaLink="false">114270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Devin,&#60;/p&#62;
&#60;p&#62;I managed to find it here &#60;a href=&#34;http://codex.wordpress.org/Post_Formats&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Post_Formats&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I edited the functions.php file, they now appear, but obviously need to style them&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Additional Post Formats"</title>
			<link>http://www.kriesi.at/support/topic/additional-post-formats#post-114220</link>
			<pubDate>Mon, 27 May 2013 17:05:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">114220@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ben,&#60;/p&#62;
&#60;p&#62;As far as I know there is no way to add more post formats with wordpress. They aren't a Sentence specific thing but a part of Wordpress.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BenShute on "Additional Post Formats"</title>
			<link>http://www.kriesi.at/support/topic/additional-post-formats#post-114110</link>
			<pubDate>Mon, 27 May 2013 05:09:38 +0000</pubDate>
			<dc:creator>BenShute</dc:creator>
			<guid isPermaLink="false">114110@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Are there any plans to, or is it easy, to add additional post formats to the Sentence theme, notably the Aside and Status post formats?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Ben
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Inability to create posts of format, &#34;Status&#34;"</title>
			<link>http://www.kriesi.at/support/topic/inability-to-create-posts-of-format-status#post-79368</link>
			<pubDate>Thu, 11 Oct 2012 06:14:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">79368@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi bhatiav,&#60;/p&#62;
&#60;p&#62;As far as I know Choices never had support for Status updates. I went back and looked at the functions.php where the post format support is added and even in the release version it isn't there.&#60;/p&#62;
&#60;p&#62;You can add support for it in the functions.php, search for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
 *  add post format options
 */
add_theme_support( &#38;#39;post-formats&#38;#39;, array(&#38;#39;link&#38;#39;, &#38;#39;quote&#38;#39;, &#38;#39;gallery&#38;#39;,&#38;#39;video&#38;#39;,&#38;#39;image&#38;#39; ) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add status to it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*
 *  add post format options
 */
add_theme_support( &#38;#39;post-formats&#38;#39;, array(&#38;#39;link&#38;#39;, &#38;#39;quote&#38;#39;, &#38;#39;gallery&#38;#39;,&#38;#39;video&#38;#39;,&#38;#39;image&#38;#39;,&#38;#39;status&#38;#39; ) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not sure what additional css will be needed for this but you can adjust as needed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Inability to create posts of format, &#34;Status&#34;"</title>
			<link>http://www.kriesi.at/support/topic/inability-to-create-posts-of-format-status#post-79367</link>
			<pubDate>Thu, 11 Oct 2012 06:13:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Try following - open up functions.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_theme_support( &#38;#39;post-formats&#38;#39;, array(&#38;#39;link&#38;#39;, &#38;#39;quote&#38;#39;, &#38;#39;gallery&#38;#39;,&#38;#39;video&#38;#39;,&#38;#39;image&#38;#39; ) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_theme_support( &#38;#39;post-formats&#38;#39;, array(&#38;#39;status&#38;#39;, &#38;#39;link&#38;#39;, &#38;#39;quote&#38;#39;, &#38;#39;gallery&#38;#39;,&#38;#39;video&#38;#39;,&#38;#39;image&#38;#39; ) );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bhatiav on "Inability to create posts of format, &#34;Status&#34;"</title>
			<link>http://www.kriesi.at/support/topic/inability-to-create-posts-of-format-status#post-79198</link>
			<pubDate>Wed, 10 Oct 2012 07:08:14 +0000</pubDate>
			<dc:creator>bhatiav</dc:creator>
			<guid isPermaLink="false">79198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;When I first installed Choices, I was able to create blog posts with the format of &#34;Status&#34;. This enabled me to give brief status updates, as the name suggests. For some reason, I no longer have &#34;Status&#34; as a choice within the Format radiogroup (all I have is Standard, Link, Quote, Gallery, Video, and Image). How can I restore the ability to post status updates?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-36508</link>
			<pubDate>Wed, 04 Jan 2012 04:29:48 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">36508@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We're looking into things to notify our users :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deadintoit2 on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-36381</link>
			<pubDate>Mon, 02 Jan 2012 21:54:41 +0000</pubDate>
			<dc:creator>deadintoit2</dc:creator>
			<guid isPermaLink="false">36381@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Newsletters about updates would be GREAT!&#60;/p&#62;
&#60;p&#62;I own 4 of Kriesi's themes now. &#60;/p&#62;
&#60;p&#62;Hope the newsletter gets set up.&#60;/p&#62;
&#60;p&#62;I'll definitely opt-in.&#60;/p&#62;
&#60;p&#62;Mike C
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-24170</link>
			<pubDate>Fri, 05 Aug 2011 06:38:16 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24170@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
Kriesi announces updates on twitter: &#60;a href=&#34;http://twitter.com/#&#34; rel=&#34;nofollow&#34;&#62;http://twitter.com/#&#60;/a&#62;!/Kriesi&#60;br /&#62;
We can't use WPs automatic update system at the moment and Envato/Themeforest doesn't offer a notification service. However maybe we can look into solutions like newsletters, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehipp on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-24146</link>
			<pubDate>Thu, 04 Aug 2011 17:17:40 +0000</pubDate>
			<dc:creator>ehipp</dc:creator>
			<guid isPermaLink="false">24146@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude... Upgrade done. &#60;/p&#62;
&#60;p&#62;Is there a way to sign up for automatic notification about CleanCut upgrades? Themeforest didn't seem to say what the version was that was available for download. I can check back to this forum, but it would be nice if it was easier.&#60;/p&#62;
&#60;p&#62;Thanks so much for the navigation help. You made it easy for me to boldly go....&#60;/p&#62;
&#60;p&#62;Earl
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-24144</link>
			<pubDate>Thu, 04 Aug 2011 16:52:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24144@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It seems to be a wrong file path - cufon.js is located in the js folder ( js/cufon.js ). I think Kriesi mixed up the upgrade instructions for Avisio with the CleanCut instructions (the frameworks are very similiar though). It's ok to replace the version number only :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehipp on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-24142</link>
			<pubDate>Thu, 04 Aug 2011 16:29:53 +0000</pubDate>
			<dc:creator>ehipp</dc:creator>
			<guid isPermaLink="false">24142@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;Quick question. The deed is ALMOST done. &#60;/p&#62;
&#60;p&#62;In the files below from the rtf doc, I believe I only needed to do 5 replacements, Three files and two folders. I assume the file  js/custom.js and style.css  from the Ver. 1.2.1, I has all the past 1.2 upgrades. Right? &#60;/p&#62;
&#60;p&#62;The others are two replacement files and two folders.&#60;/p&#62;
&#60;p&#62;I could not find the file: framework/fonts/cufon.js in the upgrade package, so I was not able to make that improvement. There was no  framework/fonts/ folder?&#60;/p&#62;
&#60;p&#62;Instead of replacing style.css I just edited the server version to indicate the 1.2.1 update. Is that sufficient?&#60;br /&#62;
------------------------------------------&#60;br /&#62;
Version 1.2.1 File Updates:&#60;/p&#62;
&#60;p&#62;REPLACED: file: js/custom.js fixes a IE 9 issue with preloading images&#60;/p&#62;
&#60;p&#62;COULD NOT FIND: file: framework/fonts/cufon.js fixes a IE9 issue with font displaying&#60;/p&#62;
&#60;p&#62;EDITED VER NUMBER ON SERVER:: file:style.css: version number&#60;/p&#62;
&#60;p&#62;-----------------------------------&#60;br /&#62;
Version 1.2 File Updates:&#60;/p&#62;
&#60;p&#62;file: style.css: changed version number&#60;/p&#62;
&#60;p&#62;file: js/custom.js changed plugin aviaslider to fix internet explorer &#34;white dots bug&#34;&#60;/p&#62;
&#60;p&#62;file: js/custom.js changed function my_lightbox to guarantee jquery 1.5 compatibility&#60;/p&#62;
&#60;p&#62;REPLACED: folder: js/prettyphoto: updated prettyphoto to latest version for wordpress 3.1 compatibility&#60;/p&#62;
&#60;p&#62;REPLACED: folder: framework/shortcodes/ improved various shortcodes
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehipp on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-24130</link>
			<pubDate>Thu, 04 Aug 2011 14:08:41 +0000</pubDate>
			<dc:creator>ehipp</dc:creator>
			<guid isPermaLink="false">24130@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude, GREAT service.&#60;/p&#62;
&#60;p&#62;The only challenge for a newbie is finding the files in the forest. I think I'm up to it, but knowing you're there gives me courage. I'll give it a go and report back. &#60;/p&#62;
&#60;p&#62;Earl
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-24102</link>
			<pubDate>Thu, 04 Aug 2011 07:17:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">24102@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
The themeforest download package contains a file called version.rtf - it's a changelog and tells you which files were modified. If you didn't modify the theme files just replace the old files with the new ones (you can also delete the old files and upload the new ones). If you modified files just replace the files mentioned in version.rtf to update the theme files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehipp on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-24094</link>
			<pubDate>Thu, 04 Aug 2011 01:34:41 +0000</pubDate>
			<dc:creator>ehipp</dc:creator>
			<guid isPermaLink="false">24094@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm the guy above... my website is &#60;a href=&#34;http://man-making.com/&#34; rel=&#34;nofollow&#34;&#62;http://man-making.com/&#60;/a&#62;  WP 3.0.4 - After reading additional issues with the upgrade, I'm thinking I just need to know how to upgrade the JS folder mentioned above? IF I can find it and IF I'm right. Thanks for being helpful.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehipp on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-24068</link>
			<pubDate>Wed, 03 Aug 2011 17:49:49 +0000</pubDate>
			<dc:creator>ehipp</dc:creator>
			<guid isPermaLink="false">24068@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#34;update your JS folder in the cleancut theme and you should be fine! &#34;&#60;/p&#62;
&#60;p&#62;I'm a WP newbie. I have downloaded the version of CC that is available at Themeforest. If I reinstall the theme files, won't it overwrite the existing site? All my changes lost? &#60;/p&#62;
&#60;p&#62;How to you simply update the JS folder mentioned above?&#60;/p&#62;
&#60;p&#62;I'm doing this so I can upgrade from  WP 3.0.4 to 3.2.1&#60;/p&#62;
&#60;p&#62;Thanks for any help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-23847</link>
			<pubDate>Sun, 31 Jul 2011 07:20:01 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23847@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that the update solved the problem :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FWCMedia on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-23831</link>
			<pubDate>Sat, 30 Jul 2011 13:58:30 +0000</pubDate>
			<dc:creator>FWCMedia</dc:creator>
			<guid isPermaLink="false">23831@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry guys, I didn't know that Kriesi had released a cleancut update that could be downloaded on Themeforest.net.  If anyone else has similar issues, update your JS folder in the cleancut theme and you should be fine!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>FWCMedia on "Major issues after WP 3.2.1 Update!"</title>
			<link>http://www.kriesi.at/support/topic/major-issues-after-wp-321-update#post-23794</link>
			<pubDate>Fri, 29 Jul 2011 23:08:57 +0000</pubDate>
			<dc:creator>FWCMedia</dc:creator>
			<guid isPermaLink="false">23794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just updated to 3.2.1 and have some weird issues.  Inside any page/post editor I have the following problems:&#60;/p&#62;
&#60;p&#62;- Cannot edit the &#34;Status&#34; &#34;Visibility&#34; or &#34;Published On&#34;   When I click on these, I see the url change at the top, but nothing happens.&#60;br /&#62;
- Media uploader will only open randomly and only works with a double click.  When it does open, it refreshes the page and looks like this:&#60;br /&#62;
&#60;a href=&#34;http://fwcflorence.com/assets/wp-acting-up.png&#34; rel=&#34;nofollow&#34;&#62;http://fwcflorence.com/assets/wp-acting-up.png&#60;/a&#62;  (instead of the shadowbox that usually pops up on top of the page).&#60;/p&#62;
&#60;p&#62;I am running WP Multi-site with CleanCut Theme.  I disabled all plug-ins and still had these problems.  Any idea what's causing this?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://fwcflorence.com&#34; rel=&#34;nofollow&#34;&#62;http://fwcflorence.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
