• Resolved arash_quad

    (@arash_quad)


    The ratings don’t appear in my website but instead I’m getting a white div. I actually can rate if i blindly click over it, it seems the ratings are there but they are invisible. Also for every post, back in my dashboard there must be a widget on the top right to show ratings for that particular post, that one is blank too.

    https://wordpress.org/plugins/rating-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Leo Fajardo

    (@leorw)

    Hi @arash_quad,

    Have you tried to disable the Power User Settings to see if it resolves the issue? WP admin > RatingWidget > Blog Posts tab or Pages tab > Power User Settings.

    Thread Starter arash_quad

    (@arash_quad)

    It worked, Thanks!

    Plugin Author Leo Fajardo

    (@leorw)

    Great!

    If you need the Power User Settings in the future, just remove the following lines if you are not using a custom image so that it will not affect your ratings:

    options.style = RW.CUSTOM;
    options.imgUrl = {
    	ltr: "http://imageaddress.com/img.ltr.png", // Left to Right rating
    	rtl: "http://imageaddress.com/img.rtl.png"  // Right to Left rating
    };

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The ratings don't show on my website’ is closed to new replies.