Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Phil Ewels

    (@tallphil)

    Hi runlos,

    Usually when you get this error in Chrome devtools it’s because jQuery isn’t present. Can you make sure that it is being loaded properly? Also note that WordPress uses jQuery in noConflict mode with jQuery instead of $, so if you’re doing anything non-standard it could be struggling to find the jQuery namespace. Does that make sense?

    Cheers,

    Phil

    Thread Starter runlos

    (@runlos)

    Hi Phil,

    Thanks for the quick response

    Turns out the theme i’m using, came with a stripped bootstrap.js, without the carousel function. So i replaced it with bootstraps default one, and now it seems to be working as it should ??

    Plugin Author Phil Ewels

    (@tallphil)

    Hooray! Cool, glad you got it working..

    Phil

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Carousel Not working – Showing just first slide’ is closed to new replies.