Carousel Not working – Showing just first slide
-
Hi, i cant seem to get the carousel to function properly. Its stuck on the first slide.
Ive used this exact shortcode in my theme:
<?php echo do_shortcode('[image-carousel]'); ?>
In Chrome DevTools I get an error.
At the 3rd line this message appears: Uncaught TypeError: undefined is not a function<script type="text/javascript"> jQuery(document).ready(function() { jQuery('#cptbc_484').carousel({ interval: 5000 }); }); </script>
The HTML markup looks ok to me, all the slides are there.
What am i doing wrong?I found this earlier post, maybe regarding the same issue?: https://www.ads-software.com/support/topic/cpt-bootstrap-carousel-not-working-showing-just-first-slide?replies=5
https://www.ads-software.com/plugins/cpt-bootstrap-carousel/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Carousel Not working – Showing just first slide’ is closed to new replies.