Carousel Won’t Load
-
Hi,
I have added:
add_filter('carousel_slider_load_scripts', 'carousel_slider_load_scripts'); function carousel_slider_load_scripts( $load_scripts ) { return true; }to the end of my functions.php, and
<section id="pats"> <div class="container"> <div class="row"> <div class="col-sm-12"> <?php echo do_shortcode("[carousel_slide id='17']") ?> </div> </div> </div> </section>to my theme, but the carousel will not load. When I inspect the element on the page, I can see the html, but the page section is blank. I can see that
<script type=”text/javascript” src=”http://192.168.100.4/flquilts/wp-content/plugins/carousel-slider/assets/js/vendors/owl.carousel.min.js?ver=2.2.0″></script>
and
<script src=”//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js”></script>
show when I inspect the page and there are no errors. Any idea what I may be missing?
Thank you
DaveThe page I need help with: [log in to see the link]
The topic ‘Carousel Won’t Load’ is closed to new replies.