Ciao a tutti,
Ho caricato OzioGallery (che trovo strabiliante) sul mio sito ( J 3.3.6) e posizionato la galleria nel modulo.(tema nanogallery)
Funziona tutto ma ....nella Console di Firebug mi compare 1 errore :
Failed to load resource: the server responded with a status of 404 (Not Found) > jquery.nanogallery.js:6955 undefined
riga6955
else {
console.dir(this.handleGestureStart);
// Remove Touch Listeners
elementToSwipe.removeEventListener('touchstart', this.handleGestureStart, true);
document.removeEventListener('touchmove', handleGestureMove, true);
document.removeEventListener('touchend', handleGestureEnd, true);
document.removeEventListener('touchcancel', handleGestureEnd, true);
// Remove Mouse Listeners
document.removeEventListener('mousemove', handleGestureMove, true);
document.removeEventListener('mouseup', handleGestureEnd, true);
//elementToSwipe.removeEventListener('mousedown', this.handleGestureStart, true);
}
}
? cosa posso fare?
Grazie
P.S. - "Interpreta codice plugin" è impostato su "Si" -
- Nel visualizzatore per risoluzioni Mobile 'sotto' la risoluzione Tablet si impalla l'ingrandimento -