Mark
Forum Replies Created
-
It was a mistake, updated the last reply
We have found some issues with WPML compatibility. We will be correcting those translation related issues and will be updating within a week or two.
Hi @robf
We just launched the PRO version of the plugin with more features like granular consent restriction…etc. Both the free version and PRO version are developing by the same team webtoffee. Free version will be keep going as it is with it’s support and updates. We didn’t changed the version number as it will not affect any functionalities of the plugin.
When user click on the “Delete Cookie” coming with [delete_cookie] shortcode, it deletes the consent cookie (viewed_cookie_policy). “Reject” will delete non-necessary cookies stored
In-order to restrict the cookie according to the consent, you may need to render your script through our plugin settings page like in the screenshot (sample Google Analytics rendering according to the consent)
Code from both fields will be rendering only if user has given the conset. The check is like below code,
if($third_party_cookie_options['thirdparty_on_field'] == 'true' && $_COOKIE['viewed_cookie_policy'] == 'yes')Thank you for the review.
Hi @abcsrl
It’s possible with the PRO version.
You can add similar cookies in backend in similar categories and add corresponding script in backend.
Users can accept or reject individual category so the scripts added will be rendered only if user accepts the category you have added in backend.For more information about the PRO version, please reach our support forum here
Hi @normancates,
You have to manually add all the cookies under Cookie List > Add New.
To find out the cookies that your website is using, kindly refer to this article.
Hi @karen-drost,
You may set the URL of your privacy policy page under the plugin settings. Go to Cookie Law Info > Cookie Law Settings > Read More Link > Link URL and set the URL.
Hi @ria_,
You can add all these cookies that belongs to Google Analytics if you want them to be displayed in the audit.
See the screenshot.
The script for Google analytics cookies should be added in the Non-necessary Cookie Settings page. The script added will only be rendered when the user gives consent.
Hi @amgregory,
If you are happy with the plugin/support please leave us a review here.
Hi @barbarawebnauta,
Since each site uses different cookies, you will have to identify the cookies that your website uses and set the configurations accordingly.
Let’s say for Google Analytics, You will need to add the script as in the screenshot.
If the user has given consent, the code in the screenshot will be rendered on the website.
Hi @amgregory,
It seems like a caching problem. The banner on your website now spans the full width. Please check by clicking here.
Hi @barbarawebnauta,
For the cookies on the site to be blocked, you will need to add your desired script in the Non-necessary Cookie Settings page. Emptying the cookie table will not have any effect on the cookies being blocked.
Hi @barbarawebnauta,
We use the cookie viewed_cookie_policy to check whether the user has given the consent or not . If the user has given the consent, the value of the cookie will be ‘yes’and if not the value will be ‘no’.
You can add your desired script in the Non-necessary Cookie Settings. If you have checked yes for Enable Non-necessary Cookie and based on the consent (viewed_cookie_policy) it will be rendered in the front-end.
Please refer to the user guide for the Cookie Law Info.