whitecube / laravel-cookie-consent

Register, configure and ask for cookies consent in a EU-compliant way
MIT License
312 stars 37 forks source link

@cookieconsentview is present in the dom, but cannot display it (Ghostery extension problem) #44

Closed ORN-Fox closed 3 months ago

ORN-Fox commented 4 months ago

Hello,

I followed the discussion https://github.com/whitecube/laravel-cookie-consent/issues/36 and saw that v1.2.1 was released following this problem.

I followed the readme to add the module correctly, I checked in the DOM if @cookieconsentview embed the dom, it does, but unable to display it unless I remove all css and id classes. So, I'm trying to find out what I missed or did wrong?? Thanks for your help

Stack : Laravel 9 (I use laravel-boilerplate as project base) Bootstrap 5.3.3 VueJs 2.5.17

My app.blade.php file image

Example of the dom image

ORN-Fox commented 4 months ago

I found why the popup is not displayed despite it being in the dom, it is linked to one of my Ghostery extensions but I do not understand what it identifies as a tracer to block the popup. An idea ?

image

Allow all trackers or pause the extension shows correctly in the popup :) image