Comments Chris started the conversationMarch 1, 2016 at 12:56pmI'm using the full screen slider on my home page as the gallery. I would like to add a pause button for visitors if that is possible. Consider an update to this site so it says you have to add the htpp:// when adding your url. Or make it that you do not have to. 2,006Support repliedMarch 1, 2016 at 8:01pmHello Chris,What you can do is adding a button, give it an id and the handling on click event.http://api.jquery.com/on/ $( "#mybutton" ).on( "click", function() { // stop the slider here }); then inside using jQuery('#fullscreen-slider') as selector call the method that stops the slider.http://www.aaronvanderzwan.com/maximage/although I couldn't find any method in their API for stopping (at first glance)thanksThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio Sign in to reply ...
I'm using the full screen slider on my home page as the gallery. I would like to add a pause button for visitors if that is possible.
Consider an update to this site so it says you have to add the htpp:// when adding your url. Or make it that you do not have to.
Hello Chris,
What you can do is adding a button, give it an id and the handling on click event.
http://api.jquery.com/on/
then inside using jQuery('#fullscreen-slider') as selector call the method that stops the slider.
http://www.aaronvanderzwan.com/maximage/
although I couldn't find any method in their API for stopping (at first glance)
thanks
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio