Page 1 of 2

Problem tabs with Helix template

Posted: 25 Apr 2022, 11:46
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

Re: Problem tabs with Helix template

Posted: 26 Apr 2022, 14:07
by Nidzo
Could be Bootstrap conflict

Re: Problem tabs with Helix template

Posted: 26 Apr 2022, 16:51
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

Re: Problem tabs with Helix template

Posted: 26 Apr 2022, 22:59
by maupap
Yes Tabs works with protostar and beez5 template.

Re: Problem tabs with Helix template

Posted: 27 Apr 2022, 13:57
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

Re: Problem tabs with Helix template

Posted: 07 May 2022, 16:24
by maupap
Any solution?

Re: Problem tabs with Helix template

Posted: 08 May 2022, 23:00
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

Re: Problem tabs with Helix template

Posted: 08 May 2022, 23:36
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

Re: Problem tabs with Helix template

Posted: 09 May 2022, 14:02
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

Re: Problem tabs with Helix template

Posted: 09 May 2022, 14:45
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!