rifiniture di stile rifiniture primo rilascio di test

This commit is contained in:
2025-01-08 19:26:51 +01:00
parent 832a39a71d
commit f9bb7e1003
96 changed files with 8256 additions and 526 deletions

View File

@ -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>