rifiniture di stile rifiniture primo rilascio di test
This commit is contained in:
@ -36,39 +36,8 @@ $wa->usePreset('template.joomla-italia-theme')
|
||||
->useStyle('carousel.theme')
|
||||
->useScript('template.js.jquery362')
|
||||
->useScript('template.js.carousel')
|
||||
->useScript('template.js.jti')
|
||||
->addInlineScript(
|
||||
"
|
||||
window.addEventListener('load', function(event) {
|
||||
$('#slideheader').owlCarousel({
|
||||
loop:true,
|
||||
margin:0,
|
||||
nav:true,
|
||||
items:1,
|
||||
autoplay:false,
|
||||
autoplayTimeout:5000,/*,
|
||||
animateOut: 'fadeOut'*/
|
||||
responsive:{
|
||||
0:{
|
||||
nav:false
|
||||
},
|
||||
991:{
|
||||
nav:true
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
$('.owl-carousel').each(function() {
|
||||
$(this).find('.owl-dot').each(function(index) {
|
||||
$(this).attr('aria-label', index + 1);
|
||||
});
|
||||
});
|
||||
});",
|
||||
[],
|
||||
[],
|
||||
["template.js.jquery362"]
|
||||
);
|
||||
|
||||
->useScript('template.js.jti');
|
||||
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user