Page 1 of 1

SOLVED: Slideshow controls disappeared

Posted: 24 Jun 2009, 17:55
by sgdave
Hello,

And thanks again to Jan and the other people who support here.

I have been using PhocaGallery successfully on my site http://www.labetxea.com/ for a while now. The other day I noticed that the functionality has mysteriously changed. It used to be that clicking on the Phoca thumbnail at the BOTTOM of, for instance, this page brought up a full size photo with slideshow controls, and the slideshow started running automatically.

I swear I have not touched the code I put on the page, but there is the slightest chance my client has changed something accidentally (she is mortally allergic to code, though, so that would suprise me!)

The code at the bottom of the page that I use to invoke the gallery is:

Code: Select all

{phocagallery view=category|categoryid=10|imageid=0|imagerandom=1|limitcount=37|
fontcolor=#000|bgcolor=#FFFFFF|bgcolorhover=#FFFF99|imagebgcolor=#FFFFFF|
bordercolor=#CCCCCC|bordercolorhover=#FFFF00|
detail=2|displayname=0|displaydetail=1|displaydownload=0}
Contrast with a gallery page of the same images, where the slideshow controls do come up properly.

All galleries on this site are now behaving similarly. The full gallery page shows slideshow controls, but the lead-in thumbnail on the "click here to go to the gallery" page only opens a single photo without slideshow controls.

Photos attached also.

Does anyone know what might have happened or how to fix? Thanks!

Dave Forrest

Re: Slideshow controls disappeared

Posted: 24 Jun 2009, 22:45
by Jan
Hi, the difference is in detail method:

detail=2 (modal box (only image)) - only image means without slideshow buttons. this is used in plugin
detal=0 (modal box) - this is used in component - slideshow buttons are displayed in this method.

Jan

Re: Slideshow controls disappeared

Posted: 25 Jun 2009, 19:28
by sgdave
Changing it from 2 to 0 worked perfectly, thanks Jan!

Re: SOLVED: Slideshow controls disappeared

Posted: 26 Jun 2009, 21:26
by Jan
Great to hear it.

Jan