Problem tabs with Helix template
-
- Phoca Newbie
- Posts: 8
- Joined: 17 May 2021, 11:50
Problem tabs with Helix template
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
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:
- Nidzo
- Phoca Professional
- Posts: 387
- Joined: 07 Nov 2018, 14:55
Re: Problem tabs with Helix template
Could be Bootstrap conflict
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problem tabs with Helix template
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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 17 May 2021, 11:50
Re: Problem tabs with Helix template
Yes Tabs works with protostar and beez5 template.
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problem tabs with Helix template
So this could mean e.g. that Helix is using some modern Bootstrap library which is not compatible with Joomla 3 extension output. Such problems can be avoided when using Joomla 4, there all parts are ready for Bootstrap 5.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 17 May 2021, 11:50
Re: Problem tabs with Helix template
Any solution?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problem tabs with Helix template
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
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 8
- Joined: 17 May 2021, 11:50
Re: Problem tabs with Helix template
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
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Problem tabs with Helix template
Hi,
Don't see a custom.css. Anyhow, when checking/changing temporary from a jscss.php:
to:
I can see the text of tabs.
Kind regards
Christine
Don't see a custom.css. Anyhow, when checking/changing temporary from a jscss.php:
Code: Select all
.fade:not(.show) {
opacity: 0;
}
Code: Select all
.fade:not(.show) {
opacity: 1;
}
Kind regards
Christine
-
- Phoca Newbie
- Posts: 8
- Joined: 17 May 2021, 11:50
Re: Problem tabs with Helix template
Thank you very muchchristine wrote: ↑09 May 2022, 14:02 Hi,
Don't see a custom.css. Anyhow, when checking/changing temporary from a jscss.php:
to:Code: Select all
.fade:not(.show) { opacity: 0; }
I can see the text of tabs.Code: Select all
.fade:not(.show) { opacity: 1; }
Kind regards
Christine
The problem was a not updated plugin jch optimize that i forgot to have!