• Resolved webheadcoder

    (@webheadllc)


    Hi,

    Thanks for the great plugin. I’m having an issue with the yelp stars showing all gray for the overall business. The business has a 4.9 rating, but the stars are gray. The individual reviews are 5 stars and show the red filled stars as it should. What could be the issue?

Viewing 1 replies (of 1 total)
  • Thread Starter webheadcoder

    (@webheadllc)

    If anyone else has this issue, I fixed it temporarily by adding this to the yrw-reviews-helper.php file, line 78:

    $rating = round($rating * 2, 1) / 2;

    This will round the stars to the nearest 0.5 rating so it matches an existing css class.

    Just a warning: This fix will be overwritten on the next plugin update if the developer doesn’t fix this.

Viewing 1 replies (of 1 total)
  • The topic ‘Gray stars’ is closed to new replies.