Page 1 of 1

Re: Disable slideshow completely?

Posted: 24 Mar 2009, 00:00
by Jan
Hi, there is no 1 - 10 but 0 - 10, if you go over the 'Shadow Box Slideshow Delay' you will see this help:

"Set delay for Shadowbox Slideshow (use zero for disabling slideshow..."

Use zero (0) for "forever" :-)

Jan

Re: Disable slideshow completely?

Posted: 11 Apr 2009, 00:07
by anij21
Same problem here, resolved by

http://www.shadowbox-js.com/doc/forum.html
search for
Start ShadowBox with Slideshow Paused
or
http://n2.nabble.com/Start-ShadowBox-wi ... l#a1310919

As other have noted setting it to 0 makes the play button vanish.
Also setting the delay param to 0 did not work for me, debugging shows it's being passed a value of 7 !!!
components/com_phocagallery/views/category/view.html.php line 244, could not figure out why because
$sb_slideshow_delay = $params->get( 'sb_slideshow_delay', 0 ); should be 0.

Re: Disable slideshow completely?

Posted: 15 Apr 2009, 20:43
by Jan
Hi, did you set it in parameters component ?

https://www.phoca.cz/documents/16-joomla ... -in-joomla

Jan