Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Medium sized images timing out after clicking thumbs, but fine in slideshow?  (Read 3067 times)

0 Members and 1 Guest are viewing this topic.

solipsism

  • Coppermine newbie
  • Offline Offline
  • Posts: 13

http://createspacestore.info/coppermine/

I am using the verwischt_giallo theme. I only modified it by adding one row of images in the theme table, so it shouldn't affect anything else.

I have never had this problem before. I click on the thumbnails and it opens the medium sized page, but the loading arrow just keeps spinning. The medium size never loads. The background code is there because I can click on the general area of the image and it forwards to the full sized image. Alterntively If I click on slideshow, the medium size images show up fine.

I tried going back to the other default themes and medium works.

The only changes I made in the template.html file were adding a row to show the logo images, otherwise it is entirely as downloaded.
----------
 <tr>
    <td width="100%" colspan="2"  style="background-color: #000000;" height="120"><a href="http://www.createspacestore.info"><img src="themes/verwischt_giallo/images/createspacestoreinfo_logo_yellowtext.png" style="float: left;" height="120"></a>
   
<a href="http://www.machinesandmagic.com"><img src="themes/verwischt_giallo/images/createspacestoreinfo_MachinesAndMagicAd.png" style="float: right;" height="120"></a>

</td>
  </tr>
---------

Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764

You have 2 options:
1) Disable the transparent overlay in config
2) Remove the loader image from the image class in style.css:
Quote
.image {
    border:0px #cccccc solid;
    margin-top:4px;
    margin-bottom:4px;
    margin-right:15px;
    margin-left: 15px;
    /* filter:progid:dximagetransform.microsoft.shadow(color=#000000,direction=135,strength=6); */
    margin: 2px;
    background:url(images/loader.gif) no-repeat center;
}
Logged

solipsism

  • Coppermine newbie
  • Offline Offline
  • Posts: 13

turning off the transparency worked (haven't tried the other option)

----
do you know if other themes have this quirk?
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764

All themes that have this loader image will break images if the transparent overlay is enabled. But you can simply delete that line from the css file as suggested.
Logged

solipsism

  • Coppermine newbie
  • Offline Offline
  • Posts: 13

Thanks.

Closed
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.