Problem tabs with Helix template

Phoca Cart - complex e-commerce extension
maupap
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 17 May 2021, 11:50

Problem tabs with Helix template

Post by maupap »

Hi, i'm using on a joomla 3.10.8 with shaper helix 3 template ( but i tried also ultimate) and phoca cart 3.5.8
I have the following problem:
in item detain the tabs doesn't works: they appears only the tabs but not the content and i can't click from one to another.
Can someone help me?

Thank you

Tags:
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 387
Joined: 07 Nov 2018, 14:55

Re: Problem tabs with Helix template

Post by Nidzo »

Could be Bootstrap conflict
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem tabs with Helix template

Post by Jan »

Do the tabs work with standard template (try to test only, so we know it is or it isn't conflict with the template)?

Jan
If you find Phoca extensions useful, please support the project
maupap
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 17 May 2021, 11:50

Re: Problem tabs with Helix template

Post by maupap »

Yes Tabs works with protostar and beez5 template.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem tabs with Helix template

Post by Jan »

So this could mean e.g. that Helix is using some modern Bootstrap library which is not compatible with Joomla 3 extension output. :idea: Such problems can be avoided when using Joomla 4, there all parts are ready for Bootstrap 5.

Jan
If you find Phoca extensions useful, please support the project
maupap
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 17 May 2021, 11:50

Re: Problem tabs with Helix template

Post by maupap »

Any solution?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Problem tabs with Helix template

Post by Jan »

Hi, unfortunately, I am not Helix developer so cannot say which version is loaded there. Without seeing live site it is really hard to give some clue advice :idea:

Jan
If you find Phoca extensions useful, please support the project
maupap
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 17 May 2021, 11:50

Re: Problem tabs with Helix template

Post by maupap »

Jan wrote: 08 May 2022, 23:00 Hi, unfortunately, I am not Helix developer so cannot say which version is loaded there. Without seeing live site it is really hard to give some clue advice :idea:

Jan
Is enought this link of my website where there is item product?

Code: Select all

http://www.turismoanapoli.it/3-pacchetti-isole/9-pacchetto-nave-pranzo-capri.html
christine
Phoca Hero
Phoca Hero
Posts: 2818
Joined: 28 Nov 2010, 17:20

Re: Problem tabs with Helix template

Post by christine »

Hi,

Don't see a custom.css. Anyhow, when checking/changing temporary from a jscss.php:

Code: Select all

.fade:not(.show) {
  opacity: 0;
}
to:

Code: Select all

.fade:not(.show) {
  opacity: 1;
}
I can see the text of tabs.

Kind regards
Christine
maupap
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 17 May 2021, 11:50

Re: Problem tabs with Helix template

Post by maupap »

christine wrote: 09 May 2022, 14:02 Hi,

Don't see a custom.css. Anyhow, when checking/changing temporary from a jscss.php:

Code: Select all

.fade:not(.show) {
  opacity: 0;
}
to:

Code: Select all

.fade:not(.show) {
  opacity: 1;
}
I can see the text of tabs.

Kind regards
Christine
Thank you very much
The problem was a not updated plugin jch optimize that i forgot to have!
Post Reply