Thanks in advance...

First off, let me say that this is my first Drupal site and I love so far. Everything has been pretty simple and straight forward, til now.

I am using Drupal 6.9 and attempting to use the Views Slideshow module. I am using it with the Image module as well. I am been successful in setting up the slideshow into a block so that I can add it to my sidebar. However, I have noticed a few things.

1. The first, (top), image is the only one that is fading and displaying random images.

2. The top two images are always, (initially), the same image.

3. I have the "Items to Display" count set to 5, but it actually displays 6. I think this may be a result of the previous problem.

4. I would also like to remove the text so that only the image is displayed. I have been looking and trying others' solutions with no luck. I have looked into each of the files that came with the slideshow module trying to find the settings, but I cannot locate the right ones. Do I need to create a CSS file to make my changes?

Of all these issues, my main priority is have more than the top image be random and fade properly.

Before finding this module I attempted using the Gallery2 module which was promising until I realized that I could not access my Admin/Modules page with it installed and could not find a solution to it.

Comments

dragonwize’s picture

Status: Active » Fixed

1. This is as designed. That is the actual slide show. The other 5 images are your teaser list that you can hover over and it will select that image for your main image. Normally you will thumbnail those other images and arrange them like on the demo site. If you just want a single slide show set your slideshow options to single frame.

2. As designed. see #1

3. As designed see #1

4. You can do that through the theming system of the node type or views.

You can set your slideshow order to random in the style settings.

Status: Fixed » Closed (fixed)

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