links Slick jS library using wp_enqueue_scripts not pulling

The error in the console should also show the URL that it’s attempting to load. If you look at that you should see that it’s attempting to load from the parent theme, but you’re presumably trying to load it from the child theme. The issue is that you’re using get_template_directory_uri(), which gets the URL to … Read more