Beaver Builder, FacetWP, and Infinite Scroll
For some reason, FacetWP doesn’t support infinite scroll when paired with the Posts module in Beaver Builder. However, working with some code from GitHub, I was able to modify it to work with Beaver Builder. Here is the code: (function( $ ) { ‘use-strict’; var throttleTimer = null; var throttleDelay = 100; $(function() { var […]
Beaver Builder, FacetWP, and Infinite Scroll Read More »