Message # 1 | 7:12 PM
Hello,

I know this template is not made by the uCoz team, but as the owners forum appears to be inactive this forum the best choice.
I was wondering if someone who is intermediate in coding could just have a quick look into this matter and at least give me some ideas of what is wrong.

I have installed the Excali template on my site and everything works fine except the slider.
Following the instructions step by step but it simply won't work properly.
I can see that it works in Demo: http://excali.ucoz.net/

I have also found another site whitch has got this template installed and contacted its owner for some technical advice.
He told me that site where he got the advice from is shut down and provided me with his "Site News" template code.
Unfortunately, I can not find any differences between his code/javascripts and mine.
He could only help me as much because his knowledge in coding is very
limited.

His site: http://eriksworld.at.ua/
My site: http://embattled.ucoz.com/

Any suggestions?
Thank you in advance.

Regards,
E

Added (2017-02-10, 7:12 PM)
---------------------------------------------
Hello again, I've found the solution and thought that I should post it here.

The Excali template requires the following scripts in order to function:

/js/jquery.cycle.all.min.js
/js/jquery.easing.1.1.1.js
/js/function.js
/js/bbcodes.js

However, uCoz sites are now using the later versions of jQuery library and "/js/jquery.easing.1.1.1.js" does no longer work.
The solution is to replace this old script with a newer version. I am now using the version 1.3 now so the slider, the menu and the downloads module functioning properly.

Here it is: http://embattled.ucoz.com/js/jquery.easing.1.3.js
You can also download this script by downloading the free Ugame template from from http://ucoztemplates.com/shop/81/desc/ugame

Then simply edit the record in your template builder so it looks as shown below:

<script type="text/javascript" src="/js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="/js/function.js"></script>
<script type="text/javascript" src="/js/bbcodes.js"></script>

NOTE: Some features like Menu and Builder may still be glitching just like before. You can fix it by removing these two lines from pages where you have issues.

<script type="text/javascript" src="/js/jquery.cycle.all.min.js"></script>
<script type="text/javascript" src="/js/function.js"></script>

This works for me.

Buffer overrun detected!
Post edited by Sir_Cr4p - Friday, 2017-02-10, 10:05 PM