Did you update the template too?
No I did not :/, will update it now, thanks for fast answer
You probably just need to add "claim-button" class to the button in index.php of your template. That way you won't have to redo all your customizations.
Hmm i updated the whole template, and tried to add class claim as well, but the problem seem to persist.
It somehow shows ad block button text, with function of claim button
Are you using adblock?
Is "Detect and block users with ad blocking software" enabled in your fb admin?
Is the "Enable Get reward button after some time" greater than 0?
When you do "view source" of your facet can you find:
If you want to make the button non-clickable open:
antibotlinks.php
Under:
claim_button.val('Please disable AdBlock and reload');
Add:
claim_button.prop('disabled', true);
I had few divs between footer box and scripts required for button, i moved the divs and it is working perfectly, somehow it was blocking button-timer.js and advertisement.js. Thanks for the help!