• Hi,
    I was wondering if anyone might be able to help me with this problem.

    I am using Coda Slider to display “featured” posts on my blog. It works fine by itself; however, when I activated the “tabbed widget” plugin, my coda slider broke.

    The coda slider is activated, in my themes header, by:

    <script type=”text/javascript”>
    jQuery(window).bind(“load”, function() {
    jQuery(“div#slider1”).codaSlider()
    // jQuery(“div#slider2”).codaSlider()
    // etc, etc. Beware of cross-linking difficulties if using multiple sliders on one page.
    });
    </script>

    I am by no means a Javascript wiz. Could my slider be breaking, because “tabbed widjets” uses jQuery v. 1.2.3 , while coda slider uses v. 1.2.1 ? I don’t know. Is there any way to get the two to work together?

    Any insight would be greatly appreciated.

    http://ww.wp.xz.cn/extend/plugins/tabbed-widgets/

The topic ‘[Plugin: Tabbed Widgets] Problems with Coda Slider’ is closed to new replies.