js and css files is not loading from functions.php file
-
Hi
I am a trying to develop WordPress theme.
but I can not connect the JavaScripts files and stylesheets from functions.php page.
when i enqueueing the js and stylesheet from functions.php the slider and other things does not work properly.
but when i connect those from the index file by using <script src=”<?php echo get_template_directory_uri(); ?>/js/responsiveslides.min.js”></script> the slider and other elements work properly.
Please help me, how can i connect those properly?I am uploading my whole folder in gitlab, so that you can understand the current condition of my folder.
https://gitlab.com/ehsanatwork/web/tree/masterThank You
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘js and css files is not loading from functions.php file’ is closed to new replies.