katiebugla
09-02-2013, 04:51 PM
My place of work has been using a modified Joomla template - I looked at the homepage today and *POOF* - the slider on the main page is GONE!!!
The person who was here before me had this code saved to the desktop - I have tried to insert this
<!-- Image Slide Show Start website image -->
<center>
<script type="text/javascript" src="http://www.2createawebsites.com/resources/howtocreateawebsitefadeslide.js"></script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [955, 318], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["images/stories/makeyourfirststopcoop.jpg"],
["images/stories/purple1.jpg"],
["images/stories/storefrontbig.jpg"]// <--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 2000, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script><div id="fadeshow2">
</div>
</center>
<!-- Image Slide Show End -->
in the module manager for the slider section, but nothing is showing up...
Here is the site that the slider should show up on:
http://coopbookstore.com/
Thoughts??? Thank you, in advance.
Oh, P.S. Anything web-related is not really my forte, so answers may need to be dumbed down... Sorry.
The person who was here before me had this code saved to the desktop - I have tried to insert this
<!-- Image Slide Show Start website image -->
<center>
<script type="text/javascript" src="http://www.2createawebsites.com/resources/howtocreateawebsitefadeslide.js"></script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [955, 318], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["images/stories/makeyourfirststopcoop.jpg"],
["images/stories/purple1.jpg"],
["images/stories/storefrontbig.jpg"]// <--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 2000, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
</script><div id="fadeshow2">
</div>
</center>
<!-- Image Slide Show End -->
in the module manager for the slider section, but nothing is showing up...
Here is the site that the slider should show up on:
http://coopbookstore.com/
Thoughts??? Thank you, in advance.
Oh, P.S. Anything web-related is not really my forte, so answers may need to be dumbed down... Sorry.