Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #830975

    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 ;)

    #832042

    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

    #832050

    Sorry, Gunter,

    I have accidentaly made it a draft.

    Should work fine now.

    Orange Moose

    #833123

    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

    #833262

    Hi, Gunter,

    thanks I’ll try this one.

    Looking forward to the next update :)

    Consider this closed.

    Good luck,
    Orange Moose

    #833419

    Hi,

    Enjoy the theme and have a nice day.

    Feel free to come back with further questions and/or problems you have. Simply open a new thread.

    Best regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Two tab section on one page – not working’ is closed to new replies.