pressidium / pressidium-cookie-consent

🍪 Lightweight, user-friendly and customizable cookie consent banner to help you comply with the EU GDPR cookie law and CCPA regulations.
https://wordpress.org/plugins/pressidium-cookie-consent/
GNU General Public License v2.0
43 stars 3 forks source link

Missing "Reject all" button #64

Closed DennisRas closed 2 months ago

DennisRas commented 3 months ago

The user should be able to reject all cookies without opening the preferences/settings modal. Either/both with a close button/icon and/or 3rd button in the button group.

~A quick suggestion would be to add a "Reject all" to the Secondary Button option array.~ image

Edit: Actually disregard the suggestion. I guess the "Accept necessary" option technically counts as a "No thanks" button. I just noticed that CookieConsent v3 has 3 buttons that makes options more clear for the user. image

over-engineer commented 2 months ago

Hey, @DennisRas!

Actually disregard the suggestion. I guess the "Accept necessary" option technically counts as a "No thanks" button

Spot on. Choosing “Accept necessary” essentially translates to “Reject all”.

You could even change the button label to “Reject all”. On wp-admin, go to Cookie Consent ⭢ Translations, select the “Edit” action for the language you wish to update (e.g. “English”), change the “SECONDARY BUTTON” from “Accept necessary” to “Reject all”.

Closing as resolved.