Title: Plugin not working
Last modified: August 21, 2016

---

# Plugin not working

 *  Resolved [savvar](https://wordpress.org/support/users/savvar/)
 * (@savvar)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-working-154/)
 * Had the plugin few months ago and was working ok . now after last version update
   its not working.
 * do i have to enable it somewhere else?
 * [https://wordpress.org/plugins/wp-postratings/](https://wordpress.org/plugins/wp-postratings/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-working-154/#post-4746089)
 * You need to be more specific than not working. Does it work on the default theme?
   I did not touch the plugin since November 2013. So if you installed the plugin
   after that, it might be something else.
 *  Thread Starter [savvar](https://wordpress.org/support/users/savvar/)
 * (@savvar)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-working-154/#post-4746109)
 * rating is somehow disabled and doesnt let me rate
 * for example here: [http://lemesos-blog.com/igor-varchenko/](http://lemesos-blog.com/igor-varchenko/)
 * theres the rating on the bottom of the post but its disabled
 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-working-154/#post-4746206)
 * There is a problem with your site’s Javascript, `Uncaught SyntaxError: Unexpected
   token ,` and that is the cause of it. You fix it, you fix the ratings.
 *  Thread Starter [savvar](https://wordpress.org/support/users/savvar/)
 * (@savvar)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-working-154/#post-4746227)
 * ok thnank you
 *  Thread Starter [savvar](https://wordpress.org/support/users/savvar/)
 * (@savvar)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-working-154/#post-4746251)
 * I checked and that error comes from the plugin.
 * whenever i deactivate the plugin i dont get the error.
 * any ideas?/
 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-working-154/#post-4746308)
 * When I viewed your source, it seems your `<?php the_ratings(); ?>` might not 
   be in the loop. I don’t know what modification you did to the plugin if there
   is any
 * The correct HTML code is
 * `<div id="post-ratings-450" class="post-ratings" itemscope="" itemtype="http://
   schema.org/Article">`
 * BUT yours is
 * `<div id="post-ratings-" class="post-ratings" itemscope itemtype="http://schema.
   org/Article" data-nonce="bc1243b8b6">`
 * Notice the missing number? That is the post ID.
 *  Thread Starter [savvar](https://wordpress.org/support/users/savvar/)
 * (@savvar)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-working-154/#post-4746310)
 * ok thanx a lot
 * the problem was i had <?php if(function_exists(‘the_ratings’)) { the_ratings();}?
   > below the content
 * now its fixed

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Plugin not working’ is closed to new replies.

 * ![](https://ps.w.org/wp-postratings/assets/icon.svg?rev=978014)
 * [WP-PostRatings](https://wordpress.org/plugins/wp-postratings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-postratings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-postratings/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-postratings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-postratings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-postratings/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [savvar](https://wordpress.org/support/users/savvar/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-working-154/#post-4746310)
 * Status: resolved