I am loading your theme into a Lotus Notes database and have imported the javascript files. Some of the files are coming in empty and when I edit the original and copy all to paste into the javascript file I imported, there are errors in the syntax. Some of them come in fine but the following a giving console errors mostly saying jquery is not found but others also. I put an asterix next to those erroring out. I downloaded the "revolution.extension" files from the internet and now they work but those in the package did not.
- <script src="/Themeforest/Main.nsf/jquery.js" type="text/javascript"></script>
- <script src="/Themeforest/Main.nsf/plugins.js" type="text/javascript"></script>
<!-- Footer Scripts
============================================= --> - <script src="/Themeforest/Main.nsf/functions.js" type="text/javascript"></script>
<!-- SLIDER REVOLUTION 5.x SCRIPTS -->
<script src="/Themeforest/Main.nsf/jquery.themepunch.tools.min.js" type="text/javascript"></script> - <script src="/Themeforest/Main.nsf/jquery.themepunch.revolution.min.js" type="text/javascript"></script>
<script src="/Themeforest/Main.nsf/revolution.extension.video.min.js" type="text/javascript"></script>
<script src="/Themeforest/Main.nsf/revolution.extension.slideanims.min.js" type="text/javascript"></script>
<script src="/Themeforest/Main.nsf/revolution.extension.actions.min.js" type="text/javascript"></script>
<script src="/Themeforest/Main.nsf/revolution.extension.layeranimation.min.js" type="text/javascript"></script>
<script src="/Themeforest/Main.nsf/revolution.extension.kenburn.min.js" type="text/javascript"></script>
<script src="/Themeforest/Main.nsf/revolution.extension.navigation.min.js" type="text/javascript"></script>
<script src="/Themeforest/Main.nsf/revolution.extension.migration.min.js" type="text/javascript"></script>
<script src="/Themeforest/Main.nsf/revolution.extension.parallax.min.js" type="text/javascript"></script>
Here are some of the console errors:
The script from “http://localhost/Themeforest/Main.nsf/functions.js” was loaded even though its MIME type (“text/html”) is not a valid JavaScript MIME type.
Slow.index
Loading failed for the <script> with source “http://localhost/Themeforest/Main.nsf/functions.js”. Slow.index:1086:1
ReferenceError: jQuery is not defined
jquery.themepunch.tools.min.js:23:102
The script from “http://localhost/Themeforest/Main.nsf/jquery.themepunch.revolution.min.js” was loaded even though its MIME type (“text/html”) is not a valid JavaScript MIME type.
