treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Wordpress + CodaSlider

  • Im trying to making a personal wordpress theme for myself that integrates jQuery CodaSlider. I have a basic understanding of how the slider works.

    I am not using the original tabs, rather I am using cross links via my own custom navigation.

    The only thing is the slider isn't working. I was hoping to get a fresh view on this, as I have been a trying to figure out what I did wrong for hours now.

    cadknow.net

    The code is valid xhtml last I checked, and so is the css.

    I was hoping it would be some really small error I over looked. Anyone had any similar experiences?? If you want I can share the css as well by email, on request. Anyways at the very least, thanks for taking a look!

    Nathan
  • Update: I saw a few comments on some tutorials with coda slider. It seems that other people are having the same problem, in that wordpress doesn't recognise codaslider function in the wp header.php

    <script type=\"text/javascript\">
    $(document).ready(function(){
    $(\"div#slider1\").codaSlider()
    });
    </script>

    anyone know any fixes for this?

    Thanks