Slideshow Transitions in Modal popup box

Phoca Gallery - image gallery extension
abhijack
Phoca Member
Phoca Member
Posts: 20
Joined: 19 Dec 2009, 20:48

Slideshow Transitions in Modal popup box

Post by abhijack »

I used modal popup box in detail window...When i play slideshow i like to avoid transitions ( i.e duration of fading to zero)That means the consecutive image should not merge.

Plz help ..... Thanks in advance
Last edited by abhijack on 13 Jan 2010, 23:41, edited 1 time in total.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Slideshow Transitions in Modal popup box

Post by Jan »

Hi, you can set the delay in parameters or modify the javascript code.

Jan
If you find Phoca extensions useful, please support the project
abhijack
Phoca Member
Phoca Member
Posts: 20
Joined: 19 Dec 2009, 20:48

Re: Slideshow Transitions in Modal popup box

Post by abhijack »

Hi Jan,

Thanks for your reply...

I had already set the delay to 3 seconds. So each image is staying for 3 sec. My problem is when the image fades it is happening in few steps so that there is some merging between consecutive images.

I wanted to avoid the merging. I want a traditional slideshow where one image disappear suddenly to be followed by the next.

In parameters the current settings for slideshow I have set is:

Slideshow delay: 3 sec
Slideshow pause: No
Slideshow random:No
Display button: Yes

Is there anything I should change in the parameter?

In javascript can you advise which file deals with that? And also which function?


Please help........
abhijack
Phoca Member
Phoca Member
Posts: 20
Joined: 19 Dec 2009, 20:48

Re: Slideshow Transitions in Modal popup box

Post by abhijack »

:twisted: I have resolved it.....
Ronny
Phoca Professional
Phoca Professional
Posts: 211
Joined: 03 Nov 2009, 20:31
Location: Germany
Contact:

Re: Slideshow Transitions in Modal popup box

Post by Ronny »

abhijack wrote::twisted: I have resolved it.....
Great! :) Could be interesting for others if you tell how you've solved it...

Regards,
Ronny
abhijack
Phoca Member
Phoca Member
Posts: 20
Joined: 19 Dec 2009, 20:48

Re: Slideshow Transitions in Modal popup box

Post by abhijack »

Go to ..... components\com_phocagallery\views\detail\tmpl\default_slideshowjs.php

In line 62 change obj.degree+=10 to obj.degree+=100

It work for me...... :|
Post Reply