-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Banner is displayed only once, html is escaped #83
Comments
Did you include jQuery and October's JS Framework?
Did you override any partials? Content like the contact details are passed through the https://github.com/OFFLINE-GmbH/oc-gdpr-plugin/blob/develop/components/cookiemanager/details.htm#L37 |
Yes, it is included, ajax is working.
I did not override anything. |
Similar issue. The html is not rendering correct. I have not touched the partial. no over-rides. see https://prnt.sc/1wtk6zj same solution works for me |
Same issue with html not rendering correct. Html is escaped. Also, banner is displayed only once. It seems to conflict with some JS.
|
Regarding the "Banner is displayed only once" issue, it only happens if I open Advanced options page. Cookie gdpr_cookie_consent is added when that page is opened, without accepting anything. Can you give me a hint how to turn it off? |
This is by design. The banner component only allows cookies if the user explicitly clicks "accept". If "go to settings" is selected, the user had the chance to choose the accepted cookies. If nothing is explicitly selected, the banner should not be displayed over and over again. To disable this behaviour, remove these two lines and do the redirect to the settings page using a simple |
Thank you for the fast answer! |
Thanks for the plugin. I tried to install it, but I have some issues.
The text was updated successfully, but these errors were encountered: