Page 12 of 15 FirstFirst ... 21011121314 ... LastLast
Results 111 to 120 of 149
  1. #111
    Join Date
    Feb 2010
    Posts
    160
    Plugin Contributions
    0

    Default Re: Dynamic population of Ultimate Fade-In Slidehow?

    Glenn:

    Sorry it took me so long to report back. I upgraded to the new version. You're right, it is not at all like the old version. Took me a little while to figure it out.

    The code that you suggested did not work for me, but the code that was in the instructions worked perfectly. No more div errors and the slideshow works exactly as I had imagined.

    Thanks for your help and support.

    Dave

  2. #112
    Join Date
    Jul 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Dynamic population of Ultimate Fade-In Slidehow?

    I've been using the slideshow on my main page for some months but yesterday it stopped working

    I use iWEB to build my site and havent changed anything recently can you help

    here's the script i've been using

    thanks in advance

    Roger



    <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://web.me.com/rogerbyrne/fadeslideshow/fadeslideshow.js">
    /***********************************************
    * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (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: [999, 565],
    imagearray: [
    ["http://mac-photography.co.uk/image1.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image8.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image18.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image19.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image3.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image5.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image6.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image7.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image9.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image10.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image15.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image11.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image12.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image13.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image14.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image16.jpg", "", "_top", ""],
    ["http://mac-photography.co.uk/image17.jpg", "", "_top", ""]
    ],
    displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:false},
    persist: false,
    fadeduration: 500,
    descreveal: "ondemand",
    togglerid: ""
    })

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

  3. #113
    Join Date
    Jul 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Dynamic population of Ultimate Fade-In Slidehow?

    Worked it out now, Apple have closed down their idisk service as of July 30th, moved it to my host and all is fine :)

  4. #114
    Join Date
    Oct 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    Hi Guys,

    I am having trouble with the slideshow being displayed infront of my category drop out menu. The category opens behind the slide show? Any ideas how to send the slideshow to the back? or get the navigation to show in front of the navigation?

    See my URL below to see what I mean: http://www.mem0ry.co.uk

    Many Thanks in advance for your advice.

    CheersName:  slideshowissue.jpg
Views: 102
Size:  53.2 KB

  5. #115
    Join Date
    Oct 2007
    Posts
    12
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    I fixed it!! edit the stylsheet.cc and edit the .menu zindex: 100, changed to zindex:1000

  6. #116
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    21,093
    Plugin Contributions
    25

    Default Re: Ultimate Fade-In Slidehow Support thread

    Glad you got it:) I've been occupied with work lately and not able to check in as often as I used to.

  7. #117
    Join Date
    Dec 2011
    Posts
    59
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    I wonder if someone can help me? I am trying to use this add on however for some reason none of my slides are displaying. All I get is the loading.gif image and cannot seem to find out what is wrong.


    This is the link to my site:

    w w w . o u r l i t t l e c o t t a g e s h o p . c o . u k

    Any help anyone can give to get this working would be gratefully received.

    Thanks

  8. #118
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    21,093
    Plugin Contributions
    25

    Default Re: Ultimate Fade-In Slidehow Support thread

    The only thing I can see that could be a problem is that you seem to have jquery called twice (likely by two different mods). Jquery needs to run before any script that uses it, so try removing or disabling the second one (jscript_jquery.js):
    <script type="text/javascript" src="includes/templates/olcs_template/jscript/jscript_1_jquery142.js"></script>
    <script type="text/javascript" src="includes/templates/olcs_template/jscript/jscript_fadeshow.js"></script>
    <script type="text/javascript" src="includes/templates/olcs_template/jscript/jscript_imagehover.js"></script>
    <script type="text/javascript" src="includes/templates/olcs_template/jscript/jscript_jquery.js"></script>

  9. #119
    Join Date
    Dec 2011
    Posts
    59
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    Quote Originally Posted by gjh42 View Post
    The only thing I can see that could be a problem is that you seem to have jquery called twice (likely by two different mods). Jquery needs to run before any script that uses it, so try removing or disabling the second one (jscript_jquery.js):
    Hi gjh42,

    Thank you so much! The template I am using came with an image slider which I didn't like and therefore removed. Clearly I missed removing this file. Have now removed it and the fadeshow works perfectly.

    Really appreciate your help on this one, it's been driving me mad

    Lee

  10. #120
    Join Date
    Dec 2011
    Posts
    59
    Plugin Contributions
    0

    Default Re: Ultimate Fade-In Slidehow Support thread

    Hi,

    Have just come across another problem unfortunately. I also use the Zen lightbox-v1.6.4_1.5 add on. This automatically pops up a larger version of a product image on hover over. Unfortunately, for images on my homepage the pop up appears behind the slideshow rather than in front of it. Does any one have any clues on how I may fix this?

    Many thanks

    Lee

 

 
Page 12 of 15 FirstFirst ... 21011121314 ... LastLast

Similar Threads

  1. can't get Ultimate Fade-in slideshow v2.1 to work on main page
    By frank18 in forum All Other Contributions/Addons
    Replies: 83
    Last Post: 9 Mar 2012, 10:50 AM
  2. Need help with Dynamic Drive Ultimate Fade-in slideshow (v2.4) java script
    By missinglife in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Jun 2010, 03:26 AM
  3. Trying to add Ultimate Fade In Slideshow javascript to my site
    By plymgary1 in forum General Questions
    Replies: 6
    Last Post: 29 Apr 2010, 04:39 PM
  4. How can I use Ultimate Fade-in slideshow v2.1 ?
    By Crunch in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 4 Feb 2010, 03:21 AM
  5. Ultimate Fade-in slideshow in ezpage
    By perkiekat in forum General Questions
    Replies: 5
    Last Post: 27 Dec 2009, 11:47 PM

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
  •