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
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!
The page I need help with: [log in to see the link]
- The topic ‘Votes not registering’ is closed to new replies.