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
I run a WordPress website and I implemented everything but I get an error on menu.js line #54
"Uncaught syntaxerror cannot read property 'queryselector' of null."
This is the line this.closeBtn = this.menu.querySelector('.c-menu__close');
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered:
Hi! Great plugin thank you very much for sharing!
I run a WordPress website and I implemented everything but I get an error on menu.js line #54
"Uncaught syntaxerror cannot read property 'queryselector' of null."
This is the line
this.closeBtn = this.menu.querySelector('.c-menu__close');
Any ideas on how to fix this?
The text was updated successfully, but these errors were encountered: