Coda slider not working in WordPress

  • Unknown's avatar

    I have been tearing my eyes and hair out trying to figure out why I can’t add a Coda Slider to one of my WordPress pages. Here is the link, it just sits there and loads as if non of the Javascript functionality is being picked up: http://www.compusoftdevelopment.com/slider/

    I got the Coda Slider from this website: http://www.ndoherty.biz/demos/coda-slider/2.0/

    This is what the entire html code looks like that I add to the WP page editor — you’ll notice some Javascript code embedded directly into the HTML portion, but even if I separate that code to it’s own sheet, it still doesn’t work — PLEASE HELP anyone:

    <!– Begin Stylesheets –>
    <link rel=”stylesheet” href=”http://www.compusoftdevelopment.com/wp-content/themes/ashford/css/coda-slider-2.0.css” type=”text/css” media=”screen” />
    <!– End Stylesheets –>

    <!– Begin JavaScript –>
    <script type=”text/javascript” src=”http://www.compusoftdevelopment.com/wp-content/themes/ashford/js/jquery-1.3.2.min.js”></script>
    <script type=”text/javascript” src=”http://www.compusoftdevelopment.com/wp-content/themes/ashford/js/jquery.easing.1.3.js”></script>
    <script type=”text/javascript” src=”http://www.compusoftdevelopment.com/wp-content/themes/ashford/js/jquery.coda-slider-2.0.js”></script>
    <script type=”text/javascript”>
    $().ready(function() {
    $(‘#coda-slider-2’).codaSlider({
    autoSlide: true,
    autoHeight: false,
    dynamicArrows: false,
    autoSlideInterval: 4000,
    autoSlideStopWhenClicked: true
    });
    });
    </script>
    <!– End JavaScript –>

    <div class=”coda-slider-wrapper”>
    <div class=”coda-slider preload” id=”coda-slider-2″>
    <div class=”panel”>
    <div class=”panel-wrapper”>
    <h2 class=”title”>Panel 1</h2>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas metus nulla, commodo a sodales sed, dignissim pretium nunc. Nam et lacus neque. Sed volutpat ante id mauris laoreet vestibulum. Nam blandit felis non neque cursus aliquet. Morbi vel enim dignissim massa dignissim commodo vitae quis tellus. Nunc non mollis nulla. Sed consectetur elit id mi consectetur bibendum. Ut enim massa, sodales tempor convallis et, iaculis ac massa. Etiam suscipit nisl eget lorem pellentesque quis iaculis mi mattis. Aliquam sit amet purus lectus. Maecenas tempor ornare sollicitudin.</p>
    </div>
    </div>
    <div class=”panel”>
    <div class=”panel-wrapper”>
    <h2 class=”title”>Panel 2</h2>
    <p>Proin nec turpis eget dolor dictum lacinia. Nullam nunc magna, tincidunt eu porta in, faucibus sed magna. Suspendisse laoreet ornare ullamcorper. Nulla in tortor nibh. Pellentesque sed est vitae odio vestibulum aliquet in nec leo.</p>
    </div>
    </div>
    </div><!– .coda-slider –>
    </div><!– .coda-slider-wrapper –>

  • Unknown's avatar

    You did not specify a blog address or reason for posting when you created this topic.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • Unknown's avatar

    The instruction you point to are not for a free blog being free hosted by wordpress.COM. They are for a wordpress.ORG install I believe you are posting to the wrong forum and we cannot help you with that blog at wordpress.COM. The support bot is pointing to the correct forum for getting help with wordpress.ORG installs http://wordpress.ORG/support/
    Happy blogging!

  • Unknown's avatar

    Sorry! How do i close this post?

  • Unknown's avatar

    Just mark it resolved.

  • Unknown's avatar

    In the original post you made to create this thread you will find that you can mark the thread as resolved.

  • The topic ‘Coda slider not working in WordPress’ is closed to new replies.