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!

Change the Timers max Value

dashed-slug.net Forums Faucet extension support Change the Timers max Value

Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3090
    Anonymous
    Inactive

    Currently the Faucet Timer only shows 24 hours even if I set the Faucet period (minutes) to 4320 (3 days)

    https://drive.google.com/file/d/1prK_4DTJe57hgWs3iv2l2UXVcTsQAO3h
    https://drive.google.com/file/d/1th9iJg5IL7qpnjxidFohaDbZjqIC_d3N

    It would be good to extend the Output of the Timer to Something like You can claim again in: 2 Days 23:50:36

    #3094
    alexg
    Keymaster

    Hello,

    I will have a look at this soon.

    Thank you

    #3096
    alexg
    Keymaster

    This is now fixed in version 1.3.5 of the faucet extension.

    regards

    #3104
    Anonymous
    Inactive

    Somehow the days are still not shown in v1.3.5

    This is what it shows:

    You can claim again in: 01:36:11

    But the code looks like that:

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

    1526757158
    Is equivalent to:
    05/19/2018 @ 7:12pm (UTC)

    Regards

    #3107
    alexg
    Keymaster

    This is very strange.

    If you check assets/scripts/wallets-faucet.js you will find that in cases where the remaining time is more than 1 hour, the time is now displayed as human-readable text. Additionally, I have tested this extensively.

    My first thought was that the old JavaScript code is still running on your browser, but I have made sure to attach a version number to the wp_enqueue_script() call so this is not very likely. It might be worth clearing your cache anyway just to make sure.

    kind regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.