I had to FTP the latest update to Enfold to this site: https://kau-hawaii.com
Now it has screwed up the menu. It looks like it is trying to put a mobile menu ahead of everything
What do I do now?
There is an area at the top of the screen with an X in it? Where did that come from.? It looks as if associated with a hambuger mobile menu
but the actual navigation bar which was custom css is not correct any longer either.
Thanks in advance for you help on this. Client is not happy ;-(
Hey elames,
Please edit the js > avia.js file, remove everything then replace it with the following code.
// https://pastebin.com/qmubdK8n
Best regards,
Jordan Shannon
If you cant get this fixed asap, I am just going to roll back to 4.11 and hope for the best.
Hi,
Unfortunately, we don’t have a permanent fix yet. The developers are working hard to get the issue resolved and will release an update soon. You can attempt to hide via css:
@media only screen and (min-width: 767px) {
#advanced_menu_hide , #mobile-advanced, #advanced_menu_toggle{
display:none!important;
}}
Best regards,
Jordan Shannon
Ok, that worked for now. Will tell client to await the next update. It didn’t fix the menu bar back to the way it was but he can probably live with it for now.
Thank you.
Hi,
No problem at all. Just please be on the lookout for the update notification.
Best regards,
Jordan Shannon