Mobile Menu is no longer shown.
The has “hidden” class, making it display:none.
Resize handler is erroring out in functions.min.js.
“Uncaught TypeError: a is undefined”
In menu function:
c = document.getElementsByClassName(“btn-menu”)[0];
which is passed into
this.toggle(c, b);
“a” is undefined is “c” here, so its not finding anything with class name “btn-menu”.
I have disabled Max Mega Menu plugin and this does not affect this.