SewoSew

Results 1 comments of SewoSew

I have used below code with current Elementor version and it is working: ``` jQuery(window).on('elementor:init', function(){ elementor.settings.page.addChangeCallback('control_id_here', function(newValue){ $e.run('document/save/update').then(function(){ elementor.reloadPreview(); elementor.once('preview:loaded', function(){ setTimeout(function(){ $e.route('panel/page-settings/settings'); }, 1); }); }); }); });...