1. Aspasia
  2. Tuesday, 13 August 2019
I am using the Aspasia template 2.2 quickstart demo with joomla 3.9.8. pagebuilder 3.6.1, hikaShop 4.0. When I disable the HikaShop Cart module because I am not using HikaShop, the wide slideshow from the Home pagebuilder page does not display.

If you move the cursor below where the HikaShop Cart module was and above the menu bar, the slide show arrows appear which is part of the main body - strange! It should be below the menu bar. This is a bug in the demo. There is some link between the HikaShop Cart module and the pagebuilder add-on slideshow.

Also, in About Us page, if HikaShop Cart module is disabled, the text does not slide in, in the add-ons. the text is static.

There is some link to HikaShop Cart module and many add-ons. I added a couple more add-ons to the home page - a call to Action (worked fine without HikaShop module), the slide shows (wide and regular) did not appear unless the HikaShop module is published.

I work on a company intranet and cannot add links to the site.
Accepted Answer
Hi there,

Please follow the instruction. Open template main.js file and remove the javascript code.

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. # Permalink
Responses (11)
Hi there,

Thanks for your query. You don't need the cart module from your menu? Am I right? Please send me the site URL & administrator access via PM. You can upload your site via testing server.

-Thanks
  1. more than a month ago
  2. Aspasia
  3. # 1
Hi there,

Thanks for your query. You don't need the cart module from your menu? Am I right? Please send me the site URL & administrator access via PM. You can upload your site via testing server.

-Thanks


I cannot bring my site outside my company's intranet. It is the Aspasia demo site. Just unpublish the Hikashop cart module - I don't need it. Then the slideshow on the home page does not display.

I want to uninstall Hikashop and K2. The site should still work if I uninstall these extensions.
  1. more than a month ago
  2. Aspasia
  3. # 2
Hi there,

Thanks for your reply. Uninstall the extensions which is don't need of your site. Install the Akeeba backup extension & give me a backup of your site. I will fix and give you the Akeeba backup fix package of Template.

-Thanks
  1. more than a month ago
  2. Aspasia
  3. # 3
Hi there,

Thanks for your reply. Uninstall the extensions which is don't need of your site. Install the Akeeba backup extension & give me a backup of your site. I will fix and give you the Akeeba backup fix package of Template.

-Thanks


I cannot transfer any files from my company's network to the internet. Also, we found the bug in the aspasia quickstart demo site that we installed on our server so it is the demo site that you can access too.

Can you send me the template zip file with the patch? Or tell me what to do to fix the problem?

We did some investigating. We tested the aspasia 2.0 version in the 2.0 quickstart demo which worked fine. We upgraded the aspasia template from 2.0 to 2.1 in the 2.0 quickstart demo site and then it did not work.

The aspasia 2.1 and 2.2 templates in the quickstart 2.1 and 2.2 demos did not work. So the bug started in aspasia template 2.1.
  1. more than a month ago
  2. Aspasia
  3. # 4
Hi there,

Thanks for your reply. Uninstall the extensions which is don't need of your site. Install the Akeeba backup extension & give me a backup of your site. I will fix and give you the Akeeba backup fix package of Template.

-Thanks


I cannot transfer any files from my company's network to the internet. Also, we found the bug in the aspasia quickstart demo site that we installed on our server so it is the demo site that you can access too.

Can you send me the template zip file with the patch? Or tell me what to do to fix the problem?

We did some investigating. We tested the aspasia 2.0 version in the 2.0 quickstart demo which worked fine. We upgraded the aspasia template from 2.0 to 2.1 in the 2.0 quickstart demo site and then it did not work.

The aspasia 2.1 and 2.2 templates in the quickstart 2.1 and 2.2 demos did not work. So the bug started in aspasia template 2.1.


Hi there, I will send you the template package next week. Thanks
  1. more than a month ago
  2. Aspasia
  3. # 5
Thank you!
  1. more than a month ago
  2. Aspasia
  3. # 6
Hi there,

Please follow the instruction. Open template main.js file and remove the javascript code.

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



Hi. I removed the javascript code displayed above and it worked! Thank you.
  1. more than a month ago
  2. Aspasia
  3. # 7
Hi there,

Please follow the instruction. Open template main.js file and remove the javascript code.

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



Hi. I removed the javascript code displayed above and it worked! Thank you.


Hi there, You are most welcome & Thanks
  1. more than a month ago
  2. Aspasia
  3. # 8
Hi there,

Please follow the instruction. Open template main.js file and remove the javascript code.

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


Thanks, i remove it and it works perfectly
  1. more than a month ago
  2. Aspasia
  3. # 9
Hi there,

Please follow the instruction. Open template main.js file and remove the javascript code.

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


Thanks, i remove it and it works perfectly


:) Great
  1. more than a month ago
  2. Aspasia
  3. # 10


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.