Forum Replies Created
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
May 24, 2017 at 8:23 pm in reply to: Tab section buttons not working on Firefox after latest updates #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
May 18, 2017 at 9:31 am in reply to: Tab section buttons not working on Firefox after latest updates #795718Hi Rikard, if i put an underscore in title removing space it works in firefox. With spaces works only on ie, edge, chrome
May 17, 2017 at 3:06 pm in reply to: Tab section buttons not working on Firefox after latest updates #794908Perfect, thanks!
The tab section works well also in Chrome the problem is only with firefox.
Cheers
CoccoHi Vinay,
perfect thanks!You can close this thread
Cheers
FrancescoHi Vinay, thanks for reply,
i would like to have, in mobile menu, the language switcher in text format (ENG I ITA) instead of flags.i use latest versions of enfold and wpml.
cheers
Francesco -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)