Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #979592

    Hi Team,

    The Masonry tiles shake “violently” when I use “Load More” function. It started happening since the last update.

    I’ve disabled all the plugins on my site but sadly, the problem persisted.

    You can recreate the problem by visiting this link:

    https://www.ethissa.com.my/parenting-magazine/

    Just click the “Load More” using desktop and it shakes during each load. Works fine on mobile devices.

    Would appreciate any input on this. Login provided below.

    Thanks in advance!

    Best regards,
    Eric.

    #980014

    Hey Eric!

    Thanks for the update.

    This thread should help.

    // https://kriesi.at/support/topic/masonry-element-flickering-on-load-more/#post-969885

    The loading icon causes a scrollbar to display intermittently on item load so hiding it should fix the issue.

    Best regards,
    Ismael

    #980418

    Hi Ismael,

    I’ve used the custom CSS you provided on the other thread.

    .avia_loading_icon {
        display: none !important;
    }}

    Flushed the cache, used incognito mode and even turned off the cache, it didn’t work, unfortunately.

    Best regards,
    Eric.

    #981579

    Hi,

    There’s an extra curly brace in the css code. Please remove that.

    .avia_loading_icon {
        display: none !important;
    }

    Best regards,
    Ismael

    #982501

    Hi Ismael,

    Ah, great! It’s working now.

    Thanks for the help.

    You may close this topic now.

    Best regards,
    Eric.

    #982550

    Hi Eric,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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