1. Aspasia
  2. Thursday, 26 December 2019
Hi!
Why does the Quickstart site work, but the Template on our site does not work?
Attachments (1)
Responses (1)
Hi there,

Thanks for contacting us. Please follow the instructions to solve the problem.

Remove the code from the main.js file
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
  1. more than a month ago
  2. Aspasia
  3. # 1


There are no replies made for this post yet.
Be one of the first to reply to this post!


This forum is archived

This forum has been archived. Please use JoomShaper official support system.