• I have no idea whats going on… Im building this on wordpress. heres the code.

    <?php
    /**
    * @package WordPress
    * @subpackage Classic_Theme
    */
    ?>
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”https://gmpg.org/xfn/11″&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>

    <style type=”text/css” media=”screen”>@import url( <?php bloginfo(‘stylesheet_url’); ?> );</style>
    <?php bloginfo(‘template_directory’) ?>

    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />

    <?php wp_enqueue_script(‘jquery’); ?>

    <?php wp_get_archives(‘type=monthly&format=link’); ?>

    <?php //comments_popup_script(); // off by default ?>

    <?php wp_head(); ?>

    <script type=”text/javascript” src=”<?php bloginfo(‘template_url’) ?>/js/s3slider.js”></script>

    <script type=”text/javascript”>

    jquery(document).ready(function() {
    jquery(‘#s3slider’).s3slider({
    timeOut: 4000
    });
    });
    </script>

    </head>

    <body <?php body_class(); ?>>

    <!– Navigation Menu / *** Jquery *** –>

    <div id=”s3slider”>
    <ul id=”s3sliderContent”>
    <li class=”s3sliderImage”>
    <img src=”wp-content/themes/default/images/wide/1.jpg” alt=”1″ />
    <span class=”top”>
    </span>

    <li class=”s3sliderImage”>
    <img src=”wp-content/themes/default/images/wide/2.jpg” alt=”2″ />
    <span class=”top”>This one is mine
    Sweet!!!</span>

    <div class=”clear s3sliderImage”></div>

    </div>
    <!– // slider –>

    <!– Center Column Text –>

  • The topic ‘Does anybody know why my s3slider isnt working?’ is closed to new replies.