Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #913628

    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.

    • This topic was modified 6 years, 8 months ago by mdxclr.
    #914009

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.