Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Lester Chan

    (@gamerz)

    You need to be more specific than not working. Does it work on the default theme? I did not touch the plugin since November 2013. So if you installed the plugin after that, it might be something else.

    Thread Starter savvar

    (@savvar)

    rating is somehow disabled and doesnt let me rate

    for example here: http://lemesos-blog.com/igor-varchenko/

    theres the rating on the bottom of the post but its disabled

    Plugin Author Lester Chan

    (@gamerz)

    There is a problem with your site’s Javascript, Uncaught SyntaxError: Unexpected token , and that is the cause of it. You fix it, you fix the ratings.

    Thread Starter savvar

    (@savvar)

    ok thnank you

    Thread Starter savvar

    (@savvar)

    I checked and that error comes from the plugin.

    whenever i deactivate the plugin i dont get the error.

    any ideas?/

    Plugin Author Lester Chan

    (@gamerz)

    When I viewed your source, it seems your <?php the_ratings(); ?> might not be in the loop. I don’t know what modification you did to the plugin if there is any

    The correct HTML code is

    <div id="post-ratings-450" class="post-ratings" itemscope="" itemtype="http://schema.org/Article">

    BUT yours is

    <div id="post-ratings-" class="post-ratings" itemscope itemtype="http://schema.org/Article" data-nonce="bc1243b8b6">

    Notice the missing number? That is the post ID.

    Thread Starter savvar

    (@savvar)

    ok thanx a lot

    the problem was i had <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?> below the content

    now its fixed

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Plugin not working’ is closed to new replies.