HI,
I currently use the following article rating rendering function in my theme:
<?php if (function_exists('wp_gdsr_render_article')) {
wp_gdsr_render_article($post_id=0, $read_only=true, $stars_set="crystal", $stars_size=12);} ?>
Although al other articles show correctly the stars and rating text, there is one article that shows blank stars although the rating text for the article indicates "Rating 9.5/10 (5 votes cast).
I have tried all re-scan, cache, recalculation settings and instructions from the FAQ; without success...
How can I make the stars images behave in sync with the rating text?
Thx -