Page 1 of 1

Hello,wh

Posted: 02 Mar 2008, 23:18
by dgroeser
Hello,

why can i not more pause the slideshow that was create?

Can i change this everywhere?

you can stop it, if

Posted: 03 Mar 2008, 09:09
by Jan
you can stop it, if you want to have a pause button, you can change it in:

components\com_phocagallery\helpers\phocagallery.php (image)
components\com_phocagallery\views\phocagalleryd\tmpl\default.php (javascript)


Jan

Re: you can stop it, if

Posted: 26 Jul 2009, 17:04
by TNR27
Jan wrote:you can stop it, if you want to have a pause button, you can change it in:

components\com_phocagallery\helpers\phocagallery.php (image)
components\com_phocagallery\views\phocagalleryd\tmpl\default.php (javascript)


Jan
I have just recently created a web site using joomla, have decided to use phoca as my photo gallery. I would like to be able to have a pause button at the bottom of the slideshow. I have found your post on the files that need to be edited but am a complete moron when it comes to coding. I would love to see the play button switch to a pause button and vise versa. If this is too complicated just adding a pause button would be fine. I know you can pause the slide show by placing your mouse pointer on top of the picture but any body new to the site may not realize how this works. Even if there was a way to add this instruction at the bottom of the slide show. I am using modal pop up box with the blue theme.

Any help would be appreciated, thanks.

Re: Can i do Pause the slide show

Posted: 29 Jul 2009, 14:52
by Jan
Hi, as described here

You can change the image (so instead stop will be displayed pause but the function will be still the same - no coding needed just change the icon name)

the problem of adding some new function is, this is an exernal script which have stop function and pause function (if you hover the image), so if you need to customize it, you need to look at this external javascript code, which I didn't make so I cannot give some advice there :-(

Jan