Uncaught TypeError: jQuery(…).b29_carousel is not a function
-
Having a lot of trouble with this premium plugin. Js not loading, css all bogged up. Please help me fix this.
See https://santajet.nl/wpcproduct/bakjes-gips-ovaal/ for a demo of how it’s not working.
jQuery(‘#wpc_my_carousel’).b29_carousel({}) is called before it is declared, use document ready or the more modern shorthand:
(function($) {
// Shorthand for $( document ).ready()
$(function()
{
// code here
}
}Still css looks wrong.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Uncaught TypeError: jQuery(…).b29_carousel is not a function’ is closed to new replies.