Plugin Author
Phil
(@philsbury)
Hi @nicoleat,
That’s not currently possible. Not in a super easy way anyway. Technically you could add an event listener to the agegateshown event and hide it, then set a timeout to show it again but I’m not sure that you wouldn’t get a flash of the form every time.
Possibly something I can add in a future version though
Thanks
Phil
Plugin Author
Phil
(@philsbury)
Hi @nicoleat,
Currently, it’s not possible via anything in the codebase. I can look at adding it in the future though.
You could achieve it by filtering the output of the JS file to make it a type of text/plain then set a timeout and change it to a javascript file. That’s how some of the cookie banners prevent cookie dropping scripts until the user accepts. Is a little complicated though!
Thanks
Phil