Hi there,
had fivestar working fine, now for some reason it doesn't show the stars when rating, it just shows the drop down box. see: http://reanimated-designs.com/community/news/let-just-say-never-again
misc/jquery.js is showing some problems (web dev toolbar) but I can't figure it out. re-installed module, cleared cache, updated jquery.js
Help?
Thanks Sam
Comments
Comment #1
quicksketchIt's probably a conflict with the prototype library, which you seem to have on your site also. Drupal and other JS libraries don't (yet) cooperate very well together. Try disabling the module or removing prototype.js from your site and see if it is corrected.
If this does help (or even if it doesn't), you might try downloading the development release of Fivestar, which is better about cooperating with other JS libraries besides jQuery.
Comment #2
SamuelFreeman commentedMy god its working, your a legend, had no idea how lightbox was killing it,
thanks heaps
Comment #3
quicksketchNo problem. If lightbox was indeed the cause, you should try out thickbox, which is a port of lightbox for jQuery.