Want to thank and support me for my work?
Buy my iWebFAQ.org E-Book (15$) (reviews) (sample) or...
iWebFAQ.org is presented by Cédric and hosted by HostExcellence
It is currently Tue May 21, 2013 8:04 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
auto fade slide show
Author Message
 Post subject: auto fade slide show
PostPosted: Wed Aug 11, 2010 3:33 pm 
Offline

Joined: Mon Jun 28, 2010 10:23 pm
Posts: 6
Hello, I am trying to upload the Auto Fading slide, I have uploaded the images on a folder called 'images' and I can see them separately (http://assirose.com/images/gig2.jpg)
but the slide doesn't work, I pasted this code to the HTML snippet- can you see anything wrong? thank you

<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://assirose.com/fadeslideshow/fadeslideshow.js">

/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">

var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1",
dimensions: [640, 480],
imagearray: [
["http://assirose.com/images/gig1.jpg", "", "", ""],
["http://assirose.com/images/gig2.jpg", "", "", ""]
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},
persist: false,
fadeduration: 500,
descreveal: "ondemand",
togglerid: ""
})

</script>
</head>
<body>
<div id="fadeshow1"></div>
</body>
</html>


Top
 Profile Send private message  
 
auto fade slide show
Author Message
 Post subject: Re: auto fade slide show
PostPosted: Wed Aug 11, 2010 4:03 pm 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
Your code works perfectly:
http://iwebfaq.org/test1/Blank_3.html

I just copied the code, pasted it in an HTML Snippet and it worked.

Regards,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
auto fade slide show
Author Message
 Post subject: auto fade slide show - i'm having difficulties too
PostPosted: Tue Oct 05, 2010 4:29 pm 
Offline

Joined: Tue Oct 05, 2010 4:12 pm
Posts: 3
Hi Cédric,
I just bought your ebook - thanks so much, well worth the investment.

So, I just went through the steps to upload the auto fade slide show. I've read through the instructions several times and I've been trying to trouble shoot, but I just can't see what I'm missing. I've double checked the picture addresses. The page where the slideshow should be displaying is: http://www.valleymalt.com/Valley_Malt/gallery_2.html
I have included the following code as an HTML snippet on the page:

<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.valleymalt.com/fadeslideshow/fadeslideshow.js">

/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">

var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1",
dimensions: [640, 480],
imagearray: [
["http://www.valleymalt.com/images/DSC_0028.jpg", "", "_top", "A Beautiful Day for Barley"],
["http://www.valleymalt.com/images/DSC_0031.jpg", "", "_top", "Weeeeeeeeeeeee"],
["http://www.valleymalt.com/images/DSC_0037.jpg", "", "_top", "Bouncing Barley"],
["http://www.valleymalt.com/images/DSC_0050.jpg", "", "_top", "The Malthouse"],
["http://www.valleymalt.com/images/DSC_0079.jpg", "", "_top", "Workin' It"],
["http://www.valleymalt.com/images/IMG_0182.jpg", "", "_top", "Loading Up the Eurovan"],
["http://www.valleymalt.com/images/IMG_0183.jpg", "", "_top", "Seed, Glorious Seed"],
["http://www.valleymalt.com/images/IMG_0185.jpg", "", "_top", "Tasia 'Holdin' It Down'"],
["http://www.valleymalt.com/images/IMG_0238.jpg", "", "_top", "Planted"],
["http://www.valleymalt.com/images/IMG_0240.jpg", "", "_top", "And We Have Growth"],
["http://www.valleymalt.com/images/IMG_0241.jpg", "", "_top", "It's Barley My Friends"],
["http://www.valleymalt.com/images/IMG_0323.jpg", "", "_top", "Fields of Grain],
["http://www.valleymalt.com/images/IMG_0360.jpg", "", "_top", "Harvest Time"],
["http://www.valleymalt.com/images/IMG_0363.jpg", "", "_top", "Fill'er Up!"],
["http://www.valleymalt.com/images/IMG_8595.jpg", "", "_top", "We Do Love Our Beer"],
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},
persist: false,
fadeduration: 500,
descreveal: "ondemand",
togglerid: ""
})

</script>
</head>
<body>
<div id="fadeshow1"></div>
</body>
</html>


Any ideas where I've gone wrong?
Many Thanks,
Melissa


Top
 Profile Send private message  
 
auto fade slide show
Author Message
 Post subject: Re: auto fade slide show
PostPosted: Tue Oct 05, 2010 5:22 pm 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
Hi Melissa,

thank you very much for buying the book. I'm glad you like it. If there's anything you would like to see discussed in a future version please don't hesitate to let me know.

The problem is in the descriptions. Under

["http://www.valleymalt.com/images/IMG_0323.jpg", "", "_top", "Fields of Grain],

the closing quote is missing. It should read

["http://www.valleymalt.com/images/IMG_0323.jpg", "", "_top", "Fields of Grain"],

hence close the quotes after Grain. Then it should work.

Regards,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
auto fade slide show
Author Message
 Post subject: Re: auto fade slide show
PostPosted: Tue Oct 05, 2010 6:06 pm 
Offline

Joined: Tue Oct 05, 2010 4:12 pm
Posts: 3
Ahh, brilliant! Thanks a million.
Melissa


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron






Want to support me for my work?

or buy my iWebFAQ.org E-Book (15$)

(reviews) (sample)

Thanks,
Cédric



 

This website is hosted by HostExcellence



© 2008, 2009 Powered by phpBB Group
Macinscott 3 style by Scott Stubblefield