Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #236006

    Hi, I’ve created a masonry gallery and a few images that are of greater than 16:9 ratio to get large images. They seem to have a knock-on effect in safari.

    Am I doing something incorrectly, can you help?
    http://christianmacleod.com/dev/shop-collection-grid/

    Thanks
    Steven

    #236699

    Hi Steven!

    Your site looks exactly the same in Chrome and Safari for me, can you post a screenshot of your view? also what version of Safari are you using?

    Regards,
    Josue

    #236803
    This reply has been marked as private.
    #237162

    Hi!

    Try updating to the latest version of Enfold (2.6.1).

    Cheers!
    Josue

    #237177

    How will that effect the child theme I have installed?

    #237179

    It won’t, just update the parent one.

    Regards,
    Josue

    #237813

    Hi, I am now running the latest version but there are still some gaps at various display and browser sizes:
    1024 wide Safari, 1600 wide Safari, 1920 wide Chrome. I can send more image links if you require.
    http://christianmacleod.com/dev/shop-collection-grid/
    Thanks
    Steven

    #238976

    Hey!

    I’ve asked Kriesi to look into this as I’m getting it not only on Safari now but others as well.

    Best regards,
    Devin

    #239553

    Hey! Gaps can happen for 2 reasons:

    1.) If multiple larger elements are located near each other there might be no small element to fill a gap. This can be fixed by spreading out the large elements

    2.) The elements get their width by a % of the screen, however the isotope script (a 3rd party script that calculates the positions) )works with fixed pixel values. Unfortunately with the current version of the isotope script rounding error occur now and then and we need to wait for the new updated version of the script to fix the issue

    Right now the only way to solve the problem would be to use the grid that sets all elements to the same grid size, but the next version of the isotope library is already in beta so I hope to add it to the theme soon :)
    Cheers!
    Kriesi

    #240037

    Hi Kriesi, thanks for the response on the masonry gallery. I hope the script update can fix the issue, in the meantime we will go with another solution.

    Since the theme update the images now ‘flip’ into place, how do I stop this and how can I make the background colour black?

    Thanks again
    Steven

    #241099

    Hi!

    Can you post a link to the page where the images ‘flip’ into place? I’m not sure what you mean with “flip into place”. You can change the background color of the masonry elements with:

    
    #top .av-inner-masonry.main_color{
    background-color: #000000;
    }
    

    Cheers!
    Peter

    #241124

    Thanks, Peter – http://christianmacleod.com/dev/shop-collection/

    Although, now I’ve changed the background of the gallery and the elements to black you can’t see them flip.

    Is there a way to make them fade in and how can I stop the elements enlarging on mouse over.

    Thanks
    Steven

    #243194

    Hi!

    1) I can’t reproduce this “flip” but I’ll mark it for Kriesi – maybe he can reproduce it on a Mac and knows what causes this issue.

    2) To remove the mouse hover effect insert this code into the quick css field:

    
    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    }
    

    Regards,
    Peter

    #245804

    Hello,

    I tried to add a massonary images and i selected just some pictures and my bug is that all my pictures are displayed

    MY SETTINGS

    http://www.sjm-paris11.fr/fauteuil/voltaire/

    #246394

    Hi!

    Please create a new thread. This question is unrelated to the topic.

    Best regards,
    Peter

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