Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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?

    #794902

    Hey 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,
    Rikard

    #794908

    Perfect, thanks!

    The tab section works well also in Chrome the problem is only with firefox.

    Cheers
    Cocco

    #795241

    Hi,

    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,
    Rikard

    #795718

    Hi Rikard, if i put an underscore in title removing space it works in firefox. With spaces works only on ie, edge, chrome

    #795836

    Hi,

    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,
    Rikard

    #799041

    Hi Rikard,
    I have the same issue, I can fix it by myself but when do you plan to make it work?

    Thanks
    Mariusz

    #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!

    #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,
    Mariusz

    #799084

    I will try it, thanks a lot for your help!

    #799120

    I 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

    #799200

    Hi,

    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,
    Nikko

    #805544

    This tip work fine! Thank you! :)

    #805825

    Hi,

    Glad we could help and thanks for using Enfold :)

    Best regards,
    Nikko

    #810574

    @Mariusz fix worked for me. Thanks man :)

    #810615

    doesn’t it work with the newest ENFOLD update??

    @Nikko
    said here that they are already working on this issue and this was in May

    #810616

    Hey!

    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,
    Yigit

    #812039

    Hey.
    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.

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