hi guys, great theme as always. Question about the gallery options. Currently I see two ways to add a gallery into a page main content area and i have some questions for each.
1. insert default wp gallery.
1a. the theme seems to not allow insertion of default wp gallery? it resizes the images to a small thumb and changing sizes in the wordpress gallery settings for size (where all the themes sizes are available on top of wp sizes) does nothing. I’ve provided a link in the private area to see what i mean.
2. insert shortcode.
2a. when i insert the shortcode, it works fine, but then, what if i want to add an image to the shortcode, or change a setting? I have to go in and start all over? There is no edit option for shortcodes that i can tell. Let me know please.
2b. the images inserted by the shortcode dont align well vertically, some are larger in height than others, is there a way to make the images auto crop so all are same height? I believe wp default gallery does this.
2c. is there really no padding between those images by default or is there something different about my set up?
All help much appreciated!
Bodhi
Hi, i figured out the visual composer gives you access to what i was hoping for in terms of editing and adding galleries.
Wondering about the padding on the gallery thumbs, they touch each other, is that right? I had to put the site under construction so no access unless logged in.
As well, how do we get rid of the white out hover effect? we have no lightbox or links from the images so the hover effect is pointless and confusing, cheers! you rock.
Hey!
Yes, they are meant to touch each other. You can use this CSS to get rid of the white hover effect.
.avia-gallery-thumb a {
opacity: 1 !important;
}
Cheers!
Elliott