Page 1 of 1

Phoca_Bild - Random picture?

Posted: 18 Sep 2012, 18:23
by Corniz
I finally got phoca_bild to work displaying picture....

First problem that it did not display more than 3 pictures...then i found out it is dependant on phoca gallery (hmmmmm)...and when correcting the SQL tables not being created I have 1 question for this thread:


How to display the pictures randomly?
At the moment it starts with a picture...and when clicking somewhere on my page it starts from picture 1 again...it gets very boring!
I tried fiddling around with phoca gallery but it doesnt affect the fullscreen slideshow

Re: Phoca_Bild - Random picture?

Posted: 20 Sep 2012, 10:33
by Corniz
I also would like to NOT being able to change pictures with the arrows-key..... <--- --->

Re: Phoca_Bild - Random picture?

Posted: 27 Sep 2012, 19:29
by Jan
Hi, you can set the behaviour in parameters. If there are no parameters for what you are looking for, then this needs to be customized directly in the template code :-( :-(

Jan

Re: Phoca_Bild - Random picture?

Posted: 11 Dec 2012, 14:44
by Artemio
First at all:
GREAT WORK AND GREAT TEAM AT PHOCA.CZ. You are the best!

For random pictures at background do this.

Go and open this file

joomla_root/templates/phoca_bild/javascript/supersized/supersized.3.2.4.js


at line 886 you can find that

/* Default Options

near is (893):
start_slide : 0, // Start slide (0 is random) default is 1

and this (895)
random : 1, // Randomize slide order (Ignores start slide)default is 0


It's work for me. I wish to be useful

Cheers!

Re: Phoca_Bild - Random picture?

Posted: 25 Dec 2012, 15:00
by Jan
Hi, thank you for the info.

Jan