jQuery error prevents images from displaying
-
Greetings, we are having a strange issue with the plugin. The Before-After images do not display at all on the front end and we are seeing this error in the console:
TypeError: jQuery(this).wbebaic_isInViewport is not a function. (In ‘jQuery(this).wbebaic_isInViewport()’, ‘jQuery(this).wbebaic_isInViewport’ is undefined)
The error is generated by some code in the main.js file:
jQuery(window).on('scroll', function() { jQuery('.wb_ebais_twentytwenty_container').each(function(){ if (jQuery(this).wbebaic_isInViewport()) { jQuery(window).trigger('resize'); } }); });
Please advise
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘jQuery error prevents images from displaying’ is closed to new replies.