Hello,
i found a bug on template Aspasia in the main.js file located in /templates/shaper_aspasia/js/main.js at the line 110:
if (MooTools != undefined) {
var mHide = Element.prototype.hide;
Element.implement({
hide: function() {
if ($('[data-toggle="tooltip"]').attr('itemprop')) {
return this;
}
mHide.apply(this, arguments);
}
});
}
Slider and carousel were not visible, but commenting the lines above, sliders and carousel works correctly.
Can you chek please?