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: Thumbnails effect?  (Read 9676 times)

0 Members and 1 Guest are viewing this topic.

eeviiitaa

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Thumbnails effect?
« on: February 06, 2010, 05:33:31 am »

Hi! two months ago, I've viewed one pretty light effect at the thumbnails from one gallery. This gallery is powered by coppermine. The question is...how to make this effect?

The gallery is this:   http://www.vanessa-hudgens.org/photos/index.php

I've searched in ALL the forum, but I don't find anything like this.

Sorry for my bad english, I'm spanish, and I 've questioned in the Spanish Support Forum two months ago. If you have any idea from this, good, tell me please.

Logged

papukaija

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: 00
  • Offline Offline
  • Posts: 333
Re: Thumbnails effect?
« Reply #1 on: February 06, 2010, 10:24:51 am »

The gallery uses a custom theme which seems to have some css to do the effect.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Thumbnails effect?
« Reply #2 on: February 06, 2010, 05:33:11 pm »

The effect is based on
Code: [Select]
.picthumb span {
background: url(images/thumbtop.png) no-repeat;
position: absolute;
width: 80px;
height: 55px;
top: 6px;
left: 6px;
display: block;
}
defined in http://www.vanessa-hudgens.org/photos/themes/rockstar/style.css
The image for the transparent effect is http://www.vanessa-hudgens.org/photos/themes/rockstar/images/thumbtop.png - I have attached it. You don't need particular Coppermine skills to figure all that out.
Logged

eeviiitaa

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Thumbnails effect?
« Reply #3 on: July 31, 2010, 08:42:02 pm »

Sorry for not reply. Now i've visited the photo gallery of vannesa, I know is did with css this effect but...in her gallery when an thumbnail picture has a hiperlink, appears after the <a href="blablabla"> an <span>, and this span plus the css does that, the thumbnail crystal effect.

example:

<div class="picthumb"><a href="thumbnails.php?album=1383"><span></span><img src="albums/candids/2010/0729LunchdateinHollywoodwithZac/thumb_016.jpg" class="image" width="70" height="80" border="0" alt="016.jpg" title="Fichero: 016.jpg
Tamaño: 1489KB
Dimensiones: 2400x3300
Fecha de alta: 31 de Jul de 2010"/></a></div>

But in my gallery THIS DOESN'T EXIST.

I want know how to put this on my gallery.

Have I to put something in the theme.php? or another archive? or in what archive? what i have to put? how i have to do?
Logged

eeviiitaa

  • Coppermine newbie
  • Offline Offline
  • Posts: 14
Re: Thumbnails effect?
« Reply #4 on: August 01, 2010, 05:22:52 am »

an friend said me how to do this an hour ago. Thanks anyway.
Logged
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.