As you may already know we at IceTheme have always wanted to stay tuned with updates and technology for our templates, enabling feature that increased the user satisfaction and usability in general terms.
One of major updates was the MooTools framework library which was updated from version 1.1 to version 1.2 about 1 year and a half ago. We have done this update since our September 08 template "IT Motion".
Anyway the problem is that Mootools 1.2 framework is not compatible with Mootols 1.1 framework and extensions which are based for Mootools 1.1 have problems and are not compatible with our templates.
Mootools has worked with a compatibility layer so that javascript code which is made for Mootools 1.1 can run also under the Mootols 1.2.
Please follow the solution below to enable this feature.
1- Open (your-icetheme-template)/js/mootools.php
Find:
| Code: |
include(ROOT_DIR . 'mootools-1.2-more.js');
|
add just below the above code
| Code: |
include(ROOT_DIR . 'mootools-compat-core.js');
|
2- The content of the attached file replace on your server on
(your-icetheme-template)/js/
- Note that if you have disabled gzip compression, there might be some other steps to be done, however for facility processes please reply here with your template name included and we will tell you the steps.
This attachment is hidden for guests. Please login or register to see it.