I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Countdown Timer

dashed-slug.net Forums Faucet extension support Countdown Timer Reply To: Countdown Timer

#3017
alexg
Keymaster

Hello,

After a successful claim a countdown timer is displayed already.

Does it not show in your installation?

If you inspect the DOM, there should be something like:

<div class="countdown-container">
	<span class="text">You can claim again in:</span>
	<span class="countdown" data-nextclaim="1525351232">00:00:59</span>
</div>

Perhaps your theme is preventing it from being displayed?