Hello Phoca-ites
I am wanting to change the overall BG color of my slideshow to #000. Where do I change that setting?
here is the site:
http://kingsofrhythm.com
Thanks!
Change Slideshow plugin background?
-
- Phoca Member
- Posts: 11
- Joined: 06 Nov 2008, 04:04
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Change Slideshow plugin background?
Hi, this needs to be customized in the code.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 11
- Joined: 06 Nov 2008, 04:04
Re: Change Slideshow plugin background?
Hi Jan!
Can you tell me where to add this parameter?
Can you tell me where to add this parameter?
-
- Phoca Newbie
- Posts: 3
- Joined: 07 Aug 2009, 04:31
Re: Change Slideshow plugin background?
change this in the 'phocagalleryslideshow.js' file.
look for:
var fadebgcolor="white"
and change it as needed:
var fadebgcolor="blue"
or
var fadebgcolor="#e8e8e8"
look for:
var fadebgcolor="white"
and change it as needed:
var fadebgcolor="blue"
or
var fadebgcolor="#e8e8e8"
-
- Phoca Member
- Posts: 17
- Joined: 10 Nov 2009, 09:47
Re: Change Slideshow plugin background?
exactly what I need but where do I find the file phocagalleryslideshow.js?
-
- Phoca Member
- Posts: 17
- Joined: 10 Nov 2009, 09:47
Re: Change Slideshow plugin background?
duh .... I found it in the obvious place plugins/content, didn't see it first time around -