Results 1 to 3 of 3

Thread: Ultimate Fade In Slideshow v2.4, description doesn't appear

  1. #1
    Join Date
    Dec 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade In Slideshow v2.4, description doesn't appear

    1) Script Title: Ultimate Fade In Slideshow v2.4

    2) Script URL (on DD):

    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem:

    Hi,

    I want to display a description text on the images of my slide show but it doesn't appear. I use the following code:

    Code:
    <script type="text/javascript">
    	  var slideshow = new fadeSlideShow({
    	    wrapperid: "slideshow",
    	    dimensions: [338, 227],
    	    imagearray: [
    			["Pics/ss1.jpg","","","some description"],
    			["Pics/ss2.jpg","","","some description"],
    			["Pics/ss3.jpg","","","some description"]
    	    displaymode: { type: 'auto', pause: 2500, cycles: 0, wraparound: false },
    	    persist: false,
    	    fadeduration: 700,
    	    descreveal: "always",
    	    togglerid: ""
    	  })
    	</script>
    There is no error but the text doesn't appear. Do I miss something in the css? thanks.

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Please post a link to the page with the problem. What you have posted above will not work at all because the image array is unclosed. We need to see the page to determine what the problem is.

  3. #3
    Join Date
    Dec 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I can't publish the web until now...
    I tried stripping out the slideshows and then the description appears, but if the slideshows are used with the rest of the code then it doesn't appear.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •