WP-Post Ratings Plugin Mouse Hover Problem
Posted by Admin on Monday, June 18th, 2012 | 1,108 Views
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(); ?>



Leave a Reply