I have the stars showing though the Ajax Load More plugin repeater template, they display rating correctly on front page. Something blocking from actually making a vote from homepage though. Im using:
<?php echo gdrts_posts_render_rating(array(
‘id’ => get_the_ID(),
‘name’ => ‘post’,
‘method’ => ‘stars-rating’
), array(
));
?>
Exactly that in both my theme content.php + Ajax Load More repeater template (php + html allowed).
Plugin settings:
Dynamic Load ajax disabled.
Display on ALL post types (first had ‘posts only’ setting, so I changed to ‘ALL’ could be problem…not seemingly…’posts only’ is ideal, but I think can remove instances via CSS on the few pages.
My theme is very basic one, “Webpoint”.
Something stopping from from allowing to vote on home page. :/ I will keep watching video to figure out in meantime.