Rate Star Review Plugin – Review Content with Star Ratings

With this plugin, any type of content can be reviewed and reviews can be listed as necessary.

Rate Star Review – WordPress Plugin

It’s AJAX based (no page reload required when posting, updating, listing reviews) and can be easily integrated with shortcodes.

Your Review:

Review Form...

 

Post Reviews:

Loading Reviews...

 

How to use this?

In example, if you have a post presenting an electronic product and want site members to be able to review and rate separately different aspects like Features and Performance these can be content types.

Are you sure you want to do this? Please try again.

Sometimes, WordPress shows an error like:

Are you sure you want to do this?

Please try again.

This if often caused by memory limitations (script runs out of memory due to multiple plugins and complex theme installed on site).

To fix this memory limits need to be increased from the default of 40M. Usually 128M fixes most setups, but 256M can be used if more is required for certain operations.  This can be done from wp-config.php :

define( 'WP_MEMORY_LIMIT', '128M' );

A plugin like WP Config File Editor can be used.

That doesn’t work? Error can also be caused by bad plugin and/or theme code that generates memory usage loops.
Disabling plugins and switching to a standard theme will fix the issue in this case. Then plugins/theme can be reactivated one by one to identify which one/combination is causing the issue.