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).
The page I need help with: [log in to see the link]
-
This topic was modified 8 years, 6 months ago by
Viewing 1 replies (of 1 total)
-
It appears you’re missing jQuery or have a jQuery error:
See 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.
