"Infinit scrolling" does not work
-
Hello,
Thank you very much for choosing our theme and for contacting us.
Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, if the problem remains, leave the plugins not activated and provide the site admin access to the private area
Best Regards
@Tahir UYANIK
The problem is because latest Visual Composer has an incompatibility with Woodmart theme.
See this post to apply the fix
https://xtemos.com/forums/topic/latest-wpbakery-page-builder-breaks-infinite-scrolling/
They will fix it in the nearest update.
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