Results 1 to 7 of 7

Thread: Ultimate Fade In Slideshow

  1. #1
    Join Date
    Oct 2012
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question Ultimate Fade In Slideshow

    I seem to be having an issue with version 2.4

    When adding a description, the image fails to load and all I get is the loading animation. Any idea of what would be causing this?

    Thanks,
    Aaron

  2. #2
    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

    Sounds like a syntax error in the description.

    If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

  3. #3
    Join Date
    Oct 2012
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Here is the link:
    www.jpscorner.com

    I have removed the description for the time being since it crashes the entire operation and I can't have that...

  4. #4
    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

    I can't fix a problem that's not there. Make a copy of the page and then edit it so that it shows the problem, call it - say, index_prob.htm, and upload it to the same folder and give us a link to it.
    - John
    ________________________

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

  5. #5
    Join Date
    Oct 2012
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Ah you make a good point sir...

    Here is the dummy page.l

    Aaron

  6. #6
    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

    .

    Your page is in violation of Dynamic Drive's usage terms, which, among other things, state that the script credit must appear in the source code of the page(s) using the script. Please reinstate the notice.


    You have two versions of jQuery on the page. The one in force when the slideshow is run is version 1.2.2 - not adequate for descriptions. The other (1.7.2) is OK. I question whether you need that 1.2.2 version or not. But assuming that you do, this should fix things (if you don't need it you can go ahead with these changes and at the same time get rid of the 1.2.2 version tag):

    1. Using a text only editor like NotePad, comment out the noConflict directive in fadeslideshow.js as shown:

      Code:
      /* Ultimate Fade-in slideshow (v2.4)
      * Last updated: May 24th, 2010. This notice must stay intact for usage 
      * Author: Dynamic Drive at http://www.dynamicdrive.com/
      * Visit http://www.dynamicdrive.com/ for full source code
      */
      
      //Oct 6th, 09' (v2.1): Adds option to randomize display order of images, via new option displaymode.randomize
      //May 24th, 10' (v2.4): Adds new "peakaboo" option to "descreveal" setting. oninit and onslide event handlers added.
      
      var fadeSlideShow_descpanel={
      	controls: [['icons/x.png',7,7], ['icons/restore.png',10,11], ['icons/loading2.gif',54,55]], //full URL and dimensions of close, restore, and loading images
      	fontStyle: 'normal 11px Verdana', //font style for text descriptions
      	slidespeed: 200 //speed of description panel animation (in millisec)
      }
      
      //No need to edit beyond here...
      
      //jQuery.noConflict()
      
      function fadeSlideShow(settingarg){
      	this.setting=settingarg
      	settingarg=null
      	var setting=this.setting
      	setting.fadeduration=setting.fade . . .
      Save that and use that version.

    2. Move all of this:

      Code:
      <script type="text/javascript" src="js/fadeslideshow.js">
      </script>
      <script type="text/javascript">
      
      var mygallery=new fadeSlideShow({
      	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
      	dimensions: [482, 243], //width/height of gallery in pixels. Should reflect dimensions of largest image
      	imagearray: [
      		["icons/fifth_0.jpg", "coin-slabs.html", "_parent", "A description is here"],
      ["icons/fifth2_1.jpg", "wood-coin-display-boxes.html", "_parent", ""],
      ["icons/fifth3.png", "coin-software.html", "_parent", ""] //<--no trailing comma after very last image element!
      	],
      	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
      	persist: false, //remember last viewed slide and recall within same session?
      	fadeduration: 500, //transition duration (milliseconds)
      	descreveal: "ondemand",
      	togglerid: ""
      })
      </script>
      to here (reinstating the notice at the same time):

      Code:
      etup("ddtopmenubar2", "topbar")
      </script>
      <script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
      <script type="text/javascript" src="js/fadeslideshow.js">
      /* Ultimate Fade-in slideshow (v2.4)
      * Last updated: May 24th, 2010. This notice must stay intact for usage 
      * Author: Dynamic Drive at http://www.dynamicdrive.com/
      * Visit http://www.dynamicdrive.com/ for full source code
      */
      </script>
      <script type="text/javascript">
      
      var mygallery=new fadeSlideShow({
      	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
      	dimensions: [482, 243], //width/height of gallery in pixels. Should reflect dimensions of largest image
      	imagearray: [
      		["icons/fifth_0.jpg", "coin-slabs.html", "_parent", "A description is here"],
      ["icons/fifth2_1.jpg", "wood-coin-display-boxes.html", "_parent", ""],
      ["icons/fifth3.png", "coin-software.html", "_parent", ""] //<--no trailing comma after very last image element!
      	],
      	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
      	persist: false, //remember last viewed slide and recall within same session?
      	fadeduration: 500, //transition duration (milliseconds)
      	descreveal: "ondemand",
      	togglerid: ""
      })
      </script>
      <script type="text/javascript" src="js/lightbox.js"></script>
      <script type="text/javascript" src="js/jquery-1.2.2.pack.js"></script>
      <script type="text/javascript" src="js/keyprss.js"></ . . .


    That's it. The browser cache may need to be cleared and/or the page refreshed to see changes.
    - John
    ________________________

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

  7. The Following User Says Thank You to jscheuer1 For This Useful Post:

    arueder (10-30-2012)

  8. #7
    Join Date
    Oct 2012
    Posts
    4
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    That did it thank you!

Similar Threads

  1. Ultimate Fade-in Slideshow -- Fade Duration and Pause
    By ellenjones6 in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 02-21-2014, 05:18 PM
  2. Remove initial fade in from Ultimate Fade-in slideshow
    By optimus203 in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 05-14-2012, 06:37 PM
  3. Ultimate Fade-in slideshow (v2.4) - fade description text
    By kwakker35 in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 02-06-2012, 04:13 PM
  4. Replies: 3
    Last Post: 07-12-2010, 04:04 PM
  5. Ultimate Fade in Slideshow - how to require FIRST image to fade in?
    By charmedworks in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 06-17-2008, 07:12 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
  •