Forum

 
You must be logged in to post Login Register


Register? | Lost Your Password?

Search Forums:


 






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

New Member

posts 2

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 1233

2

Thanks for the tip! Smile

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