Tagged: 

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

    Hi

    a problem with a masonry gallery on iPhone. When you open this page, scroll to the gallery, it does not show. Why is that ?

    #784301

    Hey nordtheme,

    Thank you for using Enfold.

    It works fine on my iPod Touch which is basically the same as an iPhone. Could you please provide a screenshot of the issue? And update the theme to the latest version, 4.0.5.

    Best regards,
    Ismael

    #784354

    Hey Ismael,

    thanks for your reply. the bug is a little like when you open the gallery in large, the image does not show (CSS trick I’v been given by your team to remove photo animation).

    I open the page, the gallery does not show. I leave Safari and then come back and they are here… I guess it’s the same kind of problem, due the the animation
    screenshot is here

    • This reply was modified 7 years, 6 months ago by nordtheme.
    #785570

    Hi,

    Thank you for the info. And I’m sorry for the late response.

    Please add this code in the Quick CSS field.

    .av-masonry-entry {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none;
        animation: none;
    }

    Best regards,
    Ismael

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