Results 1 to 4 of 4

Thread: Ultimate Fade-in slideshow:eliminate onmouseover pause

  1. #1
    Join Date
    May 2008
    Posts
    23
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow:eliminate onmouseover pause

    1) Script Title: Ultimate Fade-in slideshow (v2.4)

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

    3) Describe problem:
    How would I adjust the script to eliminate the onMouseover pause? I'd like it to run regardless of mouse position.
    Thanks!
    Last edited by avdistribution; 06-26-2010 at 10:19 PM.

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    Hi avdistribution. I tried to figure out how to do as you request. I am on thin ice with this but what I tried was to find line 79 and 80 in the fadeslideshow.js and outcomment them like this:
    Code:
    // setting.$wrapperdiv.bind('mouseenter', function(){setting.ismouseover=true})   //pause slideshow mouseover
    // setting.$wrapperdiv.bind('mouseleave', function(){setting.ismouseover=false})
    It seems to do the trick but I don't know if there are any adverse-effects. !

  3. #3
    Join Date
    May 2008
    Posts
    23
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    Yeah, I just figured it out and came back to post what worked for me:
    Code:
    a.$wrapperdiv.bind("mouseenter",function(){a.ismouseover=false});
    Thanks for the response!!

  4. #4
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hello,

    I'm pretty much a complete newbie - where do I put these proposed fixes in terms of the code provided?

    Edit: I'm an idiot. All fixed
    Last edited by nick-33; 07-20-2010 at 09:32 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
  •