Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #194793

    Hi, thanks for adding the masonry option to Enfold, it’s a fantastic improvement. I have one problem, though: using the boxed layout/ 1030px width/’perfect automatic masonry’ option, I can’t have two images in the same row (1/2 row each image) but the images in the same column. I have tried a lot of possibilities (bigger/smaller images, different masonry options…) with no success. It only works with the stretched layout.

    Any clues?
    thanks!

    #195057

    Hi Antonia!

    It works properly on our end. Can you please post the link to the website? And to be clear, please post a screenshot of the issue.

    Best regards,
    Ismael

    #195548

    Thanks Ismael,
    here is a screenshot illustrating the problem:
    http://cordltx.org/gallery.png

    -first row, images 1000 x 462
    Flexible Masonry
    -second row, images 1000 x 462
    Perfect Automatic Masonry
    -third row, images 705 X 256
    Flexible Masonry
    -fourth row, images 705 X 256
    Perfect Automatic Masonry

    I’m using the boxed layout, 1030px width
    thanks again,
    Antonia

    #195663

    Hi!

    I’m sorry but I can’t reproduce the issue on my end using the Perfect Automatic Masonry and Boxed Layout 1030px width. Can you please give us the link to the actual page?

    Regards,
    Ismael

    #195799

    Hi Ismael, yes, it’s here
    thank you very much for your help
    http://dev.mat3rial.com/goingpublic/

    best,
    Antonia

    #197198

    Hi,

    Can you create an administrator account and post it here as a private reply?

    Regards,
    Josue

    #198719
    This reply has been marked as private.
    #198841

    Hey!

    It is working properly when I tested it on your end. I created a Test page and follow the same options you mentioned above. This is the page: http://dev.mat3rial.com/goingpublic/test-2/

    Regards,
    Ismael

    #199040
    This reply has been marked as private.
    #199517

    Hi!

    I’m not sure there is anything we can do to change that. The script needs to have some flexibility with images and how it re-sizes and sorts them. If you just want the two static images in the same row consistently your best route would be to just hard code it into a text widget’s text tab with html.

    Best regards,
    Devin

    #199527

    Hi Devin, thanks, I’ll follow your advice.
    Thanks for your time.

    #199531

    Well, actually that’s not a good solution. What about responsiveness?

    #199533

    the question is: why it works full width but not with the boxed layout?

    #199555

    I got it!
    .av-masonry-entry.av-landscape-img{
    width:49.70%;
    }

    instead of
    .av-masonry-entry.av-landscape-img{
    width:49.80%;
    }

    thanks!

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘width images masonry gallery’ is closed to new replies.