I can’t find any option to set up a tiny cookie banner that is always visible and that users can always change preferences. Without it, it is not fully GDPR compliant.
Site URL
Steps to Reproduce
Well, just visit the website and see that the banner dissapears.
Expected Behavior
As above, the banner should be in some minimised form, always accessible.
Cookie Consent adds an element with the attribute fs-consent-element="fixed-preferences" and class fs-consent_open-prefs. This element is responsible for opening the preference panel when a user wants to modify their consent selection.
You can either:
Re-generate the component by removing the element with class fs-consent_component and adding it again through the app
Manually rebuild the fixed preferences element using the structure below:
Important: If you choose to rebuild this manually, make sure to place the element inside the fs-consent_component. Do not remove or modify the required attributes.