-
AuthorPosts
-
May 23, 2017 at 7:25 pm #798455
Tabs Section stopped working after update to 4.0.6 :/
It broke my LIVE website so I had to rollback to 4.0.5May 23, 2017 at 9:05 pm #798499In /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 7 years, 6 months ago by amrod1.
May 23, 2017 at 11:23 pm #798586Hi,
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,
NikkoMay 25, 2017 at 5:31 pm #7996584.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 7 years, 5 months ago by amrod1.
May 25, 2017 at 10:01 pm #799837Hi,
Thanks for sharing the solution. :) I think that would be a good fix/workaround until Kriesi will release a new update :)
Best regards,
NikkoJune 11, 2017 at 1:28 am #806438Its 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 7 years, 5 months ago by amrod1.
June 11, 2017 at 5:28 am #806451Hi,
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,
NikkoJune 23, 2017 at 10:09 pm #812318Hi, 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 7 years, 4 months ago by Ria. Reason: added more info again
June 24, 2017 at 2:24 am #812369Your 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 :/ -
AuthorPosts
- You must be logged in to reply to this topic.