Results 1 to 3 of 3

Thread: Full Page Slideshow - Works on PC but not on Webhost Site - Please Help

  1. #1
    Join Date
    Oct 2016
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation Full Page Slideshow - Works on PC but not on Webhost Site - Please Help

    1) Script Title: Full Page Slideshow

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

    3) Describe problem: I’ve got the Full Page Slideshow working like a champ on my PC (Windows 7, local host) but when I moved my site (The Dinosaur Fan; www.dinofan.com) up to my web host (HostGator), it is no longer working. The page comes up, I see the “throbber” throbbing away just fine, and I can see a outline of the text box background in the bottom-right corner of the screen where I configured it. There are no error messages; at least none that I can see.

    Can someone please help me trouble shoot this? I am not very technical which is why I use pre-coded scripts like this. I asked my web host to take a cursory glance at the code to see if there are any obvious path/connection/server settings issues but they refused, relying on the age-old, “its custom code, we can’t help”. I do not even know where to begin and I do not know JavaScript though I could edit it if told what to change. I’ve attached the code to the webpage with the script in it. NOTE: I am running a second script from Dynamic Drive (Sticky Tootip) on the same page and it works fine which makes me think the Full Page Slideshow just needs a minor tweak and/or requires “something” to be turned on or configured on the host site.

    FYI, I saved the attachment as a text file (.txt) but it is actually ASP.NET page (.aspx).
    Attached Files Attached Files
    Last edited by jscheuer1; 10-02-2016 at 04:17 PM. Reason: format

  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

    I'm getting this error in the console:

    http://dinofan.com/playlist.json Failed to load resource: the server responded with a status of 404 (Not Found)

    Either you failed to upload it or, perhaps it's saved in a different case. Upper and lower case letters in filenames are usually seen as meaning the same thing on a local computer, generally they indicate different files on the server.

    But, I'm thinking more likely you just neglected to upload it or put it somewhere else than the code is expecting to see it. It should be in the root folder of the domain.

    But it might be there. If I try to navigate directly to it, I get a different error message directly from the server. Go to this link to read it (note, since this has been fixed, you will now see the intended file if it's still there):

    http://dinofan.com/playlist.json

    If that doesn't make sense to you, ask your host for support. It's a fairly simple matter generally, in your configuration you can set files with the .json extension to be the type of file that can be accessed.

    It's also possible you could rename it to a .txt file and change where it's referenced in the code to look for that type file, but that might cause other problems, but should work. call it playlist.txt upload it as that, then in the code on the page change:

    Code:
    	        $("#pan_area").smoothslider("install", {
    	            "playlist_url": "playlist.json", // get the playlist and some config from the server
    to:

    Code:
    	        $("#pan_area").smoothslider("install", {
    	            "playlist_url": "playlist.txt", // get the playlist and some config from the server
    The browser cache may need to be cleared and/or the page refreshed to see changes.
    Last edited by jscheuer1; 10-03-2016 at 12:18 AM. Reason: tried to navigate to it, later - remove hotlink
    - John
    ________________________

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

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

    dinofan (10-03-2016)

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

    Default

    jscheuer1, I am extremely grateful that you took the time to respond to my plea for help. After 45 minutes of IM's with my web host and then another two hours for a Window tech to look at the problem, they added the .json extension to their server MIME types with an associated Handler Mapping and .... BOOM! The problem was solved! I would never have known to look at this. Folks like you are a true blessing to non-techies like myself. Thank you so very much.

Similar Threads

  1. Full page slideshow not working with IE
    By dvera in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 01-12-2016, 08:33 PM
  2. Captions not showing on Full Page Slideshow
    By Belniak in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 03-02-2015, 01:55 PM
  3. Full Page Image slideshow won't run
    By larrygard in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 10-30-2014, 04:14 PM
  4. Full Page Slideshow
    By greg 123 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 09-21-2014, 11:03 AM
  5. Full Page Image slideshow
    By Mickyboy in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 05-21-2014, 01:56 AM

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
  •