Failed loading plugins.

3 replies · opened Jun 8, 2020

SSemicolon WebSTAFFJun 8, 2020

Hello,

Apologies about the Inconveniences caused!

The New js/functions.js File uses Async JS Loading. By default, all the plugins.*.js Files are in the same Folder as js/function.js File and are loaded from the js/ Folder. However, in case, if your js/ Folder is at a different location you can simply add the following code anywhere on your Page just before the js/functions.js JS File Linking:


window.scwJsPath = 'https://sample.com/js';

This would make sure that the Plugins JS Files are always loaded from this Folder.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

PpnighJun 8, 2020

So in order to work on canvas 5 and the new v6, I put the new /js folder at the root and renamed it /js-new. Would this work?

	
        window.scwJsPath = 'https://sample.com/js-new';

	
	
	

Thanks!!

SSemicolon WebSTAFFJun 8, 2020

Hello,

This is just required if you are using Canvas 6. And yes this would work.

Let us know if you face any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard