I was wondering how to enable the name under the thumbnails in the albums, so you would know which one you were clicking on. I've seen it done in some other galleries but can not for the life of me find out how. Any help is greatly appreciated.
This fucntion didn't work, I don't understand why, can someone help me. Here below is my script.
<?php plogger_get_header(); ?>
<div id="thumbnail-container" class="clearfix">
<?php if (plogger_has_pictures()) : ?>
<ul class="slides clearfix">
<?php while(plogger_has_pictures()) : ?>
<?php plogger_load_picture(); // set variables for the album $capt = plogger_get_picture_caption(); // find thumbnail width $thumb_info = plogger_get_thumbnail_info(); $thumb_width = $thumb_info[0]; // The width of the image. It is integer data type. $thumb_height = $thumb_info[1]; // The height of the image. It is an integer data type. ?>
Problem solved, i make changes in the wrong script (plogger\themes\Air\album.php) but you have to use plogger\themes\default\highslde.php and change all the description things into caption things.