whois1games
Regular Member
- Dec 15, 2018
- 203
- 39
I offer downloads in my WordPress blog, is there any way to delay download button with timer when clicked without content locker software?
JavaScriptI offer downloads in my WordPress blog, is there any way to delay download button with timer when clicked without content locker software?
Actually, there is an option to place a class in WordPress but not ID. When I place an ID in block editor, it shows block error.https://stackoverflow.com/questions/55684940/on-click-button-show-div-after-time-period-finish
Maybe this could work for you.
I offer downloads in my WordPress blog, is there any way to delay download button with timer when clicked without content locker software?
In my opinion, installing a plugin just for this is a bit overkill, it takes a few lines of JS at most.Yes, it's possible:
https://www.wpdownloadmanager.com/download/lazy-download-add-on/
In my opinion, installing a plugin just for this is a bit overkill, it takes a few lines of JS at most.