Closed (fixed)
Project:
Field Slideshow
Version:
7.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 May 2011 at 20:40 UTC
Updated:
11 Apr 2012 at 06:30 UTC
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
Comment #1
jdanthinne commentedHi,
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.
Comment #2
JohnnyX commentedGreat, thanks! :)
Comment #3
jdanthinne commentedHave you tried the fix? Is it working ok for you?
Comment #4
JohnnyX commentedHello 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.
Comment #5
jdanthinne commentedNo, should be available tomorrow.
Comment #6
JohnnyX commentedOk, fine. Modify file as you posted before works!
Comment #7
miro_dietikerThe fix works cleanly. Thanks!
Possibly this should be a formatter option? (per node OR per page).
Comment #8
dddave commented+1 to make this an formatter option
Comment #9
jdanthinne commentedJust 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.
Comment #10
JohnnyX commentedAlso 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.
Comment #11
dddave commentedI am pretty amazed about the quick response. ;)
I am looking forward to test this out.
Comment #12
jdanthinne commentedJust re-pushed with auto or manual slideshow.
Comment #13
JohnnyX commentedGreat, great, great!
I'll test it at the weekend.
Many thanks!
Comment #14
JohnnyX commentedMh, 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?
Comment #15
dddave commentedWorking fine for me although I don't have multiple slideshows in one node...
Comment #16
tchopshop commentedI 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?
Comment #17
jdanthinne commented@tchopshop: I don't really understand your problem… Do you have a test url?
Comment #18
tchopshop commentedYes -- here:
http://www.adlerdesignbuild.com/projects
thank you for your help (in advance)
Comment #19
idflood commentedI'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?