Good Morning,
sorry for don’t edit this discussion with solved cause was another problem.
Mega Menu don’t work when comment JHTML::_(‘behavior.mootools’); in template.php
The another solution for my site is:
* Comment in /plugins/system/jat3/core/template.php: JHTML::_(‘behavior.mootools’);
* Copy on Computer the file head.php from plugins/system/jat3/base-themes/default/blocks/ and put after:
<!–>
<style>
.clearfix { display: inline-block; } /* IE7xhtml*/
</style>
<!–>
this:
<script language=”javascript” type=”text/javascript” src=”/plugins/system/jat3/base-themes/default/js/menu/mega.js”></script>
* Create a folder in templates/ja_t3_blank/local/themes/YOUR_NAME/ called blocks and upload head.php edited.
Now Mega Menu work but if i use any Optimize JS in configuration template (Global tab), i must exclude mega.js from Optimize.
I think about that problem is in template.php cause it don’t load at top mootools.js :((