Embedded custom JS and CSS files issue
-
Hi, I’m trying to embed some custom js and css files. I put the custom js files in
assets->js->third
folder and load the js via functions.php in the child folder. I also tried in the parent theme folder, but none of them successfully load those custom files.Error:
<strong>net::ERR_ABORTED</strong>
Here’s my enqueue scripts
wp_enqueue_script('custom-js', $dir .'/third/custom-js.js', array( 'jquery' ), $theme_version, true ); wp_enqueue_script('custom-js-1', $dir .'/third/custom-js-1.js', array( 'jquery' ), $theme_version, true );
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Embedded custom JS and CSS files issue’ is closed to new replies.