Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Reviews Never Post To Pending

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles