benblend
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Stars not showing/displaying on one of my sitesGlad it worked out!
Forum: Plugins
In reply to: [WP Customer Reviews] Stars not showing/displaying on one of my sitesI had the same problems as you, and I was able to fix it with some tinkering in the css and plugin files. Do you mind showing me an example page of where you’re having the problem? I’m having trouble picturing exactly which problem you’re having. Also, if you’d like to see a working example, here is an example from my site: deaddictioncentres.in/rehabcentre/hope-trust/.
Just upload the image I gave you to your own site.
Open the wp_customer reviews css file. Find the the #wpcr_respond_1 .average and #wpcr_respond_1 .base lines and replace the current background image with the url for the new image you uploaded.
@mrnewton. I looked at your site and it seems the only problem is that the image that displays the background of the “base” div which displays the stars is missing. I tested it on your page and all you need to do is set the background img of “base” div to an image that’s actually there. Here’s a link to the image you need. http://deaddictioncentres.in/wp-content/plugins/wp-customer-reviews/newstars.png
Forum: Plugins
In reply to: [WP Customer Reviews] Stars not showing/displaying on one of my sitesI’ve been having the same problem. I’m happy to say I found the fix to be quite easy. The stars in this plugin are displayed via css. There’s a “base” div that has the stars as the background. For some reason, the base doesn’t have a width set. Just set the width to 85px in your css and you should be all set.
div.base{width:85px}