Once the consents banner is closed, the corresponding div is no longer displayed on screen, but in fact remains above all other elements, making the page work only after a reload.
I noticed, in the JavaScript version of this plug-in, that the line 587 of the file 'eucookielaw3.js' was commented, which could be the cause of the aforementioned error:
// mainContainer.style.display = 'none';
For now I solved this error by editing the CSS of the theme I use in WordPress, adding:
Hi, thank you so much for the wonderful plug-in!
Once the consents banner is closed, the corresponding div is no longer displayed on screen, but in fact remains above all other elements, making the page work only after a reload.
I noticed, in the JavaScript version of this plug-in, that the line 587 of the file
'eucookielaw3.js'
was commented, which could be the cause of the aforementioned error:// mainContainer.style.display = 'none';
For now I solved this error by editing the CSS of the theme I use in WordPress, adding:
Thank you so much again!