• Resolved hehafner

    (@hehafner)


    I just installed your WP jQuery Lightbox today. I’m using WP Gallery to set my images on the page. All images have a title tag, alt tag, and caption. You can see the captions in the gallery layout, but when I click the images to the bigger image, neither the title, alt, nor caption appear. I’ve looked at your FAQs and am not able to figure out what to do next. The page is here. Can you please advise?

    Thank you.

    https://www.ads-software.com/plugins/wp-jquery-lightbox/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your clearfix class breaks the Lightbox. Look in your “css.css”, for this rule:

    .clearfix {
    	content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
    }

    height 0 and visibility hidden = no caption, no image data. Removing those two lines restores the lightbox.

    Thread Starter hehafner

    (@hehafner)

    I see that this does work. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Caption does not show up’ is closed to new replies.