Last item in carousel is always partially obscured
harrisben - November 28, 2008 - 10:52
| Project: | Views carousel |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | juzzuu |
| Status: | active |
Jump to:
Description
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?

#1
I 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.
#2
The 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?
#3
If 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?
#4
Mine is entirely missing. The html to generate the last item is not being generated by the carousel.
#5
@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?
#6
@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.
#7
The 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.
#8
@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?
#9
Yes 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?
#10
Is there that problem solved?
#11
subscribed
#12
Oh.. just encountered this one as well - any solutions out there...?
#13
I 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
#14
Hia, 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?
#15
..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?