Hi,
My mobile menu doesn’t appear. When I watch at a smaller screen, or resize my window, the mobile button does appear, but when I click on it, nothing happens. Does anyone knows how to solve this?
Regards,
Erwin
Hi erwin_m!
Thank you for using Enfold.
Please try to deactivate the cache plugin or disable the minify settings.
Regards,
Ismael
Hi Ismael,
Thanks for your assistance.
I ended up with disabling all the pliugins, but this didn’t help either. What else could go wrong?
Regards,
Erwin
Hi Erwin,
Can you please create us an administrator account? post it here as a private reply.
Regards,
Josue
Hey Erwin!
The problem is with the avia_register_child_frontend_scripts function you have in your child theme functions.php, apparently some of the scrips included are outdated, if you comment this line you’d note the mobile menu comes back:
//add_action('wp_enqueue_scripts', 'avia_register_child_frontend_scripts', 100);
Regards,
Josue
Hi Josue,
Indeed, that did the trick, that you already know. And off course a cild theme doesn’t get updated ;).
Thanks!
Regards,
Erwin
You are welcome Erwin, always glad to help :)
Regards,
Josue