Hello lads, first of all I apologize for my little knowledge of php. I added gspa to a project that I am carrying out, through the function.php of Hello Elementor child theme adding this simple code:   function wpb_adding_scripts(){          wp_register_script( 'gsap', 'https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.1/gsap.min.js', array(), '1.0', true );        wp_register_script( 'gsap-settings', get_stylesheet_directory_uri() .'/gsap.js', array('gsap'), '1.0', true );