Mi ha risposto uno sviluppatore di un plugin per abilitare e disabilitare jquery. Posto la sua mail......
I can't analyze the problem in detail, but it looks like the problem is that jQuery is loaded by the sigplus content plugin and then again from Google (can't say by which extension). Those loads should be eliminated and then the jQuery Includer plugin takes over to load jQuery at the right time (before any MooTools lib is loaded).
La domanda mia era
Hallo,
I'm using a joomla 2.5 template with jquery call and a component that doesn't work correctly because it's using mootools framework. In particular to execute correctly this component (joomsport) I must disable jquery but in this mode my template not work correctly because some effects are disable.....
The script in my template is:
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/defaut.css" type="text/css" />
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/scroll.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/jquery.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/superfish.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/hover.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/innerfade.js"></script>
<script type="text/javascript" src="templates/<?php echo $this->template ?>/js/faded.js"></script>
If I comment the second line (jquery.js) the joomsport component work correctly but the template effects are disable.
I have installed your plugin to fix this problem but it remain.
Please can you Carneade??
PS.: the website link is
http://www.mistemacalcio.com/index.php/stagione-11-12/la-squadra (control "incontri" & "Giocatori" tab)
Best regards.
Alessio