Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #260744

    Hi,

    I just switched to Enfold as a theme and all of my beautiful, simple galleries now look very poor. Previously I only used the default WP settings and they displayed fine.

    How do I get my Captions back? and increase the size of the images and margins?

    Thanks for any help!

    #260793

    Hi swantonschool!

    Please post a link to your gallery page and we’ll check why the captions don’t work.

    Cheers!
    Peter

    #260798

    Thank you Peter :) I probably should have done that the first time!

    http://www.swantonschool.org/find-a-staff-member/

    #261068

    Hey!

    Thank you for the link!

    Unfortunately, you might need to redo the whole gallery because the theme overrides the default gallery styling. Use the Gallery element under the Media Elements panel when using the Advance Layout Builder or use the shortcode wand. If you want to use the default wp caption, add this on Quick CSS or custom.css:

    #top .gallery-caption {
    display: block;
    }
    
    #top .gallery .gallery-item {
    width: 80px;
    height: 150px;
    overflow: visible;
    }

    Regards,
    Ismael

    #261318

    Thanks Ismael! The code worked great. It unfortunate that the defaults are overridden though, perhaps it should be an option to override them as I’m sure this could cause a lot of unnecessary problems when folks switch to this theme.

    Thanks again for the help!

    Rusti

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Gallery Not Showing Captions and Has Poor Presentation’ is closed to new replies.