Yes you can do it, it just requires a little tweak in the file lightbox.php you find inside the plugin folder.
At line 164 change from:
if ($gallery_type == 'lightbox_labeled') { // Add labels
$gall .= '<dd class="wp-caption-text gallery-caption">'.$thumb[5].'</dd>';
}
to:
if (FALSE && $gallery_type == 'lightbox_labeled') { // Add labels
$gall .= '<dd class="wp-caption-text gallery-caption">'.$thumb[5].'</dd>';
}
and the labels are gone in the thumbnails.
If you’re there, you can also tweak the lines 146+147 to remove that “Image #” label (see previous post).
Don’t worry about the donation, a 5 star review will be more than enough. ??
If you find it difficult, send me an email at info (at) simplestgallery (dot) com and we see how to manage it.
-
This reply was modified 4 years, 5 months ago by cleoni.