• Resolved WordDug

    (@worddug)


    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)
  • 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

    (@worddug)

    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.