Author Topic: I need to pause slideshow when mouse on it  (Read 4105 times)

Offline saifbd3344

  • Newbie
  • *
  • Posts: 48
  • Karma: +1/-1
    • View Profile
I need to pause slideshow when mouse on it
« on: February 11, 2014, 10:38:50 PM »
Please help me how to make this change. When I move cursors on slideshow image than slider will be pause. Is it possible?

Thanks, Saif

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: I need to pause slideshow when mouse on it
« Reply #1 on: February 12, 2014, 01:02:02 PM »
You need to add on mouse hover event to banner slider main div and disable slide show

http://api.jquery.com/hover/

There is no built in feature for this.
You can only disable auto slide show completely:
file: storefront/view/default_html5/javascript/custom.js
Code: [Select]
                slideShow: false,
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline saifbd3344

  • Newbie
  • *
  • Posts: 48
  • Karma: +1/-1
    • View Profile
Re: I need to pause slideshow when mouse on it
« Reply #2 on: February 13, 2014, 01:46:59 PM »
Can you give me some code for change it. I can't edit because I am not good on php and javascript. Please help me.

Thanks, Saif

 

Powered by SMFPacks Social Login Mod