I have issue with product comments in Prestashop 1.6.1.1 (default Bootstrap theme).
When I want to add review, and modal appears, the stars selecting is broken: here is link to picture (sorry for link, but I haven't reputation to post images, yet)
I have no idea, why it is crashing.
I think it isn't possible to add code of that module in jsfiddle or others, so i add link to my test page of prestashop: link to page On the page is only one product, try to preview them and add opinion/review.
Have someone any idea?
P.S. Sorry for maybe poor English..
Okay, possible to fix by two ways:
or
if (typeof bindUniform !=='undefined')
bindUniform();
and comment it:
// if (typeof bindUniform !=='undefined')
// bindUniform();
from here