Closed (fixed)
Project:
Views carousel
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
28 Nov 2008 at 10:52 UTC
Updated:
9 Aug 2010 at 21:01 UTC
I have an issue where the final item in the carousel is always partially obscured, thus defeating the purpose of there being an image. Is this something to do with the total carousel width when combined with the individual width of carousel items?
Comments
Comment #1
juzzuu commentedI had the same problem. Duplicate the last image, one extra, and the carousel
will show it. I don't now why, but it solved the problem.
Comment #2
codybarr commentedThe last item in my carousel is entirely gone, there is no List Item tag for it. How would I duplicate the last image in the carousel through views?
Comment #3
mfer commentedIf I understand you correctly the issue is that the last item is only half displayed in the carousel. Is that right? Or is this a case where an image is missing?
Comment #4
codybarr commentedMine is entirely missing. The html to generate the last item is not being generated by the carousel.
Comment #5
mfer commented@codybarr can you post an example url?
Do you have any custom preprocess functions or theme files for the carousel?
If you go to a different style type (like a list) does the last item show?
Comment #6
codybarr commented@mfer Link: http://beta.godbyte.com/devocast
I haven't made any special theme files for the carousel, but I did modify my style.css file for the theme I'm using (I followed the basic instructions from the Mustardseed Media Video Podcast). I'm currently using the "tango" theme. I did try switching to the ie7 theme, but it did the same thing.
Thanks for the help.
Comment #7
mfer commentedThe last item is in the theme (you can see it with firebug). The theme just isn't allowing it to be displayed in the carousel. doh.
The more I work with this module the more I see that you really need to theme it. That is the nature of jcarousel which powers it.
Comment #8
codybarr commented@mfer
You're right, I can see it with firebug. So you think that my drupal theme is not allowing the last item to be displayed in the carousel? How would I go about fixing this?
Comment #9
harrisben commentedYes sorry, the problem is that the last item while there is always partially obscured. If this can be fixed by adjusting the css or by following some guidelines with the size and spacing of carousel items can you let us know what they are?
Comment #10
dark_kz commentedIs there that problem solved?
Comment #11
likewhoa commentedsubscribed
Comment #12
asak commentedOh.. just encountered this one as well - any solutions out there...?
Comment #13
mach5_kel commentedI am using 6.1x and the problem of the last item missing. What fixed it for me was un-checking visibility.
http://drupal.org/node/537756
Comment #14
vegardjo commentedHia, also experiencing this one, see: http://www.helsekompetanse.no/slagrammet
..click one of the video links and you can see the full book navigation block in the sidebar (you might have to click the "sidemeny" link in the sub nav for it to show).
I have visibility (#13) ticked off. I have styled it a bit, but nothing more than changing height, width and background colors..
also, a small stripe of the top of the last item shows *below* the first item, see screenshot: http://skitch.com/vegardjo/nfm1e/helsekompetanse.no
..anyone found a solution?
Comment #15
vegardjo commented..fixed it!
what did the trick was switching from Viewscarousel 6.x-1.x-dev to 6.x-2.x-dev. Seems to me there might be a bug in the jcarousel js included in the 1.x branch?
Comment #16
mfer commented