Hi there,
Thanks for your query to inform us. Sorry for the inconvenience. Please follow the instruction to solve the problem.
Locate this file and remove this code
https://autogasarius.com/templates/shaper_aspasia/js/main.js
// fix conflicting with Mootools
if (MooTools != undefined) {
var mHide = Element.prototype.hide;
Element.implement({
hide: function() {
if ($('[data-toggle="tooltip"]').attr('itemprop')) {
return this;
}
mHide.apply(this, arguments);
}
});
}
-Thanks