• Resolved ElectricFeet

    (@electricfeet)


    Does anyone know how to stop the slider pausing when the mouse hovers over it?

    Some people I’ve tested the site on use notebooks and the slider is so big that it covers their whole screen. They can hardly avoid having the cursor over the slider, at which point it stops — which rather defeats the object of the slider.

    I know that the underlying Twitter Bootstrap carousel has an option to switch this feature on and off. Does anyone know how to switch it in Customizr?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi EF, here is a quick fix :

    in class-header-slider.php, line ~283 replace

    $delay = '{interval:'.$delay_value.'}';

    by :

    $delay = '{interval:'.$delay_value.', pause : "false" }';

    This should be improved in next versions!

    Thread Starter ElectricFeet

    (@electricfeet)

    Almost indistinguishable from magic! Thanks ??

    Hi Nico – has this been improved yet?

    Hi, since this older thread has been dug up…. the solution above did work for me until last Customizr update. Now, it no longer works. I am using a child theme for all the customization. Help please!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Stop slider pausing?’ is closed to new replies.