Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #739933

    Dude’s solution works but modifying the core theme code has a risk of being overwritten by updates. I recommend creating a child theme to make your modifications. You can access the function from there.

    // Add this to an enqueued JS file in your child theme
    (function($){
    var gallery = $(‘.avia-gallery’).avia_sc_gallery();
    gallery.trigger(‘avia_start_animation’);
    })(jQuery);

    #739986

    Hey betaphase!

    We will move the code there, thanks a lot for your suggedtion!

    Best regards,
    Basilis

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Solved: "Gallery images faded until scroll"’ is closed to new replies.