Advanced Gallery Slider Pause on Hover
-
Hello,
I have heard lots about your plugin so I just took it for a spin and have really enjoyed it. Great job!
I did find a bug in the Advanced Gallery Slider block I thought you’d like to know about. My slider includes the attribute data-slider-hover-pause=”false” in the source code, but Slick does not honor this and pauses on hover, which is the default behaviour for Slick.
I tracked back through the code and found the line at fault in kadence-blocks/dist/kt-slick-init.js line 15:
sliderPause = container.data( ‘slider-pause-hover’ ),I changed it to this to reflect the attribute in the source code:
sliderPause = container.data( ‘slider-hover-pause’ ),All works as expected now. Maybe something for the next release. Thanks again!
- The topic ‘Advanced Gallery Slider Pause on Hover’ is closed to new replies.