What is the URL of the website?
ThanI can take a look.
Regards Sven
Phoca Gallery Slideshow css?
-
- Phoca Member
- Posts: 24
- Joined: 07 Mar 2011, 11:10
-
- Phoca Newbie
- Posts: 9
- Joined: 07 May 2011, 23:37
Re: Phoca Gallery Slideshow css?
I believe phocagalleryslideshow is not available for J1.6 yet.
Last edited by DevByStarlight on 29 May 2011, 16:16, edited 1 time in total.
-
- Phoca Newbie
- Posts: 9
- Joined: 07 May 2011, 23:37
Re: Phoca Gallery Slideshow css?
The following steps worked for me.IT Consulent.be wrote:What is the URL of the website?
ThanI can take a look.
Regards Sven
You could "View Source" in the browser page and find the link to the phocagalleryslideshow.js file the browser loaded - and verify it's loading the JS file with your edits. (If not, maybe click Firefox's "clear history" and clear *just* the cache)
---------------------
change this in the 'phocagalleryslideshow.js' file.
look for:
var fadebgcolor="white"
and change it as needed:
var fadebgcolor="blue"
or
var fadebgcolor="#e8e8e8"
-----------------------
I did not change any CSS to make it use the fade color.