Hi @gabry01,
Aside of applying the filter/code as mentioned in the article, could you confirm that you have enabled the “Soft Cookiewall” under Complianz > Cookie Banner > Appearance > “Show as soft cookie wall”?
If you provide an URL to your website, we can also have a look at the current behavior, to figure out why it doesn’t work on your website yet.
Kind regards, Jarno
Hi,
I enabled the the “Soft Cookiewall”, but I have disabled the block scroll because this function blocks the scroll of the Cookie Policy page.
-
This reply was modified 4 months, 2 weeks ago by
gabry01.
Hi @gabry01,
It looks at the banner status dismissed, this indeed means that if you click to the cookie policy without making a choice, the banner is not dismissed. (It does not show on the cookie policy, but is not dismissed).
I will have a look at a better implementation, for now you could use some CSS to override this on the policies;
.cmplz-document {
overflow-y: unset!important;
}
regards Aert