Title: Lightbox Captions
Last modified: July 7, 2019

---

# Lightbox Captions

 *  Resolved [amedicidesign](https://wordpress.org/support/users/amedicidesign/)
 * (@amedicidesign)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/lightbox-captions-2/)
 * Hi I love your plugin! But I cant seem to find out how to show my captions or
   descriptions along with the title in the lightbox. Is this possible?
 * Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [arisoft](https://wordpress.org/support/users/arisoft/)
 * (@arisoft)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/lightbox-captions-2/#post-11711850)
 * Hi
 * Do you use a gallery plugin which generates images with titles and descriptions?
   Is it possible to see a sample page?
 *  Thread Starter [amedicidesign](https://wordpress.org/support/users/amedicidesign/)
 * (@amedicidesign)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/lightbox-captions-2/#post-11712847)
 * [example](https://frassinoro-families.com/documents/gallery/city-directories2/)
 * Notice the captions on some of the images. Some are too long to show but when
   the lightbox opens, it doesnt show any captions. I am using Foo Gallery.
    -  This reply was modified 6 years, 10 months ago by [amedicidesign](https://wordpress.org/support/users/amedicidesign/).
 *  Plugin Author [arisoft](https://wordpress.org/support/users/arisoft/)
 * (@arisoft)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/lightbox-captions-2/#post-11730074)
 * Open “ARI Fancy Lightbox -> Advanced” page and populate “Custom JS code” parameter
   with the following code:
 * `$('.fg-item A').each(function() { var $el = $(this), title = [$el.attr('data-
   caption-title'), $el.attr('data-caption-desc')].filter((title) => title && title.
   length > 0);$el.data('caption', title.join('<br>')); });`

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Lightbox Captions’ is closed to new replies.

 * ![](https://ps.w.org/ari-fancy-lightbox/assets/icon-256x256.png?rev=1580843)
 * [ARI Fancy Lightbox - Popup for WordPress](https://wordpress.org/plugins/ari-fancy-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ari-fancy-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ari-fancy-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/ari-fancy-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ari-fancy-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ari-fancy-lightbox/reviews/)

## Tags

 * [captions](https://wordpress.org/support/topic-tag/captions/)
 * [descriptions](https://wordpress.org/support/topic-tag/descriptions/)

 * 3 replies
 * 2 participants
 * Last reply from: [arisoft](https://wordpress.org/support/users/arisoft/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/lightbox-captions-2/#post-11730074)
 * Status: resolved