• Resolved oumz99

    (@oumz99)


    I am literally crying right now becuase all of my custom widgets stopped working after the last update. They don’t show up in search and there is no error message.

    The only problem : I have over 2k complaints on this. Please help, why such breaking changes ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • @oumz99 try one of the solutions below. The second solution worked for me on 3.16.0 and 3.16.1

    Solution 1 (Safest)
    Revert Back to 3.15.3

    Solution 2 (If you wou8ld like to keep running 3.16.0 version)
    Add below code to your theme or child theme’s function.php file.

    if (!function_exists('elementor_widgets_init')) {
        function elementor_widgets_init() {
            if (!did_action('elementor/loaded')) {
                return;
    		}
    		do_action('elementor/widgets/widgets_registered', Elementor\Plugin::$instance->widgets_manager);
    	}
    }
    add_action('init', 'elementor_widgets_init');
    Thread Starter oumz99

    (@oumz99)

    I reverted to 3.15.3 and it is working.

    thank you for sharing. adding and testing this code. Another problem is that while I develop on MAMP, VVV and test cpanel my widgets are working there but not on “some” sites / servers whcih is strange. The strange part is that there is no other third party plugin installed in those sites as well so it is not. a third party plugin conflict.

    • This reply was modified 1 year, 2 months ago by oumz99.
    • This reply was modified 1 year, 2 months ago by oumz99.

    @oumz99 – The elementor gave 3.16.2 version with fixing the widget missing issue. You can remove the code I provided above and just update the elementor to 3.16.2 and widgets will be back again.

    Plugin Support Denny Paul

    (@thetechxpert)

    Hi, I can see that it’s a bit of an old query, do you still require support regarding this topic?

    If you could confirm if the issue was resolved with the latest version of Elementor, it would be helpull.

    Best Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘All my custom widgets stopped working’ is closed to new replies.