Everything appears to work, except that only the plain html version is appearing for user 1. Tried it in multiple browsers and always the same. When I'm logged out or logged in as a normal user, the stars appear just fine. Soon as I log in as Admin (user 1), it goes back to plain html.
Also important to note: I am only having this problem with the bluemarine theme. I switched my theme to garland and chameleon to test...it worked on both.
Here are my specs:
Fivestar 5.x-1.12
Drupal 5.8
Theme: bluemarine
MySQL database 5.0.32
PHP 5.2.0-8+etch11
Web server Apache/2.2.3 (Debian)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | screen.jpg | 222.4 KB | elizabethmedia |
Comments
Comment #1
quicksketchThis is probably because of #269531: Combine admin page styles to avoid 30 CSS file limit in IE, which has been fixed. Please reopen if this is not the case.
Comment #2
elizabethmedia commentedHi Quicksketch... I'm having this problem all of a sudden in 6.4 with the latest version of fivestar. I'm going to keep looking to figure out what I did but here's my screenshot. is anything else known to interfere with this thing? It worked fine a day ago and who knows what all I've done to it since then! It doesn't show images on either mac FF or Safari.
Comment #3
elizabethmedia commentedOk I took the advice of http://drupal.org/node/317510 and looked at the javascript. Here's what I'm getting... does this mean something is overwriting this function or that something is missing?
Error: $("div.fivestar-form-item").rating is not a function
Source File: /modules/fivestar/js/fivestar.js?k
Line: 370
Comment #4
quicksketchYou might try clearing your Drupal Caches at admin/settings/performance. The JS code changed between 1.12 and 1.13, and if your browser or Drupal has it cached, it might be causing problems.
Comment #5
elizabethmedia commentedThanks so much for getting back to me. Although that didn't fix the issue... I may have conflicting JS code running around. Let me know if anyone has any other ideas and I'll keep working on it and report back.
Comment #6
quicksketchClosing after lack of activity. Please reopen if still having this problem.
Comment #7
Macronomicus commentedI am having this problem when viewing teasers inside ajax quicktabs. The first tab comes up perfect then all others have the dropdown and dont work. Im guessing its something to do with the ajax call. Kinda sucks I hate giving up five star on my tabs cause I want the ajax. Each one of my tabs is a view display of teasers.
Comment #8
quicksketchThis is for the admin page. Similar reports exist for other areas, especially for Views/Quicktabs. See #312623: Ajax Pagination does not work with Fivestar, which also affects quicktabs.
Comment #9
Macronomicus commented@quicksketch
Thanks for that link!
Comment #10
quicksketchComment #11
furamag commentedI still have same problem. And I have same error when I try to use this code:
Error code:
Comment #12
shivamitakari commentedHi guys for me its happening because of js conflicts.
I have posted soluction on this link.
https://drupal.org/node/253777