Ciao a tutti,
mi ha risposto l'autore del plugin. vi posto qui la risposta, qualora aveste lo stesso problema:
You have a lot of inline javascript. that makes the load of the menu happens twice.
There is one line:
window.addEvent('load', function(){ xtcMenu(null, 'menu', 180,80,'h', new Fx.Transition(Fx.Transitions.Quint.easeInOut), 70, true, true); });
That is placed twice on the page.Can you try to make it an external javascript file that is loaded then it will not be loaded twice?
Ora come faccio a creare il file javascript esterno? grazie