Title: Developing Slideshow On Website
Last modified: December 10, 2017

---

# Developing Slideshow On Website

 *  [finmitchell](https://wordpress.org/support/users/finmitchell/)
 * (@finmitchell)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/developing-slideshow-on-website/)
 * Below is the code used for my slideshow, The images are stacked one above the
   other underneath my header instead of it being shown as it should. Any advice
   on how to fix this as my web developer disappeared off the face of the planet.
   I’m looking to fix the website myself but unsure of his coding layout. Please
   anyone out there that can help?
 *     ```
       <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> 
       <!-- include Cycle plugin --> 
       <script type="text/javascript" src="https://rgbm.googlecode.com/files/jquery.cycle.all.min.js"></script> 
       <script type="text/javascript"> 
       $(document).ready(function() {
           $('.slideshow').cycle({
       		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
       	});
       });
       </script>
       <div class="maincontent">
       <div class="topcontent"> </div>
       <div class="sidecol">
       <div class="sidenav"> 
       <?php get_sidebar(); ?>
       </div>
   
       </div>
       <div class="contentarea" style="width:725px !important;margin-right:0 !important">
       <div class="slideshow"> 
       <img src="http://www.itscovered.co.uk/wp-content/themes/ItsCovered/images/main_image.jpg" width="704" height="306" />
       <img src="http://www.itscovered.co.uk/wp-content/themes/ItsCovered/images/main_image3.jpg" width="704" height="306" />
       <img src="http://www.itscovered.co.uk/wp-content/themes/ItsCovered/images/main_image4.jpg" width="704" height="306" />
       <img src="http://www.itscovered.co.uk/wp-content/themes/ItsCovered/images/main_image5.jpg" width="704" height="306" />
       <img src="http://www.itscovered.co.uk/wp-content/themes/ItsCovered/images/main_image6.jpg" width="704" height="306" />
       <img src="http://www.itscovered.co.uk/wp-content/themes/ItsCovered/images/main_image2.jpg" width="704" height="306" />
       <img src="http://www.itscovered.co.uk/wp-content/themes/ItsCovered/images/main_image7.jpg" width="704" height="306" />
       <img src="http://www.itscovered.co.uk/wp-content/themes/ItsCovered/images/main_image8.jpg" width="704" height="306" />
       <img src="http://www.itscovered.co.uk/wp-content/themes/ItsCovered/images/main_image9.jpg" width="704" height="306" />
       <img src="http://www.itscovered.co.uk/wp-content/themes/ItsCovered/images/main_image10.jpg" width="704" height="306" />
       	</div>
       ```
   
    -  This topic was modified 8 years, 6 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdeveloping-slideshow-on-website%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 6 months ago](https://wordpress.org/support/topic/developing-slideshow-on-website/#post-9768852)
 * It appears you’re missing jQuery or have a jQuery error:
 * See [https://i.imgur.com/ho8tl1I.png](https://i.imgur.com/ho8tl1I.png)
 * [[
 * Rather than sourcing jQuery from google, enqueue the version of jQuery that comes
   with WordPress.

Viewing 1 replies (of 1 total)

The topic ‘Developing Slideshow On Website’ is closed to new replies.

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [content](https://wordpress.org/support/topic-tag/content/)
 * [images](https://wordpress.org/support/topic-tag/images/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)
 * [slideshow](https://wordpress.org/support/topic-tag/slideshow/)
 * [website](https://wordpress.org/support/topic-tag/website/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 1 reply
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/developing-slideshow-on-website/#post-9768852)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
