Hi @jarretc
Yes, I had the script in the footer, however, I removed it now. I got some help on the other forum
Following is the code that worked for me
`{wp_enqueue_script (‘menu-responsive’, get_stylesheet_directory_uri() . ‘/js/menu.js’,
‘0.4.2’, [], true);}’
after I added $in_footer parameter. The only thing in the above code I was not able to find explanation for is square brackets parameter? Do you know what are they used for?
“Additionally, where are you getting the /js/menu.js location from initially? That file does not exist in the default list of files in that directory”
menu.js is a custom JS that I added in js folder in my child theme