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)

CommentFileSizeAuthor
#2 screen.jpg222.4 KBelizabethmedia

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

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

elizabethmedia’s picture

Version: 5.x-1.12 » 6.x-1.13
Status: Closed (fixed) » Active
StatusFileSize
new222.4 KB

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

elizabethmedia’s picture

Ok 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

quicksketch’s picture

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

elizabethmedia’s picture

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

quicksketch’s picture

Category: bug » support
Status: Active » Closed (fixed)

Closing after lack of activity. Please reopen if still having this problem.

Macronomicus’s picture

Status: Closed (fixed) » Active

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

quicksketch’s picture

Status: Active » Closed (fixed)

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

Macronomicus’s picture

Status: Closed (fixed) » Active

@quicksketch
Thanks for that link!

quicksketch’s picture

Status: Active » Closed (fixed)
furamag’s picture

I still have same problem. And I have same error when I try to use this code:

  var context = $('#fivestar-form-item');
   $('div.fivestar-form-item', context).rating();

Error code:

Error: $("div.fivestar-form-item").rating is not a function
shivamitakari’s picture

Hi guys for me its happening because of js conflicts.
I have posted soluction on this link.
https://drupal.org/node/253777