• Resolved Yossi Jana

    (@svipic)


    I am using this plugin and noticed that inline js is printed in source.
    For fixing render blocking javascript, i moved jquery and all other js files and script to footer with other plugin but its not working with Essential Addons for Elementor Lite. Unfotunatly its not using wordpress best practice for registering scripts with wp_enqueue_script(). So its not possible to move it with function but the code has to be changed in plugin itself.

    Is there anyway or option to update the plugin for using wp_enqueue_script for scripts?

     <script type="text/javascript">
    	jQuery(document).ready(function($) {
    		'use strict';
    		$("#eael-fancy-text-bn0h4y4").typed({
    		strings: ["לקוחות","מכירות","הכנסות",],
    			typeSpeed: 50,
    			backSpeed: 0,
    			startDelay: 300,
    			backDelay: 2500,
    			showCursor: true,
    			loop: true,
    		});
    	});
    	</script>
    • This topic was modified 6 years, 9 months ago by Yossi Jana.
Viewing 1 replies (of 1 total)
  • Plugin Author Rupok

    (@re_enter_rupok)

    Hi there,

    Those are for triggering elements. All other scripts are loaded within footer. We’ll see how we could improve this.

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Moving Js script to footer’ is closed to new replies.