Closed (fixed)
Project:
Views carousel
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
7 Jan 2009 at 16:55 UTC
Updated:
22 Mar 2017 at 18:06 UTC
Jump to comment: Most recent
Comments
Comment #1
ktleow commentedSame here, doesnt work in IE6.
Causes the entire layout of my website to be out of viewing angle.
Comment #2
pierremarcel commentedHey Guys, Probable it is some theme issue. I've been playing with this module, and it's a beauty. I did have some issues with some themes but it was the theme issue. Try switching themes to debug it. I have two sites running a total of 6 views carousel...and no problem at all on all main browsers.
Pierre
Comment #3
ktleow commentedOh yea I've managed to fix this.
Added
overflow:hidden;and specified width to a container inside.Thanks =)
Comment #4
mfer commentedThis is a module that requires heavy theming to get it to do anything custom (most cases).
Comment #5
hexag commentedI'm having asimilar problem with Firefox, I had a clue it was a css issue, so I've been poking around in there. Basically I have my carousel, but it only has one image in it, all the rest are vertically stacked underneath. When I click left or right, the one image in the carousel will shift maybe 10-15 pixels & that's it.
I have implemented the suggestions about, but no dice.
Any ideas? Thanks,
Nick,
Comment #6
pierremarcel commentedAs we said this module require lots of css theming to look the way one wants. It's a great module but unfortunately with some themes it doesn't get displayed well out of box. In your case there isn't much we can do for you since we can't see your site. The best solution for you is "firebug (firefox extention) and copy and paste your css ids and classes make some changes and try it out...
Good luck there!
Pierre
Comment #7
ktleow commentedTo confirm that its CSS related issue, simply enable one the pre-defined skins.
Comment #8
Anonymous (not verified) commentedHi.. confirmed that I was experiencing css issues.. problem fixed. thanks everyone.
Comment #9
jdlind38 commentedI have a bizarre issue, of course it only happens IE6. On http://casella.com/who-we-are a dialog box up saying
I was guessing that it's a list item or the wrapper so I added a height to both, but that didn't seem to remedy the problem. Any suggestions?
Comment #10
jdlind38 commentedIf anyone runs into the IE 6 error that I mentioned above. I found a hack at the following link http://spiffyd.com/blog/bug-fixed-jcarousel-widthheight-infinite-loop-po... .
Comment #11
DjebbZ commentedHi guys. I had the same kind of problems under IE6, it was never displaying the last item, which in fact was "under" the rest (as if 2 "lines" of items existed). After many tweaks to fix the layout, I found that adding ".jcarousel-list li{display: inline;}" solved this problem !
Hope it helps you folks.
Comment #12
DjebbZ commented