Thanks for the module. Much easier than hard coding it.
I keep running into an issue with the display.
I get blank items at the end of the list in block view.
They appear but have no content at all.
This happens with both horizontal and vertical layouts.
After testing, It appears to be the wrap {circular}
But works fine if the wrap is set to {first} {last} or {both}.
I assume that this is known, But couldn't find it listed when I was trying to debug my view.
Also "Items to display" file is still missing, in this build, in the views style configuration is missing but the setting in views "items to display" seems to work. probably the correct place for it..
I'm sure it's known just listing it here if others have problems and trying to debug.
ANd the documentation on the drupal module node may need to be updated.
Thanks for all the work!
Comments
Comment #1
kleve commentedHi xacto and maintainer
I keep getting almost the same display error.
For every image in the carousel views add a empty image. And there is no consistency in how views does this. I have 3 images and for me the carousel displays the images as follows: image1, blank image, image 2, image3, blank image, blank image.
Is this a bug?
Did you xacto find a solution?
//Andreas
Comment #2
betoaveigaI also have blank items...
In my case they appear when I click on an ajax pager anywhere on the page...
Just after that I start scrolling my carousel and boom... I have blank item.
It's weird because when I use firebug the blank item disappears... Or when I click the edit button the blank item goes away... Probably it fires some event... I don't know what's really happening...
Hope we can fix it soon somehow...