Crash in latest version: Undefined constant Elementor\Controls_Manager::NOTICE
-
I see that in version 3.3.7 the elementskit_one_page_notice control was added to nav-menu.php
Change log: https://plugins.trac.wordpress.org/changeset/3218113/elementskit-lite/trunk/widgets/nav-menu/nav-menu.php
This uses the constant “Controls_Manager::NOTICE” and I see in /modules/controls/control-manager.php “class Controls_Manager extends \Elementor\Controls_Manager”
Unfortunately in version 3.17 of Elementor, I see in /includes/managers/controls.php the only constant for NOTICE is actually “const DEPRECATED_NOTICE = ‘deprecated_notice’;“
Can you please put in a fix for this? This is causing a fatal error in PHP as follows:
PHP Fatal error: Uncaught Error: Undefined constant Elementor\Controls_Manager::NOTICE in /var/www/sitename/wordpress/wp-content/plugins/elementskit-lite/widgets/nav-menu/nav-menu.php:171
- You must be logged in to reply to this topic.