Home Forums WoodMart support forum Latest WPBakery Page Builder Breaks Infinite Scrolling

Latest WPBakery Page Builder Breaks Infinite Scrolling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #124752

    newsprince
    Participant

    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.

    #124808

    Artem Temos
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)