Disable slideshow completely?

Phoca Gallery - image gallery extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Disable slideshow completely?

Post 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
If you find Phoca extensions useful, please support the project
anij21
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 09 Apr 2009, 02:08

Re: Disable slideshow completely?

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Disable slideshow completely?

Post by Jan »

Hi, did you set it in parameters component ?

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

Jan
If you find Phoca extensions useful, please support the project
Post Reply