Views Carousel shows only one image.

kshipras - February 9, 2009 - 08:34
Project:Views carousel
Version:6.x-1.x-dev
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Hi,

I am trying to use Views Carousel and Views 2 for Drupal 6. All is fine but my Views Carousel box shows only the one image. Can anyone please help me solve this?

Thanks

#1

chaosprinz - February 22, 2009 - 18:19

Yeah, i have the same problem. Dit it similiar to the video-podcast of bob, just created it as a page instead of a block, without autoscrolling and no limitation of the showed elements. Dont whats wrong. Maybe someone who solved the same problem?

#2

mfer - April 14, 2009 - 14:09

Take a look at the html. Is all of your stuff there? If it's in the html than the display is a matter of theming the carousel to display them.

#3

dorien - April 25, 2009 - 15:26

Same thing here.

I think it is because I am just displaying one node, with one imagefield that contains multiple images.

#4

extect - April 27, 2009 - 03:10

I have the same problem. When looking into html, the images are there, but they are not shown as a separate list item. I think this is the reason why Views Carousel does not recognise them. My html looks something like this (simplified):

<li>
  <div>
    <img src="image1.jpg"/>
  </div>
  <div>
    <img src="image2.jpg"/>
  </div>
</li>

instead of:

<li>
  <div>
    <img src="image1.jpg"/>
  </div>
</li>

<li>
  <div>
    <img src="image2.jpg"/>
  </div>
</li>

any ideas what to do?

#5

dorien - April 27, 2009 - 16:02

Mine only show one image.

http://thatscookedby.com/new/node/3

#6

dorien - April 27, 2009 - 16:21

Ah, if I check " group multiple values" and then "show x values after 0", then they display overlapping.

#7

extect - May 6, 2009 - 00:37

For me, unchecking "group multiple values" solved the problem.
You should be able to prevent images from overlapping by using ImageCache and a bit of CSS.

#8

dark_kz - May 4, 2009 - 18:30

I have the same problem - doesn't shows the last image item
I checked "group multiple values", but after that my views block show vertically and there's a carousel for each of my views item.
2dorien - "show x values after 0" - where is it? I can't see that field
How can I solve it?

#9

extect - May 6, 2009 - 00:41

@dark_kz:
What happens if you uncheck "group multiple values"?
In the meantime, I have edited my comment in #7, because I wrongfully wrote that Checking (instead of unchecking) the option solved the problem for me.
Perhaps your last image does not get displayed, because the number set in "Items to display" is too low?

#10

dark_kz - May 6, 2009 - 05:40

2extect:
Items to display is unlimited (0). When I uncheck it, I can't see last image. It is there (I see it with FireBug), but doesn't display - like it's on the background

#11

extect - May 8, 2009 - 06:53

@dark_kz
Sounds like a CSS issue. Views Carousel by default expects the images/thumbnails to be exactly 75x75px. Try using images of that size. If that works without any problems, then you just have to adjust your CSS settings to allow bigger images.

#12

apilasiewicz - October 6, 2009 - 14:58

Hi, I am displaying three views carousel blocks (with Panels). No matter in which order i put them, always the first and the third work properly, but in the second one i see only one picture.. Any ideas how to solve it?

#13

apilasiewicz - October 6, 2009 - 15:22

ok found the answer :) it was a css issue, css from other view made the pictures go vertical (not horizontal), so only one picture was seen..

#14

mfer - November 4, 2009 - 22:58
Status:active» fixed

#15

System Message - November 18, 2009 - 23:00
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.