Search code examples
twitter-bootstrap-3commentsprestashop-1.6ratingreview

Rating stars crashing


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


Solution

  • Okay, possible to fix by two ways:

    1. use theme from 1.6.0.11 version

    or

    1. in themes/default-bootstrap/js/global.js find lines:

    if (typeof bindUniform !=='undefined') bindUniform();

    and comment it:

    // if (typeof bindUniform !=='undefined') // bindUniform();

    from here