• Hi,
    I am using Lightbox 2.0.4 (Lightbox 2 WP plugin 1.8.2 by Lokesh Dhakar) to show the pictures with NextGEN Gallery 1.0.1. When stepping through a gallery the title of the last picture that had a title is displayed for pictures that do not have a title. Instead it should not display a title then.

    I added a space for the title if no title is given in gallery.php, line 42:

    <a href="<?php echo $image->imageURL ?>" title="<?php echo ($image->description) ? $image->description : ' ' ?>" <?php echo $image->thumbcode ?> >

    This seems to solve the problem.

    Jens

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘[Plugin: NextGEN Gallery] Image title with lightbox efect bug?’ is closed to new replies.