Viewing 4 replies - 1 through 4 (of 4 total)
  • i am too suffering from the same headache as i installed the polldady plugin on my website https://www.filmmovienew.com/ polls are working but ratings are not displaying at all .

    Hi there, I found that if I remove the priority of the filters, that this issue is fixed with some themes.

    Can you try updating the following lines in rating.php?…

    add_filter( ‘the_content’, ‘polldaddy_show_rating’, 5 );
    add_filter( ‘get_the_excerpt’, ‘polldaddy_show_rating_excerpt’, 5 );

    to…

    add_filter( ‘the_content’, ‘polldaddy_show_rating’ );
    add_filter( ‘get_the_excerpt’, ‘polldaddy_show_rating_excerpt’ );

    Let me know if this works for you.

    Thread Starter thisguyreeg

    (@thisguyreeg)

    Awesome! Thanks Eoin! That worked.

    Now all I’m wondering is how I can either embed the rating below the title in the details box (Date, Author, Category, Comments, etc.) and how I can get rid of that ugly blue ‘i’ button/circle.

    See: https://checktheblog.net/2012/08/01/deadmau5-there-might-be-coffee/

    I know there’s a way. I just need to play with the code.

    Any help is much appreciated!

    i have updated the above said lines in rating.php but still the rating is not displaying .
    any other way ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Polldaddy Polls & Ratings] Ratings Not Showing’ is closed to new replies.