Hi,
I am using
Ice Theme Tribune which is NOT a 1.0 template, yet I have the same problem
I think the problem lies in the templates loading of mootools 1.2, but I cannot figure out what is the problem.
here is the head section relating to javascript in the index.php of the template
// Javascript
unset($this->_scripts[$this->baseurl . '/media/system/js/mootools.js']);
$this->_scripts = array_merge(array($template_baseurl . '/js/ice-menu.js' => 'text/javascript'), $this->_scripts);
if($gzip == "true") :
$this->_scripts = array_merge(array($template_baseurl . '/js/mootools.php' => 'text/javascript'), $this->_scripts);
else:
$this->_scripts = array_merge(array($template_baseurl . '/js/mootools-1.2-more.js' => 'text/javascript'), $this->_scripts);
$this->_scripts = array_merge(array($template_baseurl . '/js/mootools-1.2-core-nc.js' => 'text/javascript'), $this->_scripts);
endif;
?>
the
'/js/mootools-1.2-more.js contains:
Script: Fx.Slide.js
Effect to slide an element in and out of view.
and
/js/mootools-1.2-core-nc.js contains:
core.js of the mootools file.
Anyway, I don't care much about compressing. So my question is how can I disable version 1.11 of mootools and enable 1.20 in the template
AND
whether VOTItaly supports version 1.2
I disabled version upgrade of the theme but then I found some of the code that comes with the template not working. So
A little help would be much appreciated