Title: Javascript
Last modified: August 21, 2016

---

# Javascript

 *  Resolved [mbauerHaL](https://wordpress.org/support/users/mbauerhal/)
 * (@mbauerhal)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/javascript-17/)
 * I can get the carousel to load just fine, but it won’t cycle to the next slide
   either automatically or by pressing the next slide icon. I assume this is because
   the javascript is not there but I don’t know how to put there, so how do I ensure
   my theme is loading the javascript?
 * Sorry for the noob question.
 * [http://wordpress.org/extend/plugins/cpt-bootstrap-carousel/](http://wordpress.org/extend/plugins/cpt-bootstrap-carousel/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * (@tallphil)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/javascript-17/#post-3931833)
 * Hey,
 * Difficult to say exactly what’s going on without seeing your site. As you say,
   you need to include the Bootstrap CSS and javascript for the carousel to work.
   If you don’t have it yet, you can hotlink them from the Bootstrap CDN by adding
   the following two lines of code into your theme’s header.php file:
 *     ```
       <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
       <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
       ```
   
 * Further instructions here: [http://www.bootstrapcdn.com/](http://www.bootstrapcdn.com/)
 * Bear in mind that including the bootstrap CSS may mess up the way that your site
   displays, so have a play with including / not including it.
 * Hope that helps – shout if you’re still struggling..
 * Phil

Viewing 1 replies (of 1 total)

The topic ‘Javascript’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cpt-bootstrap-carousel_b8b7ae.svg)
 * [CPT Bootstrap Carousel](https://wordpress.org/plugins/cpt-bootstrap-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cpt-bootstrap-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/javascript-17/#post-3931833)
 * Status: resolved