[Plugin: WP Carousel] Carousel Not Scrolling
-
Hello,
I have installed WP Carousel on my site – https://thegreenstudent.ca/
I am having trouble getting the carousel to scroll to the next set of pages. I have added 8 pages to the carousel but it seems to be stuck on the first 4.
I followed these instructions from the Sumolari.com Forum:
Indeed, it is a Javascript problem: no JS file is loaded in the carousel (not added the necessary line to load the file browser) and therefore does not start the carousel.
The error occurs because you use the theme that there is no function call wp_footer in the footer.php file. Add before </ body> the following code and see how it works:
<?php wp_footer (); ?>
and this removed the ugly scroll-bars that were showing up but still no carousel action.
Please help!!
Thank you.
- The topic ‘[Plugin: WP Carousel] Carousel Not Scrolling’ is closed to new replies.