I followed this tutorial to create my calendar: link
Then I downloaded fullcalendar-3.9.0.zip at this link: link
After downloading what files do I have to copy from this folder that I downloaded and in what way do I have to paste inside my theme or the server?
I get these errors on the console:
Test Schedule: 388 GET link 404 (Not Found) Test Schedule: 389 GET link 404 (Not Found) Test Schedule: 386 GET link 404 (Not Found) Test Schedule: 387 GET link 404 (Not Found) Test Schedule: 388 GET link 404 (Not Found) Test Schedule: 389 GET link 404 (Not Found)
I've tried copying and pasting all the sites within my theme and these errors always continue to appear, so the calendar does not return.
Troubleshooting: The paths were wrong from librarias:
<link rel='stylesheet' href='/wordpress/wp-content/themes/busiprof/fullcalendar-3.9.0/fullcalendar.css' />
<script src='/wordpress/wp-content/themes/busiprof/fullcalendar-3.9.0/lib/jquery.min.js'></script>
<script src='/wordpress/wp-content/themes/busiprof/fullcalendar-3.9.0/lib/moment.min.js'></script>
<script src='/wordpress/wp-content/themes/busiprof/fullcalendar-3.9.0/fullcalendar.js'></script>