Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Intermediate images not showing with custom theme  (Read 3006 times)

0 Members and 1 Guest are viewing this topic.

senare

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Intermediate images not showing with custom theme
« on: January 27, 2011, 11:07:20 pm »

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?
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Intermediate images not showing with custom theme
« Reply #1 on: January 28, 2011, 12:00:46 pm »

Open themes/Whislyn/style.css, find
Code: [Select]
.image {
  border: 1px solid #000000;
  background:url(images/loader.gif) no-repeat center;
}
and replace with
Code: [Select]
.image {
  border: 1px solid #000000;
}
Logged

senare

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Intermediate images not showing with custom theme
« Reply #2 on: January 28, 2011, 04:52:30 pm »

Thanks!  That fixed it! :D
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.