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

    Hi,
    I first want to thank you all for this amazing work, enfold is really nice !!

    Here is my question, since the upgrade to 4.7.2, i found a bug in tab section parameters.
    normally, i can choose position, (below or above). Now it displays only one option : “Display tabs on left”, wich is not appropriate.

    Now by default, when i create a new section tab, icons are below and not above.
    Can you confirm this bug ?
    I put a screenshot in private content
    Thank you.

    #1184366

    Hey patpatpat,

    Thank you for the inquiry.

    Looks like options are not properly translated in your installation, but the translations for the options exist in the FR language file when we check. Did you upload your own language file, or change the directory of the locale?

    
    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/tabs/tabs.php:255
    msgid "Display tabs at the top"
    msgstr "Afficher les onglets en haut"
    
    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/tabs/tabs.php:256
    msgid "Display Tabs on the left"
    msgstr "Afficher les onglets à gauche"
    
    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/tabs/tabs.php:257
    msgid "Display Tabs on the right"
    msgstr "Afficher les onglets à droite"
    
    

    Best regards,
    Ismael

    #1184403

    Hi ismael,
    Thanks for reply.
    I didnt change anything, just upgrade enfold via wordpress panel control.
    I fact, problem is not “tabs” but “tab section” :
    config-templatebuilder/avia-shortcodes/tab_section/tab_section.php:213 and 214.

    I just found the problem on
    lang/fr_FR.po, line 16416 :
    change :
    16410 msgid “Display Tabs above content”
    16411 msgstr “Afficher les onglets à gauche”
    and
    16416 msgid “Display Tabs below content”
    16417 msgstr “Afficher les onglets à gauche”
    — by —
    16410 msgid “Display Tabs above content”
    16411 msgstr “Afficher les onglets au dessus”
    and
    16416 msgid “Display Tabs below content”
    16417 msgstr “Afficher les onglets en dessous”

    but nothing change on dropdown list in front, even after flushing my browser cache.

    any ideas ?

    thanks

    #1184409

    I have another site with enfold but the old version (4.6.1).
    I realise that dropdown list was in english but worked well.
    still in 4.6.1 the fr-FR.po was twice longer, but i notice that translation for theses two sentences was still not correct.
    screenshot on PC

    thanks for help.

    #1185063

    Hi,

    Thank you for the update.

    We didn’t find the same text or translations on line 16410. Please try to add this code anywhere in the .po file.

    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/tab_section/tab_section.php:213
    #, fuzzy
    msgid "Display Tabs above content"
    msgstr "Afficher les onglets à gauche"
    
    # @ avia_framework
    #: config-templatebuilder/avia-shortcodes/tab_section/tab_section.php:214
    #, fuzzy
    msgid "Display Tabs below content"
    msgstr "Afficher les onglets à gauche"
    

    After that, install the Loco Translate plugin, go to the Themes panel, look for the theme and the FR language, then sync the lang files.

    Best regards,
    Ismael

    #1199670

    Hi ismael,
    I have just upgraded enfold 4.7.3 to 4.7.4.

    Apparently, the problem is solved.

    Thank you !

    #1199980

    Hi,

    Great, I’m glad that it’s working in the new version. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1200098

    you can close the topic.

    thank you !!

    #1200256

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Problem in Tab section position below or above’ is closed to new replies.