Results 1 to 6 of 6

Thread: mouseover ultimate slideshow v2.0

  1. #1
    Join Date
    Sep 2009
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default mouseover ultimate slideshow v2.0

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

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

    3) Describe problem: Is there a way to disable pause when mouseover occurs? Also is there an instruction to make the pictures appear centered on the page? My usual methods don't seem to work.
    Last edited by perthroad; 09-22-2009 at 11:29 PM. Reason: Additional query that I forgot at time of posting.

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

    Default

    For the first question, inside the .js file, try commenting out the below line:
    Code:
    //setting.$wrapperdiv.bind('mouseenter', function(){setting.ismouseover=true}) //pause slideshow mouseover
    For the second, do you mean how to center the entire slideshow horizontally on the page?
    DD Admin

  3. #3
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    Quote Originally Posted by perthroad View Post
    ... is there an instruction to make the pictures appear centered on the page? My usual methods don't seem to work.
    What are your "usual methods"? Have you tried setting margin: 0 auto; text-align: center; to the containing <div>?

  4. #4
    Join Date
    Sep 2009
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks but when I try to open the fadeslideshow.js file, I get an error message and can't open it. Then error is in line 15. Char:1. Error: 'jQuery' is undefined. Code: 800A1391.

    Since posting I have found a way around centering the slideshow thanks.

    One other question. If I limit the cycles of the slideshow, must it stop on the first picture in the array, or can it be made to stop on the last?

    Thanks again for a great program.

  5. #5
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    what are you using to try to open the .js file? a plain text editor works best (i.e., Notepad).

    If you're getting an error about jQuery being undefined, you need to make sure your <script> call to the jQuery library is correct. It should be:
    Code:
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

  6. The Following User Says Thank You to traq For This Useful Post:

    perthroad (09-24-2009)

  7. #6
    Join Date
    Sep 2009
    Posts
    6
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks very much. It now does exactly what I wanted.
    Perthroad

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
  •