Results 1 to 10 of 10

Thread: slide show

  1. #1
    Join Date
    Aug 2015
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default slide show

    1) Script Title: Ultimate Fade-In Slideshow

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

    3) Describe problem: I don't understand this script. It says to "simply" paste here and "simply" paste that there, download these files and voila (basically). However, when I try to "simply" paste this here and "simply" paste that there, and download these files all that happens is that any other pictures I have on my site's homepage breaks.What do I do? What steps is this thing missing? Also, it says to check inside the fade slideshow file to make sure that it redirects to the correct pic on the comp but I couldn't find where I would do that. Not to mention that it shows 4 demos and there is only one code. What the heck am I missing here?

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

    Default

    it says to check inside the fade slideshow file to make sure that it redirects to the correct pic
    yes, you need to make sure the paths to the loading.gif and restore.png are correct for your setup.

    Not to mention that it shows 4 demos and there is only one code.
    Right. Except that there are two. The live page demonstrates some of the options detailed in the settings further down the page, while the copy-and-paste code gives you a leaner starting point. It's up to you to choose the additional settings.

    Overall the instructions are clear and straightforward, but bear in mind that the slideshow is subject to the same rules, logic and best practices that any other web page or script integration is - e.g. Only one jQuery library per page, no conflict mode if other libraries are present (MooTools), knowledge of web page structure, source order of this in relation to other jQuery plugins, valid Doctype, etc. Here is where developer knowledge and troubleshooting experience comes in handy.

    If something isn't working for you, then we need to see the actual page, so post a link and someone can give you a few pointers.
    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

  3. #3
    Join Date
    Aug 2015
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    [QUOTE=Beverleyh;313789]yes, you need to make sure the paths to the loading.gif and restore.png are correct for your setup.


    Okay so I'm trying to work on one suggestion at a time. I don't understand this though. I'm honestly feeling a little stupid. I used to get html and now it's been so long and it's changed so much. My powers of logic are not strong on this one!

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

    Default

    Change the path to where you upload them. If in doubt, work with absolute paths (the ones starting with a 'http://'), so if you upload the loading.gif and restore.png images to your root folder (the main web-accessible folder of your website), the paths would be 'http://www.website.com/loading.gif' and 'http://www.website.com/restore.png'.
    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

  5. #5
    Join Date
    Aug 2015
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Beverleyh View Post
    Change the path to where you upload them. If in doubt, work with absolute paths (the ones starting with a 'http://'), so if you upload the loading.gif and restore.png images to your root folder (the main web-accessible folder of your website), the paths would be 'http://www.website.com/loading.gif' and 'http://www.website.com/restore.png'.

    okay so if my hypothetical website was tabidanielle.com i would make the path be tabidanielle.com/loading etc?

  6. #6
    Join Date
    Aug 2015
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Beverleyh View Post
    Change the path to where you upload them. If in doubt, work with absolute paths (the ones starting with a 'http://'), so if you upload the loading.gif and restore.png images to your root folder (the main web-accessible folder of your website), the paths would be 'http://www.website.com/loading.gif' and 'http://www.website.com/restore.png'.
    controls: [['x.png', 8, 8], ['restore.png', 14, 15.5], ['loading.gif', 54, 55]], //full URL and dimensions of close, restore, and loading images

    thats the line of code. do i change those numbers or what?

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

    Default

    Not the numbers (unless you've used different sized images) - just the paths. The paths you put in there need to be the URL locations of said images.

    As previously suggested (using your example);
    if you upload the loading.gif and restore.png images to your root folder (the main web-accessible folder of your website), the paths would be 'http://www.tabidanielle.com/loading.gif' and 'http://www.tabidanielle.com/restore.png'.
    If you need more help, please provide a link to your page.
    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

  8. #8
    Join Date
    Aug 2015
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Beverleyh View Post
    Not the numbers (unless you've used different sized images) - just the paths. The paths you put in there need to be the URL locations of said images.

    As previously suggested (using your example);

    If you need more help, please provide a link to your page.

    I don't understand where I would put the http address. the website I'm working on is emporiony.com

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

    Default

    Example

    Look for 'restore.png' on the controls line

    Change it to 'http://emporiony.com/restore.png'

    Upload the image to the root of your website (so that the path matches it in the script)

    Repeat for the other control images.

    PS - I don't see the Fade In Slideshow script in your web page. If you need help with it, we have to see how youre attempting to set it up so that we can suggest where you're going wrong.
    Last edited by Beverleyh; 08-05-2015 at 08:14 PM.
    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

  10. #10
    Join Date
    Aug 2015
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Beverleyh View Post
    Example

    Look for 'restore.png' on the controls line

    Change it to 'http://emporiony.com/restore.png'

    Upload the image to the root of your website (so that the path matches it in the script)

    Repeat for the other control images.

    PS - I don't see the Fade In Slideshow script in your web page. If you need help with it, we have to see how youre attempting to set it up so that we can suggest where you're going wrong.


    Thank yyou so much. I have figured out the issue and it is resolved. I haven't made it live yet bc I still need to figure out what pics I want to use but the concept is down pat. Again, thank you for your help.

Similar Threads

  1. Ultimate Fade-In Slide Show - Audio file with each slide
    By gary.mcgill in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 02-26-2014, 01:22 PM
  2. Ultimate Fade-In Slide Show - Advance slide on mouse click
    By gary.mcgill in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 02-24-2014, 12:14 PM
  3. Start at middle of a slide show & Mouseover Slide Message
    By Chaim in forum Looking for such a script or service
    Replies: 0
    Last Post: 09-13-2009, 10:31 PM
  4. Ultimate Fade-in slide show- show text descriptions?
    By bobvaz in forum Dynamic Drive scripts help
    Replies: 9
    Last Post: 06-07-2007, 03:27 PM
  5. Image Slide Show - Book Flip Slide Show
    By Peppy in forum Dynamic Drive scripts help
    Replies: 13
    Last Post: 01-17-2007, 04:11 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
  •