2023-02-18, 07:44:52
(2023-02-18, 00:56:13)islander Wrote:(2023-02-17, 21:11:09)tuxy Wrote: Hi guys,This plugin is only giving notice of the use of cookies.
Installed the Cookies-plugin on my test-website.
The message shows up correctly, but is there a way, if the visitor not click on the ACCEPT button the tracking scripts are disabled/hide, until the visitor clicks on the 'accept' button?
Is there a way implement this in the Cookie plugin or with an if-condition disabled/enabled the scripts in the theme-template.
Example:
Code:<?php if (cookie-plugin == ACCEPT) { ?>
<script>
TRACKING-CODE
</script>
<?php } ?>
It does nothing regarding excepting or not.
It is not a GRPD script.
* as for as i know
Hmm, okay :/