Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Multiple fading slideshow pictures on 1 page, will pay $

  1. #11
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    (twitch) I spent how long on that last night?!
    Never mind, mine has/will have more features anyway.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  2. #12
    Join Date
    Apr 2006
    Location
    Iowa
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1
    Hasn't this been done now?

    Ultimate Fade-in slide show

    Oh, and in light of recent events, instead of the Red cross, I would now suggest the Salvation Army or your favorite (see my previous post in this thread).

    I am trying to implement this script but am having trouble. I have another script on my page of an OpenCube menu, is that causing a conflict? I have tried it on two different pages and on one, 2 of my 3 slideshows are working and on the other page 0 of 5 are working.

    Thanks for any assistance.

  3. #13
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by Red
    I am trying to implement this script but am having trouble. I have another script on my page of an OpenCube menu, is that causing a conflict? I have tried it on two different pages and on one, 2 of my 3 slideshows are working and on the other page 0 of 5 are working.

    Thanks for any assistance.
    These are just my best guesses without seeing the code -

    On the page with 2 of 3, the third is probably configured wrong and/or has a syntax error in its array[1] or call[2]. 0 of 5, it is hard to say but, if the pages are otherwise very similar, then it could be the same type problem. Only in this case, if only the first one has an error, that could be preventing all of them from working. Of course, there could be other errors on the 0 of 5 page.

    Please post a link to the page on your site that contains the problematic script so we can check it out.


    [1] - Example Array:

    Code:
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["photo1.jpg", "", ""] //plain image syntax
    fadeimages[1]=["photo2.jpg", "http://www.cssdrive.com", ""] //image with link syntax
    fadeimages[2]=["photo3.jpg", "http://www.javascriptkit.com", "_new"] //image with link and target syntax
    [2] - Example Call:

    Code:
    new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •