-
AuthorPosts
-
May 17, 2017 at 12:56 pm #794846
Hi,
after last update 4.0.7 tab section buttons not working anymore in mozilla firefox (incl. developer version), the buttons works well on Edge and IE11.Tried also to disable all plugins and clear the browsers cache but the result is the same.
In 4.0.5 all was working perfectly.
Can you investigate?
May 17, 2017 at 2:56 pm #794902Hey cocco,
Thanks for reporting this, I can reproduce the error on my local installation. We’ll hopefully have a fix available for this as soon as possible.
Best regards,
RikardMay 17, 2017 at 3:06 pm #794908Perfect, thanks!
The tab section works well also in Chrome the problem is only with firefox.
Cheers
CoccoMay 18, 2017 at 5:52 am #795241Hi,
Could you try to not use a space in the Tab Title to see if that works, use Tab_1 instead of Tab 1 for instance.
Regards,
RikardMay 18, 2017 at 9:31 am #795718Hi Rikard, if i put an underscore in title removing space it works in firefox. With spaces works only on ie, edge, chrome
May 18, 2017 at 12:29 pm #795836Hi,
Ok, thanks for the feedback. Then that is probably the likely cause, we will hopefully have a fix for that in the next update.
Best regards,
RikardMay 24, 2017 at 5:18 pm #799041Hi Rikard,
I have the same issue, I can fix it by myself but when do you plan to make it work?Thanks
MariuszMay 24, 2017 at 5:51 pm #799048@Mariusz do you have solved this at your end without just using “no space” in the title? May I have your fix please, I have the same issue, thanks!
May 24, 2017 at 6:42 pm #799071@Chris
Just update your child theme with a following file: enfold\config-templatebuilder\avia-shortcodes\tab_section.php
At line 382, just before$tabs .= "<a href='#{$tab_titler}' data-av-tab-section-title='{$i}' class='av-section-tab-title {$active_tab} {$extraClass} '>{$icon}{$image}<span class='av-outer-tab-title'><span class='av-inner-tab-title'>{$tab_title}</span></span>{$arrow}</a>";
please add:
$tab_titler = str_replace(' ', '-', $tab_title);
I hope that will help :)
Best,
MariuszMay 24, 2017 at 6:59 pm #799084I will try it, thanks a lot for your help!
May 24, 2017 at 8:23 pm #799120I fixed it removing the {$tab_title} in row 383 after the # in tab_section.php
Before
$tabs .= "<a href='#{$tab_title}' data-av-tab-section-title='{$i}' class='av-section-tab-title {$active_tab} {$extraClass} '>{$icon}{$image}<span class='av-outer-tab-title'><span class='av-inner-tab-title'>{$tab_title}</span></span>{$arrow}</a>"; }
After
$tabs .= "<a href='#' data-av-tab-section-title='{$i}' class='av-section-tab-title {$active_tab} {$extraClass} '>{$icon}{$image}<span class='av-outer-tab-title'><span class='av-inner-tab-title'>{$tab_title}</span></span>{$arrow}</a>"; }
Now the tab section working also in Mozilla Firefox, i’m testing that is all ok. I’m using latest Enfold 4.0.7
May 24, 2017 at 9:58 pm #799200Hi,
Thanks for sharing the solutions that worked for you. Kriesi and our devs are already working on fixing the issue, since we have already reported this bug.
Best regards,
NikkoJune 8, 2017 at 12:20 pm #805544This tip work fine! Thank you! :)
June 9, 2017 at 5:03 am #805825Hi,
Glad we could help and thanks for using Enfold :)
Best regards,
NikkoJune 20, 2017 at 6:39 pm #810574@Mariusz fix worked for me. Thanks man :)
June 20, 2017 at 7:31 pm #810615June 20, 2017 at 7:35 pm #810616Hey!
Spacing in the title should not be an issue however apparently special characters are cause issues on certain browsers.
We have reported it to our devs as well. If you are having issues and would like us to look into it, please start a new thread :)Best regards,
YigitJune 23, 2017 at 10:56 am #812039Hey.
Excuse me. I have normal signs without special characters. It’s not working in Moz (all plugins are of in Moz and WP)
And also the colour definition is not working for first tab. Only if the switch to another tab in chrome, the tab font color has change the design. is an !Important Missing? I don’t know.I wait for the moment, when the finally tab section is working with an update ASAP.
It’s so buggy and so many workarounds. I have the feeling i should to ask a full time dev to set all manual workarounds on my and my 13 clients enfold pages. Inside the tab content, it seems a table show also not special signs like a mathematic sign “<” or “>”PS: it’s not possible to send credentials for my clients page.
Best
S.
-
AuthorPosts
- You must be logged in to reply to this topic.