We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible for the user to change their mind after they have accepted or rejected the cookies?
How can they see the popup again?
Thanks,
Andy
The text was updated successfully, but these errors were encountered:
Set the hideAfterClick to false and it should display a "Manage Cookies" button.
hideAfterClick
Sorry, something went wrong.
Hi Chris,
Thanks for replying. It is set to false already but I don't see a 'Manage Cookies' button.
The site is at: https://www.sheffieldmca.org.uk/
Would you mind looking at how I've implemented the script to see if I'm missing something please?
You have set it like this hideAfterClick: 'true', but it should be hiderAfterClick: true as boolean and not as string!
hideAfterClick: 'true'
hiderAfterClick: true
Ah - fantastic - that worked!
No branches or pull requests
Is it possible for the user to change their mind after they have accepted or rejected the cookies?
How can they see the popup again?
Thanks,
Andy
The text was updated successfully, but these errors were encountered: