Hi team,
I have created two tab sections in one page.
The upper one seems to work fine. The problem is with the lower one.
As I click on any tab in the lower tab section it redirects me to the upper tab section.
Here is the page: http://www.reformus.lt/LT/paslaugos/
Is there a way to fix this?
Thanks in advance,
Orange Moose ;)
Hey OrangeMoose,
Thank you for coming back.
I logged into your site but I cannot find the page mentioned above – and the link routes to Page not found.
I also tried to reproduce on a local install – but was not able.
Please check the link and give us a link to the page in the backend please.
Best regards,
Günter
Sorry, Gunter,
I have accidentaly made it a draft.
Should work fine now.
Orange Moose
Hi,
Thank’s for coming back.
This bug has been fixed and will be in the next update (4.1.3).
As a temporary fix you have to update core file config-templatebuilder\avia-shortcodes\tab_section.php
Around line 451 you find the code:
$tab_link = AviaHelper::save_string($tab_title,'-');
Replace this line with:
$tab_link = AviaHelper::save_string($tab_title,'-') . '-1';
This should fix the problem – please let us know.
If you do not find this line, please upgrade to 4.1.2.
Sorry for the inconvience.
Best regards,
Günter
Hi, Gunter,
thanks I’ll try this one.
Looking forward to the next update :)
Consider this closed.
Good luck,
Orange Moose