Diana1958
12-02-2012, 12:38 AM
1) Script Title: Swiss Army Image Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/swissarmy/index.htm
3) Describe problem: I have been trying for hours today using various scripts to put a slideshow on my site (http://aromatherapyliving.com) and came across the one above in addition to a page where help was given (http://www.html.net/forums/viewtopic.php?f=65&t=4258). I have everything loaded including images in a different folder... the only image that shows on my website is the background color. I have checked and re-checked and am unable to find the problem.
Would you please tell me what I am doing wrong?
Thanks very much!!!!
jscheuer1
12-02-2012, 07:40 AM
.
Your page is in violation of Dynamic Drive's usage terms (http://www.dynamicdrive.com/notice.htm), which, among other things, state that the script credit must appear in the source code of the page(s) using the script. Please reinstate the notice first.
To do so, change:
<script src="swissarmy.js" type="text/javascript"></script>
to:
<script src="swissarmy.js" type="text/javascript">
/***********************************************
* Swiss Army Image slide show script - (c) John Davenport Scheuer
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
***********************************************/
</script>
That said, do you want something like this?
http://home.comcast.net/~jscheuer1/side/swissarmy/aromather-h.htm
If so, change your slideshow.js file to:
//If using image buttons as controls, Set image buttons' image preload here true
//(use false for no preloading and for when using no image buttons as controls):
var preload_ctrl_images=false;
var slideShow=[]; // SLIDESHOW
//configure the below images and descriptions to your own, note optional links, target and window specifications.
slideShow[0] = ["http://aromatherapyliving.com/fadeslideshow/images/Lavender_field_magic.jpg", "Experience the Healing Magic of Nature!", "http://aromatherapyliving.com"];
slideShow[1] = ["http://aromatherapyliving.com/fadeslideshow/images/medicalgradeoils.jpg", "Medical Grade Essential Oils<br><i>for internal use as well as external and diffusing</i>", "http://aromatherapyliving.com/essentialoils.html"];
slideShow[2] = ["http://aromatherapyliving.com/fadeslideshow/images/Essence_of_Season_Holidays.jpg", "Anoint Yourself with True <a href='http://aromatherapyliving.com/frankincense_essential_oil.html'>Frankincense</a>", "http://aromatherapyliving.com/essence_of_season.html"];
slideShow[3] = ["http://aromatherapyliving.com/fadeslideshow/images/Thieves_Products.jpg", "<a href='http://aromatherapyliving.com/thievesessentialoil.html'>Thieves Essential Oil</a><br>the natural remedy for mold, fungus, colds, MRSA...", "http://http://aromatherapyliving.com/thievesessentialoil.html"];
slideShow[4] = ["http://aromatherapyliving.com/fadeslideshow/images/EcuadorOils.jpg", "<a href='http://aromatherapyliving.com/amazon_essential_oils.html'>Oils from the Amazon</a> — Exclusively from Young Living", "http://aromatherapyliving.com/amazon_essential_oils.html"];
slideShow[5] = ["http://aromatherapyliving.com/fadeslideshow/images/citrusoils.jpg", "Citrus Oils — High in d-Limonene<br>a molecule known to reduce and inhibit cancer", "http://aromatherapyliving.com/orange_essential_oil.html"];
slideShow[6] = ["http://aromatherapyliving.com/fadeslideshow/images/Golden_Touch.jpg", "The Only Truly <a href='http://aromatherapyliving.com/golden_touch.html'>Natural First Aid Kit", "http://aromatherapyliving.com/golden_touch.html"];
slideShow[7] = ["http://aromatherapyliving.com/fadeslideshow/images/IdahoBalsamFir.jpg", "Another Exclusive from Young Living — <a href='http://aromatherapyliving.com/balsam_fir_essential_oil.html'>Balsam Fir<br><i>excellent for pain relief as well as a happy attitude!</i>", "http://aromatherapyliving.com/balsam_fir_essential_oil.html"];
slideShow[8] = ["http://aromatherapyliving.com/fadeslideshow/images/Frankincense_Rose.jpg", "<a href='http://aromatherapyliving.com/rose_essential_oil.html'>Rose</a>, the Highest Frequency at 320mhz!", "http://aromatherapyliving.com/rose_essential_oil.html"];
slideShow[9] = ["http://aromatherapyliving.com/fadeslideshow/images/EverydayOils.jpg", "<a href='http://aromatherapyliving.com/everyday_oils.html'>Everyday Oils Collection</a> for Natural Every Day Solutions", "http://aromatherapyliving.com/everyday_oils.html"];
//optional properties for these images:
slideShow.pause=1; //use for pause onmouseover
slideShow.delay=2000; //sets miliseconds delay between slides
slideShow.no_added_linebreaks=0; //use for not adding line breaks in formatting of texts and controls
slideShow.no_controls = 1;
slideShow.no_auto=0;
slideShow.nofade=0;
//Notes:
//slides#.target will set a target for a slide group, will be overridden by slides#[#][3], if present
//slides#.specs will set new window specifications for a slide group, will be overridden by slides#[#][4], if present
//slides#.fadecolor will set fading images background color, defaults to white
//slides#.no_controls will set a slide show with no controls
//slides#.random will set a random slide sequence on each page load
//slides#.delay=4000 will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
//slides#.jumpto=1 will display added controls to jump to a particular image by its number
//slides#.no_added_linebreaks=1; use for no added line breaks in formatting of texts and controls
//use below to create a customized onclick event for linked images in a given show:
//slides#.onclick="window.open(this.href,this.target,'top=0, left=0, width='+screen.availWidth+', height='+screen.availHeight);return false;"
And on the page, add the highlighted as shown:
. . . ung Living offers through the use of <a href="essentialoils.html#Therapeutic_Grade">therapeutic grade essential oils</a> and oil-enhanced products and our superb home business opportunity which brings you purpose and abundance.</blockquote>
<div style="width: 640px; height: 486px; margin: 0 auto; border: 1px solid black;">
<script type="text/javascript">
new inter_slide(slideShow, 640, 426);
</script>
</div>
<p><b><font size=2>Do you have health challenges? Are you look . . .
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.