Hello,
I got a problem when I created a page with several tab sections and a one-page microsite menu, but I found when I click between different tab sections, the browser may jump back to the top of the webpage, how can i fix this?
My page : https://izone.tw/hosting
Hey menndiary,
May we have admin access into your website so that we can check how your tab section was set up? Thank you!
Best regards,
Sarah
Yes, I had setup a temporary admin account for you.
Hello, any news?
Hi,
Sorry for the late reply.
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.
Best regards,
Günter