blackknight467 / StarRatingBundle

star rating bundle for symfony
MIT License
26 stars 40 forks source link

Rectangles instead of stars #16

Open diriy opened 7 years ago

diriy commented 7 years ago

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? rectangles

blackknight467 commented 7 years ago

@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.

ericksho commented 6 years ago

Same for me, I'm working with symfony 2.8, I have fonts loaded and working, forms also won't render properly