Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
ucjohn Posted December 27, 2017 Posted December 27, 2017 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..
ChrisVanMeer Posted December 27, 2017 Posted December 27, 2017 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?
ucjohn Posted December 28, 2017 Author Posted December 28, 2017 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
ucjohn Posted December 28, 2017 Author Posted December 28, 2017 Fixed it was all due to a font size issue.. whoopsy
Recommended Posts
Archived
This topic is now archived and is closed to further replies.