背景滑块

时间:2013-05-14 12:06:37

标签: wordpress slider

我想在菜单和徽标后面加一个背景滑块,但我不明白。

我看不到滑块的图片,所以我希望有人可以帮我解决这个问题

所以我希望有人可以帮助我

<link href='http://fonts.googleapis.com/css?family=Lato:400,900italic,700|Prata|Qwigley' rel='stylesheet' type='text/css'>
  <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/fancybox/jquery.fancybox.css">
  <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/skeleton.css">
  <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
   <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/style.css" />
  <script type="text/javascript" href="<?php echo get_template_directory_uri(); ?>/js/modernizr.custom.86080.js"></script>


  <!--[if lt IE 9]>
  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->

  <?php if(ci_setting('favicon')): ?>
  <link rel="shortcut icon" type="image/x-icon" href="<?php ci_e_setting('favicon'); ?>" />
  <?php endif; ?>

  <script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>

  <?php wp_head(); ?>

</head>
<body <?php body_class(); ?>>
<?php do_action('after_open_body_tag'); ?>
<div id="logo-nav">
                  <header class="cb-slideshow">
            <li><span>Image 01</span></li>
            <li><span>Image 02</span></li>
            <li><span>Image 03</span></li>
            <li><span>Image 04</span></li>
            <li><span>Image 05</span></li>
            <li><span>Image 06</span></li>
  </ul>
</div>
  <header class="container">
<hgroup>
      <?php ci_e_logo('<h1 id="logo">', '</h1>'); ?>
    </hgroup>
    <!-- /hgroup -->
<nav id="navigation" class="sixteen group">
      <ul class="six columns left main-nav">

1 个答案:

答案 0 :(得分:0)

您应该更改<header class="cb-slideshow">中的<ul class="cb-slideshow">代码,使其与之相关。然后,很难对你的脚本进行状态调整,因为它看起来不完整,我们没有看到javascript触发滑块,......