Quantcast
Channel: forum.coppermine-gallery.net
Viewing all articles
Browse latest Browse all 9513

Re: How to integrate Free Wall jQuery plugin into Coppermine's gallery?

$
0
0
Caption on users hover over the image:

Open theme.php and in $template_thumbnail_view function

replace:

Code: [Select]
{CAPTION}
with:

Code: [Select]
<div class="Caption">{CAPTION}</div>

Add to style.css:

[code]
thumbnails .Caption {
    display: none;
}...

Viewing all articles
Browse latest Browse all 9513

Trending Articles