Conversation
supportI always enable debug in my development environment and found that this plugin generates at least 3 warnings : Undefined index: ng_menu_save in … all in navgoco-menu.php; lines 75, 320 and 337. I could fix this locally, but the problem will come back if there is a new version of the plugin. Author: please fix. https://wordpress.org/plugins/navgoco-menu/
thanks for letting me know – fixed in version 1.1.0
Thanks for your quick reply. In fact you just have to add this after line 48: array_key_exists('ng_menu_save', $options) or ($options['ng_menu_save'] = false); array_key_exists('ng_menu_disable_style', $options) or ($options['ng_menu_disable_style'] = false);
thanks for letting me know – fixed in version 1.1.0
Thanks for your quick reply. In fact you just have to add this after line 48: array_key_exists('ng_menu_save', $options) or ($options['ng_menu_save'] = false); array_key_exists('ng_menu_disable_style', $options) or ($options['ng_menu_disable_style'] = false);