Viewing 1 replies (of 1 total)
  • @swami, Please change on your plugin file hms-testimonials/hms-testimonials.php Line no 25:

    add_action('wp_enqueue_scripts', create_function('', 'wp_enqueue_script(\'hms-testimonials-rotator\', plugins_url(\'rotator.js\', __FILE__), array( \'jquery\') );'));

    to

    add_action('wp_enqueue_scripts', create_function('', 'wp_enqueue_script(\'hms-testimonials-rotator\', plugins_url(\'rotator.js\', __FILE__), array( \'jquery\'),\'\',true );'));

Viewing 1 replies (of 1 total)
  • The topic ‘Moving the HMS Testimonials JS to footer’ is closed to new replies.