You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered: