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
Tom
(@atomiktd)
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
@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!