Rating: 1 star
It just spins, it just spins the “Loading Custom Ratings” text!
]]>Rating: 5 stars
Hello,
your plugin is gr8, almost perfect.
Is there any chance to pick different image in different pages ??
For example:
one page i have hearts
second page i have thumbs
third page i have stars
fout page i dont want to have rating
I managed to change the position to put it into my widget.
The ansewer was in internet.
For those who need this:
put this into yourtheme/function.php
<?php
add_shortcode( ‘vote’, ‘vote_custom_ratings’ );
function vote_custom_ratings() {
$return_text = ”;
if ( class_exists( ‘Custom_Ratings_Public’ ) ) {
$return_text .= Custom_Ratings_Public::vote();
}
return $return_text;
}
?>
then put [vote] where you want it on page or widget.
(Make sure to set the Vote Display Position to None in the Custom Ratings Settings).
Rating: 5 stars
Super Plugin! Thanks!
]]>Rating: 5 stars
Just wanted to say this plugin worked perfectly when my client wanted a custom rating image for their site. There was a conflict with the latest WordPress update and uploading images to posts, I alerted the plugin makers and they fixed the conflict with the next plugin update and wrote back to inform me so I was very pleased with their support.
]]>Rating: 5 stars
Works great, has all the features I need, easy to customize and use.
]]>Rating: 3 stars
Nice plugin but the images are way to large, couldn’t find a way to reduce them.
]]>Rating: 5 stars
Excellent idea! Works good!
]]>