Solution for bug: mobile menu button not showing
-
The line 407 of the file “wp-megamenu/classes/class.wp-megamenu.php” needs to be changed from:
if ($disable_wpmm_on_mobile != ‘true’) {
to
if ($disable_wpmm_on_mobile != true) {
After that the hamburger icon + link appears again.
I hope this helps someone.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Solution for bug: mobile menu button not showing’ is closed to new replies.