• 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 nothing seems to work. 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.

Viewing 1 replies (of 1 total)
  • Thread Starter TMNR

    (@tmnr)

    Thanks to the fine developer of Polylang plugin, Chouby, I have a solution. It was a theme bug:

    Go to touchfolio/js/main.js and change
    mobileMenu = $('<a class="menu-button"><i class="menu-button-icon"></i>menu</a>');
    to
    mobileMenu = $('<a class="menu-button"><i class="menu-button-icon"></i>'+dsframework_vars.menu_text+'</a>');

Viewing 1 replies (of 1 total)
  • The topic ‘Touchfolio localization’ is closed to new replies.