Not sure how this plugin has 4 stars. It has potential, but looks a bit unfinished.
Regardless, here is a fix for the ribbon.
Assuming you have version 1.1.1 (latest as of now), open /wp-content/plugins/wereviews/tpls/full_review_default.php ~ line 25-27, replace the “col1” div with the code below:
<div class="col1">';
if($review_details[ribbon] != ""){
$data .= '<div class="base"><img src="'.plugins_url('/wereviews/').'images/'.$review_details[ribbon].'.png"></div>';
}
$data .= '<img src="'.plugins_url('/wereviews/').'timthumb.php?src='.$large_image_url[0].'&w=290">
</div>
If you look in wp-content/plugins/wereviews/images/, you’ll see 6 more ribbons. They need to be rotated clockwise once. You can do this in Windows Photo Viewer or Photoshop.
They should be named as below:
recommended.png
popular.png
bestoption.png
toprated.png
offer.png
bigopportunity.png
average.png
notrecommended.png
I just installed the plugin tonight, so that’s all I’ve had time to fix so far. I’ll continue updating it as I need. If you see something else obviously broken, let me know & I’ll try to check into it.