Couple of suggestions
-
wrt v2.0.7
1. GDPR_Public::set_plugin_cookies() currently sets [if not already set] allowed_cookies as being only those whose category status is ‘Required’. However, it should also include those whose category status is ‘ON’, otherwise (on first visit to a site) the allowed_cookies [cookie setting] and the Preference Center are inconsistent – the cookie says “not allowed”, the Preference Center says “allowed” (due to privacy-preferences-modal.php checking for the presence/absence of the privacy_bar cookie … which it shouldn’t).
2. When electing to show the cookie categories in the Privacy Bar (privacy-bar.php), the category checkboxes should initially (ie. before any user action) show the current state of the settings. As for the Preference Center (see above), that ‘current state’ should reflect what allowed_cookies is set to.
3. add a rule to assets/css/gdpr-public.css
.gdpr-policies li a {box-sizing:border-box;}
so that the padding around the Privacy Policy link doesn’t force a horizontal scroll bar in the sidebar of the Preference Center.
- The topic ‘Couple of suggestions’ is closed to new replies.