9
Views
0
Comments
[Star Rating Widget] Tip: Problem with images
Question
star-rating-widget
Web icon
Forge asset by Tiago Simões
Im installed the component but the images dont show.

After checking the eSpace i found the problem with the css.
Rating eSpace -> Rate (Web block) -> Style Sheet

From
div.star-rating, div.star-rating a {
	background: url(/Rating/img/starLarge.gif) no-repeat 0 0;
}
To
div.star-rating, div.star-rating a {
	background: url(/Rating/img/StarLarge.gif) no-repeat 0 0;
}

This happen on unix systems, because filenames are case-sensitive.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.