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
Phoca_Bild - Random picture?
-
- Phoca Newbie
- Posts: 3
- Joined: 18 Sep 2012, 15:28
Re: Phoca_Bild - Random picture?
I also would like to NOT being able to change pictures with the arrows-key..... <--- --->
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca_Bild - Random picture?
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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 4
- Joined: 05 Feb 2012, 12:26
Re: Phoca_Bild - Random picture?
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!
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!
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca_Bild - Random picture?
Hi, thank you for the info.
Jan
Jan
If you find Phoca extensions useful, please support the project