Multiple Carousels with QuickTabs

CinemaSaville - October 30, 2009 - 03:44
Project:Views carousel
Version:6.x-2.x-dev
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi. I'm hoping someone will be able to help me out here. I got the carousel working fairly well (still need to figure out the positioning of the frames, but that's another issue altogether.). What I'm hoping one of you CSS and Drupal geniuses can help me figure out, is how I can use http://drupal.org/project/quicktabs, and jcarousel together where I'm using multiple tabs as carousels. As it is it looks like the css changes I made per the mustardseed video only work on the first carousel. Maybe it's because I just changed the jcarousel style.css without adding a class differentiation. Anybody have any ideas? I really appreciate it.

#1

cookiesunshinex - November 10, 2009 - 14:47

I'm trying to do the same thing, however, I'm unable to use jCarousel, Views Carousel, and Quick Tabs together, I keep getting "jCarousel: No width/height set for items. This will cause an infinite loop. Aborting..." error message when I view the page with the quick tabs.

#2

cookiesunshinex - November 11, 2009 - 01:46

The fix to my particular issue was answered on the QuickTabs issues queue.

Please see how I fixed this here:
http://drupal.org/node/538926#comment-2250316

@CinemaSaville, I found that my views carousel view looked fine when viewing alone, but when I put it into quicktabs, there was some CSS in my theme that was offsetting the view items just by about 10 pixels.

In my case, I'm using Garland theme, and found it to be

.block ul {
margin:0;
padding:0 0 0.25em 1em;    <- this setting

from system-menus.css

#3

CinemaSaville - November 11, 2009 - 02:43

Thanks, I fixed it up as well. You can see an example at my site http://CinemaSaville.com

 
 

Drupal is a registered trademark of Dries Buytaert.