Hello,
I found the bug when the Tab title is not Latin letters – then tab hash url is like “—-” without any words or default “av-tab-section-*-*”, just dashes.
Helps changing on 459 line:
$tab_link = AviaHelper::valid_href( $tab_title, '-', 'av-tab-section-' . avia_sc_tab_section::$count . '-' . $i );
to
$tab_link = AviaHelper::valid_href( 'av-tab-section-' . avia_sc_tab_section::$count . '-' . $i );
Didn’t look how valid_href function works, but it helps.
Hey mdxclr,
We have added the issue to our GitHub and we are going to work out with a fix.
We appreciate your patience as our developers work it out.
Best regards,
Basilis