Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #741488

    I apologize for staring a new post, but I’m desperate and need help immediately so I can finish my portfolio site. I started a post here… https://kriesi.at/support/topic/masonry-gallery-order-and-sizing/#post-740030, but I haven’t received a follow up.

    I need to figure out how to add photos to a 3-column Masonry Gallery, manually add photos, chose their position and include a link to which page I want them to be directed to (some photos will link to the same page).

    Can anyone help?

    #743606

    Hey allyson3,

    Sorry for the delay, The masonry gallery does not support custom links at the moment. Please give the gallery element a try. You can easily upload individual images and set custom links to each image in it’s caption area by entering the below html snippet.

    <a href="#"> Link Title </a>

    Best regards,
    Vinay

    #743648

    Thanks Vinay, but when I pull up the Gallery to Edit/Add Photos, it is blank and I cannot remove the existing photos set up by the theme, nor can I add additional photos.

    I ended up using the Portfolio Gallery, which works slick… however, I’d love to add space between the elements. Any way to do that?

    Here’s a link… http://allysonwilliamsdesign.com/

    • This reply was modified 7 years, 9 months ago by allyson3. Reason: Forgot link
    #745182

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    To increase or decrease the white space between the thumbnails adjust the value 10px in the below code .

    
    .grid-entry .inner-entry {
        box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 1)!important;
    }

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.