WP-Post Ratings Plugin Mouse Hover Problem

WP-PostRatings Homepage

If you try to mouse hover on stars or you try to click on stars and nothing happens, then most probably the theme you are using is not using wp_footer() in the footer.php file. To fix this issue, just edit the file footer.php and add:

<?php wp_footer(); ?>

Related Posts

Random Posts

Previous Posts

Leave a Reply