Page 2 of 2

Re: Phoca Gallery Slideshow css?

Posted: 29 May 2011, 12:03
by IT Consulent.be
What is the URL of the website?
ThanI can take a look.

Regards Sven

Re: Phoca Gallery Slideshow css?

Posted: 29 May 2011, 15:56
by DevByStarlight
I believe phocagalleryslideshow is not available for J1.6 yet.

Re: Phoca Gallery Slideshow css?

Posted: 29 May 2011, 16:10
by DevByStarlight
IT Consulent.be wrote:What is the URL of the website?
ThanI can take a look.

Regards Sven
The following steps worked for me.

---------------------
change this in the 'phocagalleryslideshow.js' file.

look for:

var fadebgcolor="white"

and change it as needed:

var fadebgcolor="blue"
or
var fadebgcolor="#e8e8e8"
-----------------------
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)

I did not change any CSS to make it use the fade color.