Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
minhafarmacia.app
/
wp-content
/
plugins
/
exclusive-addons-elementor-pro
/
assets
/
js
/
Editing: exad-hf-elementor-pro-compatibility.js
(function($){ Exad_HF_EPRO_Compatibility = { /** * Binds events for the Elementor Header Footer. * @access private * @method _bind */ init: function() { elementor.on( "document:loaded", function() { setTimeout( function() { jQuery.each( elementorFrontend.documentsManager.documents, function ( index, document ) { var $documentElement = document.$element; var ids_array = JSON.parse( exad_hf_admin.ids_array ); ids_array.forEach( function( item, index ){ var elementor_id = $documentElement.data( 'elementor-id' ); if( elementor_id == ids_array[index].id ){ $documentElement.find( '.elementor-document-handle__title' ).text( elementor.translate('edit_element', [ids_array[index].value] ) ); } } ); }); }, 1000 ); }); } }; /** * Initialize Exad_HF_EPRO_Compatibility */ $(function(){ Exad_HF_EPRO_Compatibility.init(); }); })(jQuery);
Save
Cancel