• Resolved lorddev

    (@lorddev)


    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)
  • Plugin Author Tevya

    (@thefiddler)

    Hi @lorddev,

    We finally found what was causing this issue. It’s fixed in 1.8.9! However, we’ve had some reports of this version causing theme conflicts and such. So at this point we’re recommending that you wait until we release the next version (1.9.0) to update. This update should be available very soon, once we discover what’s causing these issues.

Viewing 1 replies (of 1 total)
  • The topic ‘Reviews Never Post To Pending’ is closed to new replies.