Phoca Gallery Slideshow

Phoca plugins - support for all Phoca plugins except Phoca Gallery plugins
dodgenitro
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 12 Dec 2010, 21:39
Location: Germany - Köln

Phoca Gallery Slideshow

Post by dodgenitro »

Hello.

I work with Phoca Gallery Slideshow Plugin. In a Article added a slide show.
I want to change the image have a different effect!

Please help me, thank you.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9435
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Gallery Slideshow

Post by Benno »

Hi,
see documentation: https://www.phoca.cz/documents/19-phoca- ... how-plugin
Kind regards,
Beno
dodgenitro
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 12 Dec 2010, 21:39
Location: Germany - Köln

Re: Phoca Gallery Slideshow

Post by dodgenitro »

Hi Benno.
These are the normal parameters, that's OK!.
I would like the transition effect from one to another image takes longer.
Is that possible?
King Regards
-----------------------------------------------------------------------------------
Hallo Benno.
Das sind die normalen Parameter, das ist auch OK!.
Ich möchte das der Überblendeffekt von einem zum anderen Bild länger dauert.
Geht das?

Mit freundlichen Grüßen
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9435
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Gallery Slideshow

Post by Benno »

Hi,
Ich möchte das der Überblendeffekt von einem zum anderen Bild länger dauert.
Geht das?
Nein, nicht mit den normalen Parametern. Wenn es gehen sollte, müßte das also im Code angepasst werden. Aber ich habe damit keinerlei Erfahrung. :idea:
Mit dem Parameter Delay lässt sich die Anzeigedauer des einzelnen Bildes verändern.
Freundliche Grüße,
Benno
dodgenitro
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 12 Dec 2010, 21:39
Location: Germany - Köln

Re: Phoca Gallery Slideshow

Post by dodgenitro »

Hi Benno.

Hab mich auf die suche gemacht und gefunden!
In der Datei:
plugins/content/phocagalleryslideshow.js
Zeile 118
fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",10)

fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",100)
(letzte Zahl verlängert den Überblendeffekt)

Grüsse
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9435
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Phoca Gallery Slideshow

Post by Benno »

Sehr gut!
Freundliche Grüße,
Benno
Post Reply