• Resolved edsouza

    (@edsouza)


    I’m using the GD Rating System to evaluate categories. I’m displaying through the code:

    <? Php $ category = get_the_category (); ?>
    <? Php gdrts_render_rating (array ('echo' => true, 'entity' => 'terms', 'name' => 'category', 'id' => $ category [0] -> cat_ID)

    The rating is showing on the page, but the vote is not completed. When I click to evaluate a loading image appears and the message “Please wait …”, but it does not complete, it is loading without stopping.

    What is going on?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter edsouza

    (@edsouza)

    Correcting:

    <?php $category = get_the_category(); ?>
    <?php gdrts_render_rating(array('echo' => true, 'entity' => 'terms', 'name' => 'category', 'id' => $category[0]->cat_ID));?>
    Plugin Author Milan Petrovic

    (@gdragon)

    Most likely, there is an error on the server side of the code running the AJAX request. Can you check out the server errors logged by PHP to get what the error is.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Infinite loading’ is closed to new replies.