websiteperson
Forum Replies Created
-
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.pngI 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.
This happens in IE (even after 2.0 update). The error is below:
Message: ‘console’ is undefined
Line: 1
Char: 4603
Code: 0
URI: https://www.###########.com/wp-content/plugins/visual-form-builder/js/visual-form-builder.js?ver=3.2.1It works in Firefox.
Forum: Plugins
In reply to: [Visual Form Builder] [Plugin: Visual Form Builder] Removing bulletsCrowe,
list-style: none;
needs to be on the li, not the ul ??I’d also like this option. Best form plugin otherwise ??