Reviews Never Post To Pending
-
It seems this is a re-occurring issue with your plugin.
Submitting reviews on the front end just seems to send them into the abyss. Reviews never show up in the “pending” list.
Site is still in dev – so no caching implemented currently.
I did notice some Jquery errors in /js/rich-reviews.js:
jQuery('.rr_star').hover(function() { renderStarRating(parseInt(jQuery(this).attr('id').charAt(8))); }, function() { renderStarRating(parseInt(jQuery('#rRating').val())); });
Where .attr(‘id’) was undefined. Might look at using .prop() instead.
Anyways – tight deadline on the project so I’ll have to move on to another review plugin. Shame since this seem light and super simple to implement. Hopefully you can get it fixed.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Reviews Never Post To Pending’ is closed to new replies.