les erreurs sont :
TypeError: $(...).mPageScroll2id is not a function
TypeError: owl.owlCarousel is not a function
plus qu'a chercher et isolé le module qui provoque cela !
Je vois le js commentaire
Atch> TypeError: $(...).mPageScroll2id is not a function
<Atch> TypeError: owl.owlCarousel is not a function
// productcomments
$(document).on('click','#product_comments_block_extra ul.comments_advices a', function(e){
$('*[class^="tab-pane"]').removeClass('active');
$('*[class^="tab-pane"]').removeClass('in');
$('div#idTab5').addClass('active');
$('div#idTab5').addClass('in');
$('ul.nav-tabs a[href^="#"]').removeClass('active');
$('a[href="#idTab5"]').addClass('active');
});
(function(){
$(window).on("load",function(){
/* Page Scroll to id fn call */
$("#product_comments_block_extra ul.comments_advices a.reviews ").mPageScroll2id({
highlightSelector:"#product_comments_block_extra ul.comments_advices a.reviews ",
offset:100,
});
});
})(jQuery);
bon courage