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

    (@tallphil)

    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/

    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.