Results 1 to 4 of 4

Thread: Presentational Slideshow Script not working for me...

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

    Default Presentational Slideshow Script not working for me...

    1) Script Title: Presentational Slideshow Script

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

    3) Describe problem:

    I honestly admit that I do not have scripts experience. So I need some troubleshooting from you guys.

    The site where I am using the Presentational Slideshow Script is: http://ww2.sulross.edu/museum/new/index.html
    I am using the script in the center cell (where it is just a white space!) below the Background Image Carousel or big black rectangle (depending on whether I got the Background Image Carousel working!).

    I BELIEVE I have all of the settings correct, but my images are not showing and the Presentational Slideshow Script is not working on the live site. (It works on my local site on my computer!).

    Would you please take a look at it? I'm sure it's some little something I don't understand and don't know that I need to change.

    Thanks in advance for your assistance!

    KIP

  2. #2
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    Im not entirely sure where you have everything located but try changing:
    Code:
    ../images/slideshow/exhibits.jpg
    to
    Code:
    /images/slideshow/exhibits.jpg
    -DW [Deadweight]
    Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved

  3. #3
    Join Date
    Jan 2011
    Location
    Southeastern CT
    Posts
    612
    Thanks
    46
    Thanked 32 Times in 32 Posts

    Default

    When I checked the page source this happened first off:

    <script src="/scripts/bgcarousel.js" type="text/javascript">

    when I click on this file I get this result:

    [code]
    <html><head><title>Error</title></head><body>The system cannot find the path specified.
    </body></html>
    [code]

    (I hope I did that right-it has been a while)

    then in different places you use ../images and other places you use /images

    Maybe the image locations need to be fixed as DW points out
    Thanks,

    Bud

  4. #4
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Be careful with your paths. A "/" at the start of your paths is telling the browser to look for the resource from the root of the website, so "/scripts/bgcarousel.js" means the same as "http://ww2.sulross.edu/scripts/bgcarousel.js". This isn't where your script is.

    Your script is located at "http://ww2.sulross.edu/museum/new/scripts/bgcarousel.js", so to turn that into a relative path that you can use in your web page (which is in the "http://ww2.sulross.edu/museum/new/" directory), you would type "scripts/bgcarousel.js".

    Similarly the exhibits pic is located at "http://ww2.sulross.edu/museum/new/images/slideshow/exhibits.jpg", so the relative path you use in your web page would be "images/slideshow/exhibit.jpg"

    Hope that helps.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

Similar Threads

  1. Script: Presentational slideshow not working after inserting new image
    By dianept23 in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 09-26-2012, 04:57 PM
  2. Presentational Slideshow Script problem
    By jellis in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 09-18-2009, 12:03 AM
  3. Presentational Slideshow Script
    By neilkw in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 10-03-2008, 08:28 AM
  4. Presentational Slideshow Script
    By sandyk3 in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 05-30-2008, 05:08 AM
  5. Presentational Slideshow Script
    By ludwig in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 02-14-2005, 03:27 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
  •