Viewing 5 replies - 1 through 5 (of 5 total)
  • mmah

    (@mmah)

    If you can access the files on the server, then go to the plugin’s dir. In raw 17 script.js file
    change
    timeoutDuration:chpcsArgs.time_out
    to
    timeoutDuration:parseInt(chpcsArgs.time_out)
    And this should do it.
    Another way is to download the plugin to your computer, do the edits then upload it to your site as a new plugin

    Thank you mmah. It works 🙂

    But still, I’m gonna loose it after next upgrade 🙁

    I am using child theme. Is there any way to fix it so upgrades won’t change it in future?

    Tom,

    We hope the author fixes it so we do not worry about upgrades!

    There is a ways to go around it! This may help https://wptavern.com/how-to-extend-a-wordpress-plugin-without-losing-your-changes

    Plugin Author subhansanjaya

    (@subhansanjaya)

    @mmah Thanks, I’ll fix it on the next version.

    Thank you so much for figuring this out! I’ve made the change on my site and I am able to control the delay as I wish. Thank you, thank you, thank you!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘changing autoscroll speed’ is closed to new replies.