When working with a child theme, I was debugging a stylesheet loading error and traced the error back to a stylesheet not being included in my child theme, when it is actually located in the main theme.
in functions.php (line 395), wp_enqueue_style should use the function "get_template_directory_uri()" instead of "get_stylesheet_directory_uri()" so the browser looks in the proper location for the file "/css/animate.custom.min.css".
Hi,
When working with a child theme, I was debugging a stylesheet loading error and traced the error back to a stylesheet not being included in my child theme, when it is actually located in the main theme.
in functions.php (line 395), wp_enqueue_style should use the function "get_template_directory_uri()" instead of "get_stylesheet_directory_uri()" so the browser looks in the proper location for the file "/css/animate.custom.min.css".
Thanks!
Eric
Hi there,
thank you for your purchase.
I agree, will update in next release, thanks for your heads-up!
Regards
djwd