<?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: postrating - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/postrating</link>
		<description>Support Forum - Tag: postrating - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 13:30: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/tags/postrating" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-59654</link>
			<pubDate>Mon, 11 Jun 2012 05:36:54 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">59654@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Corona doesn't support a star rating out of the box. You need to install additional plugins like &#60;a href=&#34;http://wordpress.org/extend/plugins/wp-postratings/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-postratings/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jbsuralta on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-59573</link>
			<pubDate>Sun, 10 Jun 2012 12:54:12 +0000</pubDate>
			<dc:creator>jbsuralta</dc:creator>
			<guid isPermaLink="false">59573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;What theme is this Devin that had a star ratings coz I tried in Corona, its not there?&#60;/p&#62;
&#60;p&#62;thanks..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-57927</link>
			<pubDate>Tue, 29 May 2012 14:50:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">57927@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Shirani93,&#60;/p&#62;
&#60;p&#62;You'll need to open up the single.php file within the theme files. You can do this either by ftp or by editing using the wordpress admin (Appearance&#38;gt;Editor&#38;gt;single.php).&#60;/p&#62;
&#60;p&#62;Find:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($showStars)
	               {
	               		echo &#38;#39;&#38;lt;span class=&#38;quot;rating_label&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;Rating&#38;#39;,&#38;#39;expose&#38;#39;).&#38;#39;:&#38;lt;/span&#38;gt;&#38;#39;;
	               		the_ratings();
	               }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace that with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if(function_exists(&#38;#39;the_ratings&#38;#39;))
				   echo &#38;#39;&#38;lt;span class=&#38;quot;rating_label&#38;quot;&#38;gt;Rating:&#38;lt;/span&#38;gt;&#38;#39;;
				   echo the_ratings();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;`&#60;/p&#62;
&#60;p&#62;That should do it! I just tested it in a clean installation and I'll send the fix over to Kriesi to be included in an update.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-57866</link>
			<pubDate>Tue, 29 May 2012 04:18:51 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">57866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry for the delay in responding. We've had a flux of questions these past few weeks so it's taking us longer to respond.&#60;/p&#62;
&#60;p&#62;As far as your problem, can you please post a link to your website so we can see the problem live? In the meantime, I'm going to flag the rest of the support team since they are more familiar with the Expose theme than I am.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shirani93 on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-57674</link>
			<pubDate>Sat, 26 May 2012 20:09:50 +0000</pubDate>
			<dc:creator>shirani93</dc:creator>
			<guid isPermaLink="false">57674@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry how much it takes to have a reply ? I have seen other users complain about responses after weeks... &#60;/p&#62;
&#60;p&#62;My problem is the stars on the single post, they aren't displayed !&#60;/p&#62;
&#60;p&#62;please reply as soon as possibile thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shirani93 on "How to enable Star Rating also inside post ? like the demo"</title>
			<link>http://www.kriesi.at/support/topic/how-to-enable-star-rating-also-inside-post-like-the-demo#post-57605</link>
			<pubDate>Fri, 25 May 2012 21:36:55 +0000</pubDate>
			<dc:creator>shirani93</dc:creator>
			<guid isPermaLink="false">57605@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi i have a proble i have only the star rating on the show case but inside the post after the category tag is empty.&#60;br /&#62;
Help please
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-3271</link>
			<pubDate>Sun, 22 Aug 2010 15:19:00 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">3271@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; topic resolved here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/full-width-on-gallery-posts&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/full-width-on-gallery-posts&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>coffeeholic on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-2610</link>
			<pubDate>Wed, 11 Aug 2010 18:20:41 +0000</pubDate>
			<dc:creator>coffeeholic</dc:creator>
			<guid isPermaLink="false">2610@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-2604</link>
			<pubDate>Wed, 11 Aug 2010 18:13:47 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">2604@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I think Kriesi's investigating this - sometimes this can take a little time to debug the problem and work out a fix, but this is still marked for his attention. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>coffeeholic on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-2576</link>
			<pubDate>Wed, 11 Aug 2010 15:33:53 +0000</pubDate>
			<dc:creator>coffeeholic</dc:creator>
			<guid isPermaLink="false">2576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;*bump..&#60;/p&#62;
&#60;p&#62;Could some of you please help me out with this problem?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>coffeeholic on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-2154</link>
			<pubDate>Sat, 07 Aug 2010 04:19:25 +0000</pubDate>
			<dc:creator>coffeeholic</dc:creator>
			<guid isPermaLink="false">2154@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thats all right, but i would like to have it working now :)&#60;/p&#62;
&#60;p&#62;Ok. Here is what i did.&#60;/p&#62;
&#60;p&#62;Deactivated and deleted the old plugin.&#60;br /&#62;
Uploaded the one from my last themeforest download&#60;br /&#62;
activated the plugin, and cleared my cache.&#60;/p&#62;
&#60;p&#62;It's still not working i'm afraid. &#60;/p&#62;
&#60;p&#62;This is what you ment, right?&#60;/p&#62;
&#60;p&#62;Also, there is no &#34;admin section&#34; for this plugin, is that correct?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-2098</link>
			<pubDate>Fri, 06 Aug 2010 14:41:56 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">2098@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry It dit last a little since I am currently moving. I was able to check your installation now. The latest version includes the postratings plugin itself with modified stars. if you add the plugn to your plugin folder via ftp and actiavte it, it should work fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>coffeeholic on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-1583</link>
			<pubDate>Sat, 31 Jul 2010 10:44:13 +0000</pubDate>
			<dc:creator>coffeeholic</dc:creator>
			<guid isPermaLink="false">1583@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Kriesti&#60;/p&#62;
&#60;p&#62;Didn't you receive my log in details, do you need me to send it again?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>coffeeholic on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-1318</link>
			<pubDate>Thu, 29 Jul 2010 06:58:11 +0000</pubDate>
			<dc:creator>coffeeholic</dc:creator>
			<guid isPermaLink="false">1318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, i downloaded you latest version, but it didn't do it.&#60;/p&#62;
&#60;p&#62;I have sendt you my login details.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-1266</link>
			<pubDate>Wed, 28 Jul 2010 19:08:14 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">1266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please check if you are using the latest version of the theme, I did several updates and some of them affected the post ratings plugin.&#60;/p&#62;
&#60;p&#62;If updating doesnt fix it could you drop me access data to your installation so I can take a look myself?&#60;br /&#62;
Please send it to support [at] kriesi [dot] at&#60;/p&#62;
&#60;p&#62;Please also include a linkt to this thread for easier reference!&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-1225</link>
			<pubDate>Wed, 28 Jul 2010 16:58:08 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I've just double checked and the code for Port Ratings is being called in the page source, the files do exist and have the right content.&#60;/p&#62;
&#60;p&#62;Can you disable all your plugins temporarily and see if that makes a difference?&#60;/p&#62;
&#60;p&#62;I'll ask Kriesi to have a look at this as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>coffeeholic on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-1210</link>
			<pubDate>Wed, 28 Jul 2010 16:23:31 +0000</pubDate>
			<dc:creator>coffeeholic</dc:creator>
			<guid isPermaLink="false">1210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi james,&#60;/p&#62;
&#60;p&#62;Thanks for trying to help me.&#60;/p&#62;
&#60;p&#62;The postratings actually never worked for me, even from the first day i installed this theme, and then i only had the default plugins there.&#60;/p&#62;
&#60;p&#62;Now i have Aksimet, all in one seo pack, SI CAPTCHA Anti-Spam, W3 Total Cache, WP-PostRatings and nrelate Related Content
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-1207</link>
			<pubDate>Wed, 28 Jul 2010 16:15:29 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">1207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Which plugins do you have active?&#60;/p&#62;
&#60;p&#62;Have you made any changes to the theme files? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>coffeeholic on "Postrating not working"</title>
			<link>http://www.kriesi.at/support/topic/postrating-not-working#post-1154</link>
			<pubDate>Wed, 28 Jul 2010 11:07:20 +0000</pubDate>
			<dc:creator>coffeeholic</dc:creator>
			<guid isPermaLink="false">1154@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I cant get the postratings to work.. - (i have not installed a new postratings plugin) &#60;/p&#62;
&#60;p&#62;Please see: &#60;a href=&#34;http://spillspill.net&#34; rel=&#34;nofollow&#34;&#62;http://spillspill.net&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, what can i have done wrong with the menu.. On the main page, the button is not &#34;active&#34;.&#60;/p&#62;
&#60;p&#62;Thanks :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
