StarRatingBundle icon indicating copy to clipboard operation
StarRatingBundle copied to clipboard

Rectangles instead of stars

Open diriy opened this issue 7 years ago • 2 comments

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

diriy avatar May 27 '17 22:05 diriy

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

blackknight467 avatar May 27 '17 23:05 blackknight467

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

ericksho avatar Jul 25 '18 21:07 ericksho