Hi all,

I made a Drupal site for my boss, and its URL is:

http://www.bioenergeticslive.com

What I'm having problems with is the Slideshow 2 module (top node on right column). First, I only have 2 images, but it says I have 3. The 3rd one is blank. I need to get rid of the blank image. Also, what must I do to enable the javascript? It IS enabled on my browser (I am using Mozilla) but the slideshow will not automatically go to the next picture. I have to click next to get to the next picture.

I doubled checked the coding and it was correct. I have it set up as such, using full HTML:

[slideshow:1, rotate=5, name=Slide Show, img=|http://www.bioenergeticslive.com/files/image1.jpg|LINK|Picture 1|Description of Picture 1|, img=|http://www.bioenergeticslive.com/files/image2.jpg|LINK|Picture 2|Description of Picture 2|]

I tried using PHP but it returned an error, something about unexpected "[". If you need the exact string to help it would be great.

Thanks much
Biopress

Comments

Anonymous’s picture

To troubleshoot this problem, I'd create a new node and put the slideshow into it. The reason I would do this is to see if the problem is with the block. I'm not sure that you can use the slideshow tag inside a block, but I'm no expert, and I've never tried this module on my own site.

duggoff

I ran the Microsoft Malicious Software Removal tool, but Internet Explorer is still installed on my computer.

t4him’s picture

I checked the link you provided. As it was loading it kinda hung up so i stopped my browser from loading and right clicked. A quick look revealed that you are using slideshow:0 . . . this should read slideshow:1

Hope that helps . . .
t4him

cseidl’s picture

I experienced the same problem. After changing line 127 in slideshow_2.module from

$total = count($json)-1;

to

$total = count($json)-2;

it works fine.

cseidl

Pinao’s picture

I tried everything mentioned here, but somehow I cannot get the Slideshow to slide automatically. Is there something that has to be installed before in Drupal to make slideshow_2 work?

By the way, I cannot find that line 127 in my version.

I am a beginning Drupal user and am just testing what is possible and what not. My site is not in Englisch but you can find it here: www.gulickweb.nl

Pinao