Finsweet cookie consent banner not showing

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:
image

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:

https://preview.webflow.com/preview/drd-online?utm_medium=preview_link&utm_source=dashboard&utm_content=drd-online&preview=534d4e262b7f4799e537f484580420eb&workflow=preview

Hey, I am facing the same issue. Have you found a solution yet?

Me too, it’s driving me mad :exploding_head:

@d5jjax I was facing the same issue. I found a workaround by removing the individual components from their parent div. After testing that, the popup banners were finally showing for me. Then I created a new div, drug the three components into it, and created a global component from that new div, and it still works just fine.

Seems to be an issue with the parent div that is copied over from Finsweet’s cloneable.

I’m having the same problem as the other guys. I tried your workaround, but I still can’t get the banner to show. Followed the videos, watched YouTube, and still can’t fathom it. I’m a complete noob(ish), so I hope my code is ok to rule that out.

It’s driving me crazy, but I can’t find help anywhere. “Please Obi Wan, you’re my only hope…” :grin:

Read only:
https://preview.webflow.com/preview/virtriomedia-com?utm_medium=preview_link&utm_source=dashboard&utm_content=virtriomedia-com&preview=b74f3e75ff6d52f51f7b18ff24705aff&workflow=preview

Hi, did you resolve it? I am facing the same problem.