• Resolved colzzky

    (@colzzky)


    Hi Above The Fold Team,

    Just want to ask, How can I turn off above the fold on certain pages on my website? I have a page that breaks down when optimized by above the fold.. its a custom page that I built myself..

    Regards,
    Colin
    colzzky.com

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • There’s probably a specific script you’ll want to either ignore or disable async. Standard debugging stuff, disable options in ABTF until the page works again and find what setting broke something. It’s probably Javascript related, issues I’ve had with the plugin always are; js is just real easy to break, but it’s really worth it to optimize.

    Plugin Author optimalisatie

    (@optimalisatie)

    Hi Colin,

    Our apologies for the late reply. It is possible to disable the plugin conditionally by defining DONOTABTF in functions.php.

    Example:

    
    <?php
    define('DONOTABTF', true);
    

    I had a similar issue trying to get Beaver Builder to work for a client – my fix is available on GitHub – https://github.com/WebWiseWales/atfo-bb-compatibility – I hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Turn Off Above The Fold On Certain Pages Only’ is closed to new replies.