Posted December 27, 20177 yr Hello, I have this code <div class="key">USER RATING</div> <div class="value rating"> <span itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> <meta itemprop='ratingValue' content='{$record->averageReviewRating()}'> <meta itemprop='reviewCount' content='{$record->record_reviews}'> {template="rating" group="global" location="front" app="core" params="'large', $record->averageReviewRating(), \IPS\Settings::i()->reviews_rating_out_of"} <div class="ehch-server-review-count">({lang="num_reviews" pluralize="$record->record_reviews"})</div> </span> which works perfectly on my friends site.. but on my site looks like this.. If someone could help me that would be great as I'm not getting why it would work for him but not me..
December 27, 20177 yr Looks like a theme issue? The markup is different and it seems the stars are missing. In developer tools (Chrome browser) do you see errors in the console?
December 28, 20177 yr Author 13 hours ago, ChrisVanMeer said: Looks like a theme issue? The markup is different and it seems the stars are missing. In developer tools (Chrome browser) do you see errors in the console? No errors at all on Chrome or Firefox
Archived
This topic is now archived and is closed to further replies.