Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1136564

    Hello,

    After upgrading the theme to 4.6.1 the tab section of my home is broken: https://harmonisationquantique.com/#av-tab-section-1

    – The tab section names are now Tab 1, Tab 2, Tab 3 and Tab 4 (and there is more tabs 6 or 7)
    – The contents are not displayed correctly

    Can you help me. Thanks.

    • This topic was modified 5 years, 2 months ago by MCPALAU.
    #1136925

    Hey MCPALAU,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1136981

    Hi,
    I put admin infos in the private content section of the first message.
    Thanks!

    #1137442

    Hi,

    Thanks for the login details. First off, could you try updating the theme to the latest version (4.6.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1137466

    Hi,

    Thanks for the answer. I just updated to 4.6.2 but the bug still here.

    • This reply was modified 5 years, 2 months ago by MCPALAU.
    #1137605

    For information we have put on the home a backup that fix the bug.
    In the code of Avia editor we see what was the problem. Correct code of Tab section block is :

    [av_tab_section]
    [av_tab_sub_section]Content 1[/av_tab_sub_section]
    [av_tab_sub_section]Content 2[/av_tab_sub_section]
    ...
    [/av_tab_section]

    in the page after update it was this :

    [av_tab_section]
    [av_tab_sub_section][/av_tab_sub_section]
    [av_tab_sub_section][/av_tab_sub_section]
    ... (4 empty content)
    [/av_tab_section]
    
    [av_tab_sub_section]Content 1[/av_tab_sub_section]
    [av_tab_sub_section]Content 2[/av_tab_sub_section]
    ... (contents of tabs are out the tags [av_tab_section])

    So if you can find how it happends?

    Thanks.

    #1141008

    Hi,

    Sorry for the delay.

    The tab section seems to be working properly when we check. Is it fixed? If not, please remove the current element then re-create it from scratch.

    Best regards,
    Ismael

    #1141728

    Hi,

    Has i said in my previous message we fixed the problem.
    But we don’t understand how the broken code has happend? By updated the theme?

    Thanks.

    #1141949

    Hi MCPALAU,

    Glad it is working now. It’s hard to tell why it broke. Maybe some html was malformed.

    Best regards,
    Victoria

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