Results 1 to 3 of 3

Thread: Fadeshow help with Wordpress

  1. #1
    Join Date
    Aug 2014
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Fadeshow help with Wordpress

    I'd like some help using Ultimate Fade In Slideshow
    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    I've used the slideshow successfully several times but am having trouble getting it to work properly within the header of a WordPress site: http://inlandnwgravel.myloonlake.com/ It works fine on the main page but I cannot figure out how to get it to display on the rest of the pages for the website.

    I've read all the forum posts but have not been able to get a clear fix for this problem that I can understand. I'm a little new to WordPress but have set up a child theme and I have located all the files that need to be modified.

    If anyone can direct me to where I need to modify the code to get my slideshow to display within the header on all the pages I'd be very grateful. I've spent days trying to figure it out on my own.

    Thanks! Jaime (FancyFrog)

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

    Default

    Looking at the source of one of your sub pages, for example: http://inlandnwgravel.myloonlake.com/contact-us/ , the problem is the reference to fadeslideshow.js. It's broken. You can fix that by changing the reference to the .js file to an absolute reference:
    Code:
    <script type="text/javascript" src="http://inlandnwgravel.myloonlake.com/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>
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    FancyFrog (08-26-2014)

  4. #3
    Join Date
    Aug 2014
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    That fixed it! I wish I had come here days 3 days ago. Thanks so much for your quick help.

Similar Threads

  1. Fadeshow not working in IE9
    By microweb in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 03-18-2013, 07:45 PM
  2. Need help with Ultimate fadeshow
    By Runo in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 05-05-2010, 04:03 PM
  3. fadeshow with Chrome
    By yvonneth in forum JavaScript
    Replies: 6
    Last Post: 10-29-2009, 04:11 PM
  4. Fadeshow on IE6
    By JVWright in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 11-08-2007, 09:32 PM
  5. fadeshow STOP?
    By encrypted in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 12-12-2006, 08:52 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
  •