Hi.
I duplicated the template "Default Standard Rating Results" and add image to it.
Header:
<table><thead><td class="image">Image</td><td class="title">Title</td><td class="votes">Votes</td><td class="rating">Rating</td><td class="rating">Review</td></thead><tbody>
Item:
<tr class="%TABLE_ROW_CLASS%"><td class="image">%IMAGE%</td><td class="title"><a href="%PERMALINK%">%TITLE%</a></td><td class="votes">%VOTES%</td><td class="rating">%RATING%</td><td class="rating">%REVIEW%</td></tr>
Footer:
</tbody></table>
I want the same info as the default plus the image.
The problem is that it shows the URL of the image instead of the actual image and the URL is correct.
My Shortcode:
[starrating template_id=47 select='portfolio' last_voted_days=7 min_votes=1 source='thumbs' image_from='content' image_resize_x=50 image_resize_y=50 rating_size='46' review_size='46' rating_thumb_size='40']
How can I fix this ?
Thanks in advance for your help.