Want to thank and support me for my work?
Buy my iWebFAQ.org E-Book (15$) (reviews) (sample) or...
iWebFAQ.org is presented by Cédric and hosted by HostExcellence
It is currently Thu May 23, 2013 5:42 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Auto fading slideshow, can it be set to never stop?
Author Message
 Post subject: Auto fading slideshow, can it be set to never stop?
PostPosted: Thu Sep 01, 2011 10:38 am 
Offline

Joined: Thu Sep 01, 2011 10:32 am
Posts: 21
Hi,

I recently bought the book, and have had a lot of success with the information. My question is,

Can I make the auto fading slideshow not stop with a mouse over? I just want it to continually change images and never stop when moused over.
The reason I want this is to do a basic animation by speeding up the slideshow and reducing the fade effect but I don't want people to be able to mouse over the animation and it stops.

Thanks.


Top
 Profile Send private message  
 
Auto fading slideshow, can it be set to never stop?
Author Message
 Post subject: Re: Auto fading slideshow, can it be set to never stop?
PostPosted: Thu Sep 01, 2011 10:50 pm 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
Hi,

what you could do is place a TextBox or a Shape (reducing opacity to zero) in front of the slideshow for people to not be able to interact with it hence putting the mouse over it the slideshow would continue to play.

Kind regards,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
Auto fading slideshow, can it be set to never stop?
Author Message
 Post subject: Re: Auto fading slideshow, can it be set to never stop?
PostPosted: Fri Sep 02, 2011 5:06 pm 
Offline

Joined: Thu Sep 01, 2011 10:32 am
Posts: 21
Great idea, i'll give it a try thank you!


Top
 Profile Send private message  
 
Auto fading slideshow, can it be set to never stop?
Author Message
 Post subject: Re: Auto fading slideshow, can it be set to never stop?
PostPosted: Fri Sep 02, 2011 5:27 pm 
Offline

Joined: Thu Sep 01, 2011 10:32 am
Posts: 21
I just applied it and it worked great. Thanks so much, I was worried there would be no way to do it and I would have to use a different type of slide show and redo everything. This is a also a nice alternative to deleting the link urls and description in the code.


Top
 Profile Send private message  
 
Auto fading slideshow, can it be set to never stop?
Author Message
 Post subject: Re: Auto fading slideshow, can it be set to never stop?
PostPosted: Sun Sep 04, 2011 9:25 am 
Offline

Joined: Thu Sep 01, 2011 10:32 am
Posts: 21
OK, so this solution works great for browsing on a regular computer, but on mobile devices it still stops the slide show if it's clicked on. Any suggestions on how to disable this on mobiles?

Thanks


Top
 Profile Send private message  
 
Auto fading slideshow, can it be set to never stop?
Author Message
 Post subject: Re: Auto fading slideshow, can it be set to never stop?
PostPosted: Sun Sep 04, 2011 8:35 pm 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
Open the fadeslideshow.js you find in the fadeslideshow folder with TextWrangler and look for this line:

Code:
      setting.$wrapperdiv.bind('mouseenter', function(){setting.ismouseover=true}) //pause slideshow mouseover


change true to false

Code:
      setting.$wrapperdiv.bind('mouseenter', function(){setting.ismouseover=false}) //pause slideshow mouseover


And it won't stop on mouseover anymore.

Regards,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron






Want to support me for my work?

or buy my iWebFAQ.org E-Book (15$)

(reviews) (sample)

Thanks,
Cédric



 

This website is hosted by HostExcellence



© 2008, 2009 Powered by phpBB Group
Macinscott 3 style by Scott Stubblefield