Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter mygov

    (@mygov)

    I figured out when I remove this part

    <?php print apply_filters('post_ratings_control_text', sprintf('%d / %d', $i, $max_rating), $i, $max_rating); ?>

    from

    <a title="<?php esc_attr_e($title); ?>"><?php print apply_filters('post_ratings_control_text', sprintf('%d / %d', $i, $max_rating), $i, $max_rating); ?></a>

    in /wp-content/plugins/post-ratings/templates/post-ratings-control.php

    The strange numbers are gone now. The Plugin is working fine.. hmm strange?!

    Works for me as well. Any comment from the plugin author?

    Plugin Author digitalnature

    (@digitalnature)

    The reason you see those numbers is because of negative text-indent values from the plugin CSS. The idea was to hide text meant to be there for accessibility reasons.

    You can just remove it (I`ll do the same in the next update).

    If you customize the rating control template, copy it to your theme / child theme, to avoid losing your changes if you update…

    For me It didn’t work. What should i do ?? I removed that part from the post ratings control. But the numbers still there…

    I also remove that portion of the script and it did fix the number from showing up on the left side of the browser window.

    Please remember to remove this when the next update is released.

    Thanks.

    I’m running wp 3.5.1, and directorypress 7.1.3. Fix above didn’t work,neither did adding text indent -9999 in theme’s style sheet, waa waa.

    Same Problem. Please help

    @slaterbeckham: As per the Forum Welcome, please post your own topic. This topic is almost a year old.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Post Ratings] Numbers on left side’ is closed to new replies.