blackknight467 / StarRatingBundle

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

Stars Not showing #10

Closed sanribadu closed 7 years ago

sanribadu commented 7 years ago

screen shot 2016-12-04 at 00 25 29

Hello, Thank you this bundle. its working in a form but the stars are not showing.

and please how can i show the rated stars from the form on html.twig. i mean how to display the already selected rated stars on html.twig.

blackknight467 commented 7 years ago

hi @sanribadu, can you tell me how you're getting font awesome onto your webpage?

sanribadu commented 7 years ago

i am using bootstrap.

blackknight467 commented 7 years ago

@sanribadu the bundle requires font awesome for it to work.

just put this into the head section of your page and it should work:

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">

sanribadu commented 7 years ago

thank you. it works

blackknight467 commented 7 years ago

glad to help.