Title: Missing Javascript Files
Last modified: August 31, 2016

---

# Missing Javascript Files

 *  Resolved [WordDug](https://wordpress.org/support/users/worddug/)
 * (@worddug)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/missing-javascript-files/)
 * Hi,
 * I am using a child theme. The top search bar function and also the mobile menus
   werent working. I tracked it down to the javassript files scripts.js and jquery.
   jplayer.min.js being missing from the folder themes/hueman/js/
 * I put the files in that folder on the main theme and everything works ok.
 * I’m assuming these files have been moved due to the new theme version.
 * I am trying to track down why everything is being directed to the themes/hueman/
   js/ folder. Can someone point me in the right direction of where this can be 
   on my child theme?
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/missing-javascript-files/#post-7282755)
 * Hi Dugs. In the old version the js files were enqueued in the theme functions.
   php file so maybe you have a function in your child theme functions.php file.
   The js files have moved in the new version to:
 *     ```
       /wp-content/themes/hueman/assets/front/js
       ```
   
 *  Thread Starter [WordDug](https://wordpress.org/support/users/worddug/)
 * (@worddug)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/missing-javascript-files/#post-7282764)
 * Yes that is what the issue was I had a wp_enqueue_scripts
 * add_action( ‘wp_enqueue_scripts’, ‘alx_scripts’ );
 * thanks very much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing Javascript Files’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [WordDug](https://wordpress.org/support/users/worddug/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/missing-javascript-files/#post-7282764)
 * Status: resolved