Results 1 to 6 of 6

Thread: Ultimate Fade-in slideshow (v2.0) - text does not appear in other instances

  1. #1
    Join Date
    Sep 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Ultimate Fade-in slideshow (v2.0) - text does not appear in other instances

    1) Script Title: Ultimate Fade-in slideshow (v2.0)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: If I try to create more than 1 instances of the script, the text appears if the other instances are in the same DIV, but this does not work if I put each instance in a different DIV of a SPRY panel.
    Can you help me?

    Thanks

  2. #2
    Join Date
    Sep 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    THIS CODE WORKS but here the 2 instances are in the same SPRY panel and I don't want it

    <!-- PANNELLI SPRY ACCORDION -->

    <div id="SpryAccordion1" class="Accordion" tabindex="0">

    <!-- PANNELLO SPRY ACCORDION 1 -->

    <div class="AccordionPanel">
    <div class="AccordionPanelTab tabTop">
    <div class="accordion_340_tab"> ROBOT DX </div>
    </div>
    <div class="AccordionPanelContent">
    <div class="acontent">


    <div id="fadeshow1"></div>

    <div id="fadeshow1toggler" style="width:250px; text-align:center; margin-top:10px">
    <a href="#" class="prev"><img src="icons/frecciaSx.png" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="icons/frecciaDx.png" style="border-width:0" /></a>
    </div>



    <div id="fadeshow2"></div>

    <div id="fadeshow2toggler" style="width:250px; text-align:center; margin-top:10px">
    <a href="#" class="prev"><img src="icons/frecciaSx.png" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="icons/frecciaDx.png" style="border-width:0" /></a>
    </div>


    </div>
    </div>
    </div>
    </div>

  3. #3
    Join Date
    Sep 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question

    THIS CODE GENERATE THE PROBLEM I HAVE but it has the correct structure: 1 instance for each SPRY panel

    <!-- PANNELLI SPRY ACCORDION -->

    <div id="SpryAccordion1" class="Accordion" tabindex="0">

    <!-- PANNELLO SPRY ACCORDION 1 -->

    <div class="AccordionPanel">
    <div class="AccordionPanelTab tabTop">
    <div class="accordion_340_tab"> ROBOT DX </div>
    </div>
    <div class="AccordionPanelContent">
    <div class="acontent">





    <div id="fadeshow1"></div>

    <div id="fadeshow1toggler" style="width:250px; text-align:center; margin-top:10px">
    <a href="#" class="prev"><img src="icons/frecciaSx.png" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="icons/frecciaDx.png" style="border-width:0" /></a>
    </div>




    </div>
    </div>
    </div>

    <!-- PANNELLO SPRY ACCORDION 2 -->

    <div class="AccordionPanel">
    <div class="AccordionPanelTab middleTab">
    <div class="accordion_340_tab"> ROBOT </div>
    </div>
    <div class="AccordionPanelContent">
    <div class="acontent">


    <div id="fadeshow2"></div>

    <div id="fadeshow2toggler" style="width:250px; text-align:center; margin-top:10px">
    <a href="#" class="prev"><img src="icons/frecciaSx.png" style="border-width:0" /></a> <span class="status" style="margin:0 50px; font-weight:bold"></span> <a href="#" class="next"><img src="icons/frecciaDx.png" style="border-width:0" /></a>
    </div>


    </div>
    </div>

    </div>
    </div>
    Last edited by MaxC; 09-25-2009 at 05:47 PM.

  4. #4
    Join Date
    Sep 2009
    Posts
    8
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Question I have the SAME issue - No Answers YET

    Hello,

    I don't have an answer for you, but It's good to see that I am not the only one with this issue. I am not sure what is causing this - and I can't seem to get anyone to give me ANY kind of an answer - let alone a straight one...

    Please let me know if you get an answer - I need to get this fixed as well...

    It seems that as long as the slideshows are together they work, but when they are seperated they don't.

    Strange - they are still on the same page - I wonder why they don't think so...

  5. #5
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

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

  6. #6
    Join Date
    Sep 2009
    Posts
    8
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    Please post a link to the page on your site that contains the problematic script so we can check it out.
    I'm not sure who you are referring to, but My site is at http://baldwinestate.com/

    I'd appreciate any help I can get on it. it's the weirdest issue I've seen!

    Thanks in advance!

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
  •