Title: Votes not registering
Last modified: September 20, 2017

---

# Votes not registering

 *  [hiddenash](https://wordpress.org/support/users/hiddenash/)
 * (@hiddenash)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/votes-not-registering/)
 * Hello,
 * It seems that people cannot vote – they try to press on the stars but nothing
   happens. The only cache plugin that’s activated is WP Fastest Cache – which I
   understood it’s compatible.
 * I deleted all my past cache plugins and only installed this one. Maybe I need
   to check one of these boxes? [https://prnt.sc/gnla3z](https://prnt.sc/gnla3z)
 * I have even added this code in theme functions:
 * add_action( ‘rate_post’, ‘wp_postratings_clear_fastest_cache’, 10, 4 );
    function
   wp_postratings_clear_fastest_cache( $post_id, $post_ratings_users, $post_ratings_score,
   $post_ratings_average ) { if ( isset( $GLOBALS[‘wp_fastest_cache’] ) && method_exists(
   $GLOBALS[‘wp_fastest_cache’], ‘singleDeleteCache’ ) ) { $GLOBALS[‘wp_fastest_cache’]-
   >singleDeleteCache( false, $post_id ); } }
 * Thanks!
    -  This topic was modified 8 years, 9 months ago by [hiddenash](https://wordpress.org/support/users/hiddenash/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fvotes-not-registering%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Votes not registering’ 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/)

 * 0 replies
 * 1 participant
 * Last reply from: [hiddenash](https://wordpress.org/support/users/hiddenash/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/votes-not-registering/)
 * Status: not resolved