Results 1 to 3 of 3

Thread: Ultimate Fade In Slideshow, Wordpress, Not showing on all pages

  1. #1
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade In Slideshow, Wordpress, Not showing on all pages

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

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

    3) Describe problem:

    I'm trying to get the slideshow to appear across all of the pages on my site. The script has been placed in my theme's Header file, and it works great on my localhost environment.

    However, on the live site, the slideshow only works on the homepage.

    Any help on this matter would be greatly appreciated!

    Link: http://www.outsider-inside.com/

  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

    The path to fadeslideshow.js is incorrect. For example, on the bio page we see:

    Code:
    <script type="text/javascript" src="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>
    That looks for:

    outsider-inside.com/bio/fadeslideshow.js

    But the file is really in the root:

    outsider-inside.com/fadeslideshow.js

    You could use the network path, then it would be valid from anywhere on the site:

    Code:
    <script type="text/javascript" src="/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>
    - John
    ________________________

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

  3. #3
    Join Date
    Jun 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John,

    thank you very much for your help. That simple edit enabled the script to work just the way I wanted it to.

    Thank you!!

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
  •