Hello,

I tested field_slideshow as node and a view of nodes via views module. I haven't found a way to positioning the slideshow inside the body but I created a view (views module) as table and slideshow works fine!

Two small questions about colorbox integration:

1) Is it possible to create a colorbox slideshow only with the images from 1 nodes field? If I click at the image I get a slideshow with all images (all nodes in the view and not several slideshows (one for each node in the view)

2) Ok, I think it's a colorbox question to... Is it possible to auto run the slideshow in the colorbox? I only get the prev/ next buttons if I opened the slideshow into colorbox.

Best regards

Comments

jdanthinne’s picture

Status: Active » Needs review

Hi,
I've just fixed issue 1) : when used with Views, each node will have its own slideshow.
So please try next DEV version, or change in field_slideshow.module, line 432,
'rel' => 'field-slideshow',
that becomes
'rel' => 'field-slideshow[' . $entity->nid . ']',

For issue 2), you should ask to the Colorbox module maintainer, because I have no control over this.

JohnnyX’s picture

Great, thanks! :)

jdanthinne’s picture

Have you tried the fix? Is it working ok for you?

JohnnyX’s picture

Hello jdanthinne,

the dev version at project page from April or the latest dev from today? Latest dev from today doesn't work for me... I tested it a few minutes ago. Also cleared cache and tested it again with latest views dev from project page.

jdanthinne’s picture

No, should be available tomorrow.

JohnnyX’s picture

Ok, fine. Modify file as you posted before works!

miro_dietiker’s picture

The fix works cleanly. Thanks!

Possibly this should be a formatter option? (per node OR per page).

dddave’s picture

+1 to make this an formatter option

jdanthinne’s picture

Just pushed the new feature to DEV version.
There's a new formatter option, yan can now autorun the slideshow in the Colorbox window.
Please test & review.

JohnnyX’s picture

Also a great option should be manual or auto slideshow :)
Per page or node gallery and also manual or automatic starting slideshow could be good additional settings.

dddave’s picture

I am pretty amazed about the quick response. ;)

I am looking forward to test this out.

jdanthinne’s picture

Just re-pushed with auto or manual slideshow.

JohnnyX’s picture

Great, great, great!
I'll test it at the weekend.

Many thanks!

JohnnyX’s picture

Mh, strange problem.

After I updated field_slideshow (colorbox updated to the latest release before!) I see the wrong image at colorbox/ slideshow...

First colorbox/ slideshow have 4 images. Second colorbox have load a site.
If I click at slideshow one I see a slideshow with four items (so far so good...) but only get all times the page from the second colorbox... Any idea?

dddave’s picture

Working fine for me although I don't have multiple slideshows in one node...

tchopshop’s picture

I have 6 slideshows on one node and I'd love to be able to limit colorbox to display only the images in each slideshow, not all the images on the page...

Is this possible?

jdanthinne’s picture

@tchopshop: I don't really understand your problem… Do you have a test url?

tchopshop’s picture

Yes -- here:

http://www.adlerdesignbuild.com/projects

thank you for your help (in advance)

idflood’s picture

Status: Needs review » Fixed

I've pushed a little change that should fix #16:
http://drupalcode.org/project/field_slideshow.git/commitdiff/06048bc

@JohnnyX: can you test with the latest the latest dev version, and if the problem still exists create a new issue?

Status: Fixed » Closed (fixed)

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