general.js error
hi if follow the guide here :
https://docs.appthemes.com/tutorials...assipress-4-x/
each page on the site then has this error in the console.
Failed to load resource: the server responded with a status of 404 () general.
js
if i remove from my functions php
function classipress_child_scripts() {
wp_enqueue_script( 'child-script', get_stylesheet_directory_uri() . '/general.
js' );
// Disable the ClassiPress default scripts.
//wp_dequeue_script( 'theme-scripts' );
// Disable the Foundation framework scripts.
//wp_dequeue_script( 'foundation' );
//wp_dequeue_script( 'foundation-motion-ui' );
}
add_action( 'wp_enqueue_scripts', 'classipress_child_scripts', 999 );
all errors are gone.
seems a bit strange as i have no plugins installed yet , just main theme and my child theme . is this guide document outdated/ ?
www.gundog.world is my domain
many thanks in advance