StarRatingBundle
StarRatingBundle copied to clipboard
Rectangles instead of stars
I work with Symfony 3.2.
My code is the following:
<p class="rating-stars">{{ product.rate|rating(5, "fa-3x") }}</p>
as an output, I had the 5 rectangles instead of stars. How can I solve this issue?
@diriy how are you getting font awesome onto your page?
basically, those rectangles are rendered if it can't find the font, so it looks like you're missing a reference to font awesome on your page.
Same for me, I'm working with symfony 2.8, I have fonts loaded and working, forms also won't render properly