Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2009 at 06:53 UTC
Updated:
29 Oct 2009 at 07:20 UTC
Thanks for the module!
I have a shadowbox that is sometimes opened over the slideshow. I would like to pause the slideshow until the shadowbox is closed. Do you have any suggestions?
I am not a javascript expert . . . looking through views_slideshow.js I found
function views_slideshow_pause(slideshow_main)
but I am not sure how to use it (when I view at runtime, slideshow_data[0] is undefined).
Thanks again
Lara
Comments
Comment #1
ghosts commentedSorry, took some more time, I think I found it.
I had to look in
vews_slideshow.theme.incto see a sample of the code to pause. I have one slideshow and it looks like this works:views_slideshow_pause("1");and
views_slideshow_resume("1");Comment #2
ghosts commentedComment #3
ghosts commented