Hi all, so like many others I have found and started to like the @Finsweet consent banner with cookie management. I am new to webflow, so I am sure I am the problem. Yet i have a problem with this.
I have followed the tutorial and watch all videos and even read all the topics here, yet I seem to have such a basic issue that it is not solved.
After copying the banner, including the custom code, the banner simply does not show up when I load the page (also not in “incognito mode”, after deleting cookies, on my phone, my tablet) - there is only the quick “flash” which is supposed to happen if you do not configure “diplay: none” correctly.
i would appreciate any help!
Here is a screenshot:
Here is the custom code:
<!-- Finsweet Cookie Consent -->
<script type="fs-cc" async src="https://cdn.jsdelivr.net/npm/@finsweet/cookie-consent@1/fs-cc.js" fs-cc-mode="opt-in"></script>
<!-- End Finsweet Cookie Consent -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-189DVE5VM4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-189DVE5VM4');
gtag('event', 'page_view', { 'send_to': 'G-189DVE5VM4' });
gtag('event', eventName, eventParameters);
</script>
<!-- End Google Tag Manager -->
And here is the link: