Home › Forums › WoodMart support forum › Issues with WoodMart Elements in Visual Composer › Reply To: Issues with WoodMart Elements in Visual Composer
June 5, 2019 at 2:49 pm
#127288
Elise Noromit
Member
Hello,
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 );
We shall fix this issue in our nearest update.
Regards