Forum

Please make sure that you have read the documentation and extensive resources provided on this site before posting your question!

Dynamic Content Gallery Resources

DCG Version 4.0 beta is now available for download and testing. This is a development version and not recommended for live sites. Read more here.

Note that the current stable release of the DCG is version 3.3.5.

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






Minimum search word length is 3 characters – Maximum search word length is 84 characters
Wildcard Usage:
*  matches any number of characters    %  matches exactly one character

loading bar no displaying just black screen

closed
UserPost

3:47 pm
January 12, 2010


sguser

Guest

1

If you experience this problem, in jd.gallery.css modify 

.jdGallery .slideElement
{
    background-image: url('img/loading-bar-black.gif');
}

to this..

.jdGallery .slideElement
{
    background: url('img/loading-bar-black.gif');
}

12:53 pm
January 17, 2010


Ade

Admin

posts 2378

2

Thanks for the tip! Smile

Dynamic Content Gallery: Have you read the Configuration Guide and FAQ?