Sostituzione è inserimento del codice jQuery.noConflict();

Download e supporto per PhpBB3 Mod Banner Scroll
Bloccato
Avatar utente
phpBB3
News PhpBB3
News PhpBB3
Messaggi: 81
Iscritto il: 6 lug 2013, 14:01

Sostituzione è inserimento del codice jQuery.noConflict();

Messaggio da phpBB3 » 14 ago 2013, 13:33

Jabhi ha scritto:Grazie bprsk8r4272, Galandas
problema risolto con la seguente modifica:

Apri overall_header.html del tuo stile

Trova:

Codice: Seleziona tutto

<script type="text/javascript">
// <![CDATA[
	$(function(){
			$('#vertical-ticker').totemticker({
			row_height	:	'100px',
			next		:	'#ticker-next',
			previous	:	'#ticker-previous',
			stop		:	'#stop',
			start		:	'#start',
			mousestop	:	true,
		});
	});
// ]]>	
</script>
Sostituire con:

Codice: Seleziona tutto

<script type="text/javascript">
// <![CDATA[
jQuery.noConflict();
	jQuery(function(){
			jQuery('#vertical-ticker').totemticker({
			row_height	:	'100px',
			next		:	'#ticker-next',
			previous	:	'#ticker-previous',
			stop		:	'#stop',
			start		:	'#start',
			mousestop	:	true,
		});
	});
// ]]>	
</script>

Bloccato

Torna a “Banner Scroll”

Chi c’è in linea

Visitano il forum: Nessuno e 1 ospite