Hey! I had the same issues, but managed to get everything right again by downgrading to 2.6.0.2. Unfortunately the Taxonomy Locator doesn’t work with this version, any chance I can find an older version of this add on?
Thanks for the answer. 🙂 I went through the code and was able to figure a few things out, but some parts of the star rating can’t be modified, not even through the template files.
Take this bit of code for example, it is from a rating template and it seems to be responsible for the rating text rendered below the stars. I know a tiny bit of PHP, but unfortunately I have no idea how to alter it.
<?php
if (gdrtsm_stars_rating()->loop()->has_votes()) {
gdrtsm_stars_rating()->loop()->render()->text();
} else {
_e("Np ratings.", "gd-rating-system");
}
?>
Thanks a lot once again! 🙂