Custom Image for Crystal Hearts
-
Hi. Great plugins! I sent you a few bucks yesterday in appreciation. Sorry it couldnt be more.
Anyway, I was wondering if I could use a custom image for the heart crystal rating. I only need the ratings to increment by one, like a like button.I want the image to be larger, around 30px, and to be a custom image. I tried to follow your instructions. I change the “gif” to “png”like you suggested here:
function postratings_init() {
if( ! defined( ‘RATINGS_IMG_EXT’ ) ) {
define( ‘RATINGS_IMG_EXT’, apply_filters( ‘wp_postratings_image_extension’, ‘gif’ ) );
}
I also changed the 16’s to 30’s here:‘ . esc_html__( ‘Loading…’, ‘wp-postratings’ ) . ‘</’ . $start_tag . ‘>’;
any help would be greatly appreciated. Thank you!
I’m using your most recent version of ratings.
- The topic ‘Custom Image for Crystal Hearts’ is closed to new replies.