• Resolved TMNR

    (@tmnr)


    Hi,
    I have successfully localized everything I need, except for the menu button name that appears when responsive design kicks in past 600px. I have found “menu” in .po file and changed it to my liking (like other entries, which worked flawlessly), but it does not change when switching languages. This is the only remaining issue and I’ve spent numerous hours trying to find how to do it. It’s driving me mad. Please help.

    http://wordpress.org/extend/plugins/polylang/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chouby

    (@chouby)

    The problem is not coming from Polylang or from your translation in the .po file. It is a bug of the theme (you should report it to the author).
    Edit the file at line 67 and replace

    mobileMenu = $('<a class="menu-button"><i class="menu-button-icon"></i>menu</a>');

    by

    mobileMenu = $('<a class="menu-button"><i class="menu-button-icon"></i>'+dsframework_vars.menu_text+'</a>');

    Thread Starter TMNR

    (@tmnr)

    Thank you,
    you are the best and most responsible developer out there. Utmost respect, Chouby.

    For those who wonder what file needs to be edited:
    In theme folder js/main.js

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Polylang] Touchfolio theme localization’ is closed to new replies.