Latest WPBakery Page Builder Breaks Infinite Scrolling
-
Latest version of WPBakery Page Builder 6.0.2 breaks infinite scrolling on shop page.
We had to revert back to version 5.7. Please check it before you release the next theme update, maybe it breaks other code too with your theme.
Thanks.
Hi,
Try to add the following PHP code snippet to the child theme functions.php file to fix this http://prntscr.com/nr8vh5
wp_enqueue_script( 'woodmart-waypoint', 'https://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.2/waypoints.min.js', array( 'jquery' ), woodmart_get_theme_info( 'Version' ), true );
Regards