same problem! Is it still not resolved???
Hello, I did all the steps you outlined, created a child theme, dequeued the sketch.js file, copied one to my child theme and then tried to enqueue it, however this last step shows no results.
function sketchchild_enqueue_script() {
wp_enqueue_script( ‘sketch-script’, get_stylesheet_directory_uri() . ‘/js/sketchchild.js’, array( ‘jquery’ ), ‘1’, true );
add_action( ‘wp_enqueue_scripts’, ‘sketchchild_enqueue_script’ );
}