BTW, in Firefox, the console shows the error "ReferenceError: jQuery is not defined", while in safari, the error is "ReferenceError: Can't find variable: jQuery". There's no error in Chrome.
Are you using any plugin or script to minify and all the js files on your site and combine them together? If yes, please temporary disable this solution because this can cause an issue like this.
Ok, I temporarily disabled minification and JS file combining and the problem is no longer present. Is your plugin incompatible with these techniques? They help improve the page loading speed and therefore also impact SEO.
No, the plugin is compatible but the problem is with these techniques that they don't know the correct order of the plugins. If - for example - the slider initialization script is loading BEFORE jQuery, it can typically cause an issue like this.
It's fine in Chrome. See images.
BTW, in Firefox, the console shows the error "ReferenceError: jQuery is not defined", while in safari, the error is "ReferenceError: Can't find variable: jQuery". There's no error in Chrome.
Hi Deralict,
Are you using any plugin or script to minify and all the js files on your site and combine them together? If yes, please temporary disable this solution because this can cause an issue like this.
Best Regards,
George | Kreatura Dev Team
Ok, I temporarily disabled minification and JS file combining and the problem is no longer present. Is your plugin incompatible with these techniques? They help improve the page loading speed and therefore also impact SEO.
No, the plugin is compatible but the problem is with these techniques that they don't know the correct order of the plugins. If - for example - the slider initialization script is loading BEFORE jQuery, it can typically cause an issue like this.
Best Regards,
George | Kreatura Dev Team