Intermediate images not showing with custom theme Intermediate images not showing with custom theme
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Intermediate images not showing with custom theme

Started by senare, January 27, 2011, 11:07:20 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

senare

CPG version: 1.5.12
Theme: Timoswelt

Hi!  I've gone through the threads and can't find what I'm looking for.  The gallery is at http://whislyn.bardicweb.com  I can switch it to any other theme and everything works.  However when I use the altered version of timoswelt (altered being I've changed the colours used and that's it so the only thing changed is the name of the theme and the hex codes) the intermediate images do not show.  What shows is the 'busy icon'.  If the image is larger you can click on it and then image will pop up and you can see the images in the slide show but other wise you don't see anything.  What am I doing wrong?

ΑndrĂ©

Open themes/Whislyn/style.css, find
.image {
  border: 1px solid #000000;
  background:url(images/loader.gif) no-repeat center;
}

and replace with
.image {
  border: 1px solid #000000;
}

senare