Hello,
Until v6.0.1, there were 2 Options to include the JavaScripts. However, in the Last Week, we heavily tested some of the JS Codes and after receiving some User Feedback, we had decided that AJAX Loading of the JS Plugins were not for everybody, especially for beginners. Additionally, some of Our users also wanted to include the JS using Webpack/Gulp, so the AJAX Loading was not a very viable option for them.
Also, there were some caveats of using AJAX Lazy Loading for the JS Files, as they didn't load properly when the Website was loading using iFrames, this was the issue we detected in our Live Previews when loading directly from the Item Page: https://themeforest.net/item/canvas-the-multipurpose-html5-template/9228123 along with some Caching Issues. So we decided, it was best to include the JS completely on the Page using the js/plugins.js File (as in the Previous Versions < v5.x of Canvas). But this is optional. The JS Files can still be included using AJAX or individually (for Advanced Users) by simply removing the js/plugins.min.js File and then leave it to the js/functions.js File to do all the Processing Work or simply include the js/plugins.*.js manually. So the users have the Option to choose between these 3 options without running into issues with any of them.
You can still continue to use the Old AJAX Style Loading for the JS Files without worrying about anything. So, if you plan to load the JS Files using AJAX, simply remove the following from your Page:
and then add your API Key in the js/functions.js File.
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.