The problem is that while the widget seems to work fine on the final output, but the page editor in WordPress becomes unresponsive. Please see the attached console error log for a sample page on the website. These errors have started only after the Navigation widget is added to any page.
Console errors thrown after adding navigation widget, making editor unresponsive
Resolved
Fondazione Mondiale Shri Mataji Nirmala Devi Sahaja Yoga
Update: Some of the pages that had stopped working on the editor after navigation widget was added have started working now. That said the fatal error for memory allocation is still being thrown specifically for this plugin, despite the memory now raised to 512MB.
OnPoint Plugins
Hi Fondazione Mondiale Shri Mataji Nirmala Devi Sahaja Yoga,
I tracked the issue down to a conflict with the “Language” menu item.
Turns out the plugin which creates the Languages menu changes the ID of the menu item to include the language slug. Because the Advanced Sidebar plugin expected the value of ID to be a number only, it was causing an infinite loop when trying to locate the menu item’s parent. I have patched the plugin to allow menu item ID of string types.
The fix will be available in the next version of the plugin. In the meantime, I have added the patch directly to your site. Please let me know if you still run into any issues.
Have a great day!
Fondazione Mondiale Shri Mataji Nirmala Devi Sahaja Yoga
Thanks. As you know this is the TEST environment. Can you provide the details of the patch so I can replicate it into our PRODUCTION environment as well?
OnPoint Plugins
Hi Fondazione Mondiale Shri Mataji Nirmala Devi Sahaja Yoga,
You may copy the
advanced-sidebar-menu-pro
plugin from your TEST environment to your PRODUCTION environment to include the patch on production as well.Have a great day!