Closed (fixed)
Project:
Views Slideshow
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2009 at 18:44 UTC
Updated:
16 Jul 2011 at 03:12 UTC
hey, don't know what is causing this but i cant get anything other than the first slide to rotate in IE or Safari... works perfect in FF and Chrome
Comments
Comment #1
ALT83 commentedI'm experiencing the same problem although it doesn't seem to be working in any browser for me - all browsers are flashing just the first image.
What version of FF and Chrome are you using?
Comment #2
kgod commentedi was using Chrome version 1.0.154.46 and FF version 3.05, IE 8.06 and Safari 3.1.1, i think its gotta be related to a javascript setting. I'm using the Zen theme, you?
Comment #3
ALT83 commentedMine is a custom theme based on Bluemarine (although nothing too different...) Do you think it's a theme issue?
Safari 3.2.1 (technically it's Webkit)
FF 3.0.5
Comment #4
kgod commentedstill haven't had time to pin down the issue but i don't think its actually a theme issue, i think its a browser setting issue perhaps from from an anti spyware add-on, it makes the most sense to me because it seems so possible and no one else has really commented on it, so its either a non-issue for most, or its a very commonly recognized problem. I'll post later if i have the same trouble when i boot linux and test there with known open settings.
Comment #5
Witch commentedsame problem here
subscribe
Comment #6
Witch commentedsame problem here
subscribe
Comment #7
pixelz commentedI'm having the same issue although only on one site - I have three sites running views slideshow and only one of them shows this bug! (oddly!)
When I open that site in IE7 I get an alert box like so:
Internet Explorer Script Error
An error has occurred in the script on this page
Line: 3859
char: 2
error: Not Implemented
Code: 0
As descriptive as always! I have no clue as to what this might mean, but it may help in tracking down the bug?
**************** UPDATE ***********************
Have been doing some work with this and have found an error in one of my external javascript files (that handles form validation) Once I cleared up that error, the slide show began working again.
I think then if you're having issues in IE with this module - double check all your other javascript and see if there aren't errors being thrown that would stop the running of scripts properly
HTH!!
Comment #8
redndahead commentedI have tested this module in IE 7 and 8, FF, Opera and Safari and haven't had an issue. More than likely the issue is the fact that other js fails.
As far as flashing the first image I'm going to take a stab and say you have only 2 images. I know there is a patch in the queue that fixes a js calculation error when randomizing the images. This may fix your issue.
Closing this old issue. You can reopen with more details if you have them.
Comment #10
51ucars commentedsame issue here on the local server.
Comment #11
51ucars commentedi have tried 6.x-2.0-beta2 and 6.x-2.x-dev ,used different theme, made sure browsers enabling java but only first image shows up.
Comment #12
51ucars commentedfinally, I know the reason, when i try to install another module and enable this module http://drupal.org/project/jquery_update, slideshow works.
Comment #13
myrtec commentedI had the same issue with Chrome, but disabling the devel module got it working again
Comment #14
staff_whyte commentedI am having this issue too, what was the other module you installed? I got the jquery_update and enabled it but no joy still.
Error in IE:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322)
Timestamp: Tue, 8 Jun 2010 18:54:43 UTC
Message: 'Drupal.settings.viewsSlideshowSingleFrame' is null or not an object
Line: 14
Char: 5
Code: 0
URI: http://drupal.localhost:8082/sites/all/modules/views_slideshow/contrib/v...
Comment #15
MikeMP commentedi am having the same problem.
it seems that on ie, it stops loading the javascript after it runs into an "error", on line 160, char 5 of sites/all/modules/views_slideshow/contrib/views_slideshow_singleframe/views_slideshow.js?0
i commented this out, and it broke the slideshow in firefox the exact same way it was broken in ie
does anyone have any ideas or suggestions? gotta love internet explorer ...
Comment #16
redndahead commentedWhat's the error?
Comment #17
MikeMP commentedi just figured it out last night. sorry redndahead.
i was calling jquery.js in my .info file, and had the jquery_update module installed. my jquery was being called twice, and this for whatever reason, gave me the error. when i removed the call to jquery.js in my .info file and cleared the cache, it fixed it.
sorry for troubling you, thanks!
Comment #18
cedeweyI had the same issue in Safari and Chrome. When I disabled the Devel module it worked fine. Thank you for the advice!