I have views 6.x-3.x-dev, views_slideshow 6.x-2.x-dev and image 6.x-1.1. I have a panel page with two slideshow singleframes displaying side by side.

These are identical save for the flags. I want one to begin cycling after the other.

As soon as I enter an Initial slide delay offset, all the images disappear from that display. If I remove it, they remain gone.

If I change the style to "unformatted" they reappear (but obviously not in slideshow); back to slideshow and they disappear again.

Any ideas?

-Bram

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bramface’s picture

The site is http://pmid.org/ - and all I need to do is change ANY of the SingleFrame timing options (lower the Timer delay, add an Initial delay) and the images disappear.

bramface’s picture

Status: Closed (works as designed) » Active

Oh - and if I add pager thumbnails vie Singleframe, that ALSO erases all the images. I'll do a views code dump here if asked. The views are built from taxonomy arguments and Flags.

redndahead’s picture

Status: Active » Closed (works as designed)

You need to use views slideshow 3.x with views 3.x

bramface’s picture

Status: Active » Closed (works as designed)

And then there is no Views Slideshow Singleframe.

It looks like I can choose between Views Slideshow JCarousel (http://drupal.org/project/views_slideshow_jcarouselthumbs) and Views Slideshow Galleria (http://drupal.org/project/views_slideshow_galleria).

Galleria has twice the user base, so I'll try that first and report back.

bramface’s picture

Well, first problem: I try to configure Slideshow for my gallery display and get:

An error occurred at /admin/build/views/ajax/display/image_slideshow/image_gallery_1/style_options.

Error Description:
Fatal error: Cannot pass parameter 2 by reference in /usr/local/web/www/drupal/6/core/drupal-6.20/includes/form.inc on line 1063

I get a similar error for my singleframe display:

An error occurred at /admin/build/views/ajax/display/image_slideshow/page_4/style_options.

Error Description:
Fatal error: Cannot pass parameter 2 by reference in /usr/local/web/www/drupal/6/core/drupal-6.20/includes/form.inc on line 1063

So I reckon I need to rebuild these.

bramface’s picture

Okay, looks like a PHP incompatibility, per http://drupal.org/node/452384. Patched, but no success with 6.x-3.x-dev (too bad! I wanted that Clone Display feature!)

So: installed 6.x-3.0-alpha3, with patch from 452384. Still got that error.

I suppose need to revert to Views 2x and all those, and see if I can solve the problem there.

If anyone reads this post and is willing to consult to help with the Ajax errors, please contact-form me!

Thanks.

bramface’s picture

I have reverted to the 2.x branches until there are release versions of the 3.x that address PHP 5 (assuming that was the culprit.) Marking this closed.

pdcarto’s picture

Version: 6.x-2.x-dev » 6.x-3.x-dev
Status: Closed (works as designed) » Active

re-activated and marked for 6.x-3.x-dev

Regarding: "Fatal error: Cannot pass parameter 2 by reference in /usr/local/web/www/drupal/6/core/drupal-6.20/includes/form.inc on line 1063" - I only saw this error after I added in the json2 library. When I remove the library, the error message goes away (of course slideshow requires the json2 library, and therefore doesn't work after I do this).

It's not necessary to revert all the way back to 2.x. I have a copy of Views Slideshow 6.x-3.x-dev dated November 2010, which was put out before to the changes were made requiring the javascript libraries. This older version works with Views 6.x-3.x.

MustangGB’s picture

Component: SingleFrame » Cycle
Priority: Normal » Major
Status: Active » Needs review

Fix attached

MustangGB’s picture

Let's try that again...

killua99’s picture

@Network, I need views 3.x to use slideshow 3.0 ?? Because I can't still see the option in views (I'm using views 2.x-stable). I apply this patch and re enable the module and uninstall and reenable again, flush cache, and nothing happend.

My bad. Let me try 2.x-dev xD sorry.

9802008’s picture

Tested patch #10 with

Views Slideshow 6.x-3.x-dev
Views 6.x-3.x-dev

Works fine

redndahead’s picture

Status: Needs review » Fixed

committed thank you

Status: Fixed » Closed (fixed)

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