• Sander

    (@sander-falise)


    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)
  • Thread Starter Sander

    (@sander-falise)

    And now in the correct format:

    WordPress version: 4.7.3–nl_NL
    Plugin version: 1.4.7
    Link to my site https://santajet.nl/wpcproduct/bakjes-gips-ovaal/

    I expected the plugin to do this:

    Show slideshow / gallery on top of product, no js errors

    Instead it did this:

    Just one small image, js errors

    Here’s what I’ve tried so far:

Viewing 1 replies (of 1 total)
  • The topic ‘Uncaught TypeError: jQuery(…).b29_carousel is not a function’ is closed to new replies.