Advertisement
thall26

header.php - copying jquery slider problem

Jun 10th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes('xhtml'); ?>>
  4.  
  5. <head profile="http://gmpg.org/xfn/11">
  6.  
  7. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  8.  
  9.  
  10.  
  11. <title><?php
  12.  
  13. /*
  14.  
  15. * Print the <title> tag based on what is being viewed.
  16.  
  17. */
  18.  
  19. global $page, $paged;
  20.  
  21.  
  22.  
  23. wp_title( '|', true, 'right' );
  24.  
  25.  
  26.  
  27. // Add the blog name.
  28.  
  29. bloginfo( 'name' );
  30.  
  31.  
  32.  
  33. // Add the blog description for the home/front page.
  34.  
  35. $site_description = get_bloginfo( 'description', 'display' );
  36.  
  37. if ( $site_description && ( is_home() || is_front_page() ) )
  38.  
  39. echo " | $site_description";
  40.  
  41.  
  42.  
  43. // Add a page number if necessary:
  44.  
  45. if ( $paged >= 2 || $page >= 2 )
  46.  
  47. echo ' | ' . sprintf( __( 'Page %s'), max( $paged, $page ) );
  48.  
  49.  
  50.  
  51. ?></title>
  52.  
  53. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  54.  
  55. <!--[if lt ie 8]><link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/styles/ie7.css" type="text/css" /><![endif]-->
  56.  
  57. <!--[if lt ie 7]><link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/styles/ie6.css" type="text/css" /><![endif]-->
  58.  
  59. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  60.  
  61. <?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
  62.  
  63. <?php wp_head(); ?>
  64.  
  65.  
  66. // Begin jQuery slider.
  67.  
  68. <meta charset="utf-8">
  69.  
  70. <title>Slides, A Slideshow Plugin for jQuery</title>
  71.  
  72. <link rel="stylesheet" href="images-with-captions/css/global.css">
  73.  
  74. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  75. <script src="images-with-captions/js/slides.min.jquery.js"></script>
  76. <script>
  77. $(function(){
  78. $('#slides').slides({
  79. preload: true,
  80. preloadImage: 'images-with-captions/img/loading.gif',
  81. play: 5000,
  82. pause: 2500,
  83. hoverPause: true,
  84. animationStart: function(current){
  85. $('.caption').animate({
  86. bottom:-35
  87. },100);
  88. if (window.console && console.log) {
  89. // example return of current slide number
  90. console.log('animationStart on slide: ', current);
  91. };
  92. },
  93. animationComplete: function(current){
  94. $('.caption').animate({
  95. bottom:0
  96. },200);
  97. if (window.console && console.log) {
  98. // example return of current slide number
  99. console.log('animationComplete on slide: ', current);
  100. };
  101. },
  102. slidesLoaded: function() {
  103. $('.caption').animate({
  104. bottom:0
  105. },200);
  106. }
  107. });
  108. });
  109. </script>
  110.  
  111. // originally separated by ending of header tag and beginning of body tag
  112.  
  113. <div id="container">
  114. <div id="example">
  115. <div id="slides">
  116. <div class="slides_container">
  117. <div class="slide">
  118. <a href="http://www.flickr.com/photos/jliba/4665625073/" title="145.365 - Happy Bokeh Thursday! | Flickr - Photo Sharing!" target="_blank"><img src="images-with-captions/img/slide-1.jpg" width="570" height="270" alt="Slide 1"></a>
  119. <div class="caption" style="bottom:0">
  120. <p>Happy Bokeh Thursday!</p>
  121. </div>
  122. </div>
  123. <div class="slide">
  124. <a href="http://www.flickr.com/photos/stephangeyer/3020487807/" title="Taxi | Flickr - Photo Sharing!" target="_blank"><img src="images-with-captions/img/slide-2.jpg" width="570" height="270" alt="Slide 2"></a>
  125. <div class="caption">
  126. <p>Taxi</p>
  127. </div>
  128. </div>
  129. <div class="slide">
  130. <a href="http://www.flickr.com/photos/childofwar/2984345060/" title="Happy Bokeh raining Day | Flickr - Photo Sharing!" target="_blank"><img src="images-with-captions/img/slide-3.jpg" width="570" height="270" alt="Slide 3"></a>
  131. <div class="caption">
  132. <p>Happy Bokeh raining Day</p>
  133. </div>
  134. </div>
  135. <div class="slide">
  136. <a href="http://www.flickr.com/photos/b-tal/117037943/" title="We Eat Light | Flickr - Photo Sharing!" target="_blank"><img src="images-with-captions/img/slide-4.jpg" width="570" height="270" alt="Slide 4"></a>
  137. <div class="caption">
  138. <p>We Eat Light</p>
  139. </div>
  140. </div>
  141. <div class="slide">
  142. <a href="http://www.flickr.com/photos/bu7amd/3447416780/" title="&ldquo;I must go down to the sea again, to the lonely sea and the sky; and all I ask is a tall ship and a star to steer her by.&rdquo; | Flickr - Photo Sharing!" target="_blank"><img src="images-with-captions/img/slide-5.jpg" width="570" height="270" alt="Slide 5"></a>
  143. <div class="caption">
  144. <p>&ldquo;I must go down to the sea again, to the lonely sea and the sky...&rdquo;</p>
  145. </div>
  146. </div>
  147. <div class="slide">
  148. <a href="http://www.flickr.com/photos/streetpreacher/2078765853/" title="twelve.inch | Flickr - Photo Sharing!" target="_blank"><img src="images-with-captions/img/slide-6.jpg" width="570" height="270" alt="Slide 6"></a>
  149. <div class="caption">
  150. <p>twelve.inch</p>
  151. </div>
  152. </div>
  153. <div class="slide">
  154. <a href="http://www.flickr.com/photos/aftab/3152515428/" title="Save my love for loneliness | Flickr - Photo Sharing!" target="_blank"><img src="images-with-captions/img/slide-7.jpg" width="570" height="270" alt="Slide 7"></a>
  155. <div class="caption">
  156. <p>Save my love for loneliness</p>
  157. </div>
  158. </div>
  159. </div>
  160. <a href="#" class="prev"><img src="images-with-captions/img/arrow-prev.png" width="24" height="43" alt="Arrow Prev"></a>
  161. <a href="#" class="next"><img src="images-with-captions/img/arrow-next.png" width="24" height="43" alt="Arrow Next"></a>
  162. </div>
  163. <img src="images-with-captions/img/example-frame.png" width="739" height="341" alt="Example Frame" id="frame">
  164. </div>
  165. </div>
  166.  
  167.  
  168.  
  169. </head>
  170.  
  171. <body <?php body_class(); ?>>
  172.  
  173. <div class="header">
  174.  
  175. <p class="logo"><a href="<?php echo home_url(); ?>/"><img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" alt="<?php bloginfo('name'); ?>" /> </a> </p>
  176.  
  177.  
  178.  
  179.  
  180. <?php wp_nav_menu( array('fallback_cb' => 'naturefox_page_menu', 'menu' => 'primary', 'depth' => '3', 'theme_location' => 'primary', 'link_before' => '<span><span>', 'link_after' => '</span></span>') ); ?>
  181.  
  182. </div>
  183.  
  184.  
  185.  
  186. </div>
  187.  
  188.  
  189.  
  190. <div class="cbox">
  191.  
  192. <div class="content">
  193.  
  194. <div class="main">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement