• Resolved barbarawebnauta

    (@barbarawebnauta)


    Hi,
    I didn’t understand: the cookie table are required for the first reject of user? Or are only for secondary delete or print che table in the cookie policy page?
    (it’s not necessary print the table for the law, it’s only important inform the users about the services that can use cookies)
    The question is: in future I can add another plugin, and forget to insert the cookie in the table, but I want users can reject all the cookies of the site (this is want the law).
    Thanks very much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Thread Starter barbarawebnauta

    (@barbarawebnauta)

    Sorry, but this is not an answer for my question.
    And I read the user guide, but it’s incomplete.

    I ask you: if I take empty the cookie table, and user reject, are all cookies on my site still blocked?

    Thanks.

    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.

    Thread Starter barbarawebnauta

    (@barbarawebnauta)

    And what is this script? In the user guide there isn’t and I’m not a wordpress programmer… it would seem obvious to me that a bar that has to block cookies at the entrance has an option to block them all, without having to enter them one by one… or not ?!

    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.

    Thread Starter barbarawebnauta

    (@barbarawebnauta)

    But my problem isn’t if the users gives me consent, is if the users give reject!!
    Now, I have my table of cookie full of all the cookies of my site ALL with Sensitivity=”non-necessary”, I open a clear Firefox, F12, no cookies from my site, open my site, I click Reject, and then… all the cookies appears.

    So, something was wrong. Try you: https://webnauta.it/wp_develop

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Reject with cookie table empty?’ is closed to new replies.