• Resolved pixelriffic

    (@pixelriffic)


    I may have imagined this, but at one point, I thought I remembered WP showing captions in the gallery grid display. I do see the captions in edit mode, but not on the page. I switched to 2014 just to see if it was my theme. To complicate this, the theme I am using breaks the alt text popup as well.

    For example:

    https://austinstereo.com/vintage-audio/receivers

Viewing 3 replies - 1 through 3 (of 3 total)
  • There’s a CSS style in your theme hiding captions (/arcade-basic/style.css line 7570):

    .gallery-item .gallery-caption {
      display: none;
    }

    If you override that w/ a display: block; the captions will display; like maybe using Appearance> Custom CSS, if the theme offers that (or using Appearance>Edit CSS w/ Jetpack). If you need to increase the CSS specificity, this should do it:
    .gallery-item wp-caption-text.gallery-caption

    Thread Starter pixelriffic

    (@pixelriffic)

    Thanks so much hearvox. That did the trick!

    Hey, @pixelriffic, please mark this topic as resolved (if indeed it is resolved): Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Captions not showing in gallery grid?’ is closed to new replies.