Joomla.it Forum

Joomla! 3 => Joomla! 3 => : MasterTheBest 11 Feb 2016, 11:03:37

: [RISOLTO] mootols vs carousel Bootstrap
: MasterTheBest 11 Feb 2016, 11:03:37
Vi cito qui la soluzione che, per me, ha risolto ogni problema.
Condizione: Joomla 3.4.8 + Bootstrap 3.3.6
Soluzione di stutteringp0et (https://github.com/stutteringp0et)
https://github.com/joomla/joomla-cms/issues/475#issuecomment-15693755 (https://github.com/joomla/joomla-cms/issues/475#issuecomment-15693755)


Ho inserito il codice nel mio file template.js (prima riga)


:
j
Query(document).ready(function(){ 
         jQuery('.carousel').each(function(index, element) {
              jQuery(this)[index].slide = null;     
         });   
         jQuery('.carousel').carousel('cycle');   
});


Addio a
: Re:[RISOLTO] mootols vs carousel Bootstrap
: matty80 11 Feb 2016, 11:18:22
Grazie MasterTheBest  ;)