[Resolved] Fade In Effect for Archive Pages?

Home Forums Support [Resolved] Fade In Effect for Archive Pages?

Home Forums Support Fade In Effect for Archive Pages?

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

    So, I have been able to disable Beaver Themer’s control of archive layouts. Using all GPP for archive pages now. But it seems there is a Fade In effect on pageload. Is this right? How do I disable this? Added private URL.

    #1659501
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    add_filter( 'generate_blog_masonry_init', function( $args ) {
        $args['visibleStyle'] = false;
        $args['hiddenStyle'] = false;
    
        return $args;
    } );

    Let me know ๐Ÿ™‚

    #1659619
    Ian

    Hey Tom, thanks! That worked. I am half in on Fade In’s. Using it on a few sites but some sites are super fast loading and I want to show case it! Warmed up the cache and pages load quick now. Appreciate it!

    #1660755
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! ๐Ÿ™‚

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