I use Lightbox 2 (6.x-1.11) with Views Gallery.
In the Lightbox2 'Layout Settings' under the 'General' Tab I activated 'Show Image Caption' to display the title of the image I uploaded to a certain Gallery (made with Views Gallery).

The code I get in the HTML looks good to me > ....rel="lightbox[field_gallery_image][tafel 01

View Image Details - Download Original]" class="imagefield imagefield-lightbox2 imagefield-lightbox2-tiny imagefield-field_gallery_image imagecache imagecache-field_gallery_image imagecache-tiny imagecache-field_gallery_image-tiny">....

In the HTML it shows the rel="lightbox" + [field_gallery_image] + the TITLE [tafel 01......]

BUT: when the thumb in the gallery-block is clicked, the image opens up in Lightbox2, but there is NO title visible whatsoever!

What could I have done wrong here?

Any help would be very much appreciated.

Comments

Spruitje’s picture

Anybody? Please?

Patroclas’s picture

Could you be confusing the Title of the image node with the html "title" attribute? They are not the same.

Spruitje’s picture

That does not seem to be the case... since in the code of the page the Title ('tafel 01')is already there between the second pair of brackets [] (the first brackets is the actual image).

rel="lightbox[field_gallery_image][tafel 01....]

But it is simply not showing up in the lightbox2.

Is there possibly a way to accomplish this in Views-settings for this page, I tried a lot without result..

Any further help would be appreciated.

Spruitje’s picture

I found the solution here > http://drupal.org/node/971754

A BIG thank you! to carloslp

Ankit43’s picture

Can you please let me know how to show caption image [title] in light box popup image?