Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #436453

    Hi!
    First of, I LOVE your theme, great work!
    Second, I read your thread on the themeforest page about editing the css file to disable the masonry gallery animation but I could not find where to edit in the editor (new-ish to the editor). I am currently using the Enfold Child theme but clicked to edit the parent css style sheet but saw no shortcode styling option to edit the css. Can you please give me detailed direction how to edit this/ and or another work around to disable the portfolio and gallery masonry load in?
    Thanks a bunch!

    #436842

    Hey sophiamavrides!

    Thank you for choosing Enfold and welcome to our forum :)

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
      -webkit-animation: none;
      animation: none;
    }

    Best regards,
    Yigit

    #437144

    Hi!
    Thank you for this but it seems it still is not loading until i scroll down the page with that css- only now when it does load it doesn’t have a nice animation. I was hoping it would just look as an image already on screen – please take a look at the dev site homepage here:
    http://2ea.8f2.myftpupload.com/

    any other work around to fix it so the clients show up immediately upon loading?

    Thanks!!

    #437147

    also, how can I add more google fonts to your site~ i see it is limited.

    Thanks in advance for your help~
    Sophia

    #437738

    Hey Sophia!

    It does work fine on my end. Can you please flush browser cache and refresh your page a few times? If that does not help, please post a screenshot/screencast and show the changes you would like to make.

    Please see – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Cheers!
    Yigit

    #440029

    Hi,
    your code here:
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    -webkit-animation: none;
    animation: none;
    }

    helped to take out the animation but it still does not load immediately on the front/homepage, the gallery only loads when you start to scroll, so it looks like a big blank hole in the page- is there a way to have the images under the “happy clients” masonry to load immediately upon loading vs scrolling?
    YOU CAN VIEW HERE:
    http://2ea.8f2.myftpupload.com/
    I cleared my cache too but that did not do the trick.

    Thanks in advance for your help~
    Sophia

    #440833

    Hey!

    Replace the code with this:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    -webkit-animation: none;
    animation: none;
    }
    
    .avia_desktop .av-hover-overlay-active .av-masonry-image-container {
      opacity: 1;
    }

    Remove browser cache then reload the page.

    Best regards,
    Ismael

    #457491

    Hi, I tried the code, too – but it still only loads when you scroll to the area – I have the same issue where it looks like the page is blank – and people aren’t always so smart to know stuff’s there ; ) BUT! this theme is really fantastic – much thanks for the updates and for the excellent support!

    #457627

    Hi @mediumstudio!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #457881
    This reply has been marked as private.
    #460495

    Is it solved?
    what was the solution?

    #462378

    Hi!

    The masonry items loads without animating when I checked the home page. Please remove browser cache before testing the page.


    @hotspot
    : You can use the solution provided above.

    Regards,
    Ismael

    #514034

    I too have placed the suggested code in the Quick CSS area and I am getting the same results as the others are.
    The gallery will not load until you scroll down to it. I even launched different browsers (Firefox and Chrome).

    What happens is that true you do not get the animation/sfx but the gallery loads as if the animation is being applied, even when you select the reload page button. Each item loads one at a time and in my case where I have several galleries on a page, the gallery will only load when you scroll down to it.

    Regards,

    David

    #514035

    Hi all,

    I think I found some code on another thread here that works.

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }

    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Let me know if it work for you sophiamavrides.

    Regards,

    David

    #514049

    @ballrd – works! exactly what i was looking for – much thanks!

    #514052

    oh – Moderators – you guys still rock! – maybe the issue wasn’t explained well? love the theme – the Avia Layout Builder is so smooth and easy to use! – Support is always the best. Thanks! Great community here of code users/editors, too!

    #514053

    Hey!

    Glad it got shorted!
    Please do let us know if you have any other questions we can help with!

    Cheers!
    Basilis

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘How can I disable the masonary gallery + portfolio animation?’ is closed to new replies.