Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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?

    Thread Starter wpsilon

    (@wpsilon)

    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! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)