In this document:
Introduction
Simply Schedule Appointments purposely disables lazy loading in the plugin. We had multiple encounters where caching plugins using lazy load would slow down SSA or even alter the height.
But, if you notice that the plugin is acting strangely (jumping or scrolling issues on the pages you’re displaying SSA), you can try the following solution.
If this doesn’t fix your scrolling issue, please contact our support team and remove this filter.
Enabling Lazy Loading in SSA
To enable lazy loading, you’ll need to add this filter to your site.
add_filter( 'ssa/performance/lazy_load', '__return_true' );
We have another guide that shows you how to add this filter to your functions.php file or the Code Snippets plugin.
Related Guides
-
Content Can’t Be Loaded Error
-
Plugin Support Tools
-
Support Policy
-
Admin App or Booking App Never Loads