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

    Tabs Section stopped working after update to 4.0.6 :/
    It broke my LIVE website so I had to rollback to 4.0.5

    #798499

    In /config-templatebuilder/avia-shortcodes/tab_section.php
    On line# 383
    $tabs .= "<a href='#{$tab_title}'
    should be;`
    $tabs .= "<a href='#'

    can you confirm this fix?

    • This reply was modified 6 years, 11 months ago by amrod1.
    #798586

    Hi,

    I couldn’t confirm that fix, however we have already reported this bug to Kriesi and our devs and they are working on fixing the issue :)

    Best regards,
    Nikko

    #799658

    4.0.7 didnt fix the tab sections.

    fix will be;
    In /config-templatebuilder/avia-shortcodes/tab_section.php
    On line# 383
    $tabs .= “<a href=’#{$tab_title}’
    should be;`
    $tabs .= “<a href=’#’

    • This reply was modified 6 years, 11 months ago by amrod1.
    #799837

    Hi,

    Thanks for sharing the solution. :) I think that would be a good fix/workaround until Kriesi will release a new update :)

    Best regards,
    Nikko

    #806438

    Its been almost 1 month that update(4.0.6) broke the tab sections. Is there any official fix for the tab sections?
    Its kind of a BIG problem.
    4.0.5 Works
    4.0.6 Not Working
    4.0.7 Not Working

    • This reply was modified 6 years, 10 months ago by amrod1.
    #806451

    Hi,

    Please modify this file tab_section.php which can be found in: wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\ folder, replace all of its content with this code: https://pastebin.com/fLLPHSqU this should fix the firefox and the special character issue.

    Best regards,
    Nikko

    #812318

    Hi, sorry to butt in to this thread but I’m having the exact same issue. When I try to apply the solution from Nikko:
    “Please modify this file tab_section.php which can be found in: wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\ folder, replace all of its content with this code: https://pastebin.com/fLLPHSqU this should fix the firefox and the special character issue.”

    … nothing on the live site page loads – it’s just sitting there spinning and no content ever loads. All versions of Enfold 4.07 and WP 4.8 up to date with latest versions.

    And when I apply this ‘fix’ to the Enfold demo theme (also, latest versions of theme and WP) on my local dev server, I get this: “Fatal error: Call to undefined function clean() in …\wp-content\themes\enfold\config-templatebuilder\avia-shortcodes\tab_section.php on line 377”

    Before updating the theme, everything worked fine.

    But — amrods fix
    “In /config-templatebuilder/avia-shortcodes/tab_section.php
    On line# 383
    $tabs .= “<a href=’#{$tab_title}’
    should be;`
    $tabs .= “<a href=’#’”

    DOES work…Thank goodness!

    I just thought you guys should know that the code Nikko provided broke everything (for me).

    Thanks for coming up with the solution amrod! Such a simple little thing. :)

    • This reply was modified 6 years, 10 months ago by Ria. Reason: added more info again
    #812369

    Your welcome :)
    I don’t understand this is a MAJOR error that should be fixed right away but the enfold developer didn’t even bother to fix it in 4.0.7 even its reported and its been a month he didn’t fix it!
    You need to TEST before releasing a new version :/

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