WebsiteBaker Support (2.8.x) > Templates, Menus & Design
lot's of console errors, how to fix them?
Roych:
--- Quote from: Ruud on January 26, 2016, 04:10:48 PM ---Replace all lines like
--- Code: ---include('js/jquery.easing.1.3.js');
--- End code ---
into
--- Code: ---include('http://jazz-it.net/templates/jazzintro/js/jquery.easing.1.3.js');
--- End code ---
Only the includes that start with "js/" (I have seen at least one other)
Next, you should remove all scripts in the index.php that are now loaded this way.
--- End quote ---
I tried this and it messes all up ... :|
Ruud:
The other solution is to disable all include('js/....) lines by putting 2 slashes in front of the line.
--- Code: ---// include('js/jquery.easing.1.3.js');
--- End code ---
The includes are not working at this time, so that should make no difference in the website.
It should stop the console errors.
Roych:
--- Quote from: Ruud on January 26, 2016, 04:40:17 PM ---The other solution is to disable all include('js/....) lines by putting 2 slashes in front of the line.
--- Code: ---// include('js/jquery.easing.1.3.js');
--- End code ---
The includes are not working at this time, so that should make no difference in the website.
It should stop the console errors.
--- End quote ---
Yes, that did the trick thank you very very much
R
Navigation
[0] Message Index
[*] Previous page
Go to full version