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

ghosts’s picture

Sorry, took some more time, I think I found it.

I had to look in vews_slideshow.theme.inc to 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");

ghosts’s picture

Status: Active » Fixed
ghosts’s picture

Assigned: ghosts » Unassigned

Status: Fixed » Closed (fixed)

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