Title: Caption problem
Last modified: May 19, 2023

---

# Caption problem

 *  Resolved [utopiaarquitetos](https://wordpress.org/support/users/utopiaarquitetos/)
 * (@utopiaarquitetos)
 * [3 years ago](https://wordpress.org/support/topic/caption-problem-2/)
 * Hi,
 * Thank you for your great plugin!
 * Unfortunatly, I am having an issue with captions.
 * I am using generateblocks and generatepress.
   I managed to get it working with
   a custom post type that has an element that dinamically calls each image from
   the custom field of each post.
 * This is my functions php
 *     ```wp-block-code
       add_filter( 'baguettebox_enqueue_assets', function ($load) { return $load ?: is_singular('obras'); } );
       add_filter( 'baguettebox_selector', function() { return '.entry-content'; } ); // needed for lightbox with all images and in cpt too
       ```
   
 * To work, I create a container and give it ‘entry-content’ custom class. And then
   I place images inside.
 * The lighbox works fine. But the caption inside lightbox calls the first image
   of the container. This means I can navigate throughout the images but captions
   are all from the first image.
 * Do you know if I can have captions without a div for each image?
 * Kind regards,
 * Ricardo

Viewing 1 replies (of 1 total)

 *  Plugin Author [Johannes Kinast](https://wordpress.org/support/users/goaroundagain/)
 * (@goaroundagain)
 * [3 years ago](https://wordpress.org/support/topic/caption-problem-2/#post-16770588)
 * Hi [@utopiaarquitetos](https://wordpress.org/support/users/utopiaarquitetos/),
 * could you please send me a link where the issue happens?

Viewing 1 replies (of 1 total)

The topic ‘Caption problem’ is closed to new replies.

 * ![](https://ps.w.org/gallery-block-lightbox/assets/icon.svg?rev=2788519)
 * [Lightbox for Gallery & Image Block](https://wordpress.org/plugins/gallery-block-lightbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gallery-block-lightbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gallery-block-lightbox/)
 * [Active Topics](https://wordpress.org/support/plugin/gallery-block-lightbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gallery-block-lightbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gallery-block-lightbox/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Johannes Kinast](https://wordpress.org/support/users/goaroundagain/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/caption-problem-2/#post-16770588)
 * Status: resolved