Hi guys,
I need your help once again. I have added a fullwidth submenu to my Services pages and I would like to rename the burger from “Menu” to “Services”
Where can I find the file to edit this text?
I have found a thread that was guiding me to use Loco Translate, I have changed the string Menu from the theme .pot file, but nothing visible on the page. I probably missed smth…
Please help!
Thank you
Regards,
Lucian
Hey Lucian,
Thank you for the inquiry.
You can try this plugin to translate the placeholder text of the fullwidth sub menu.
// https://wordpress.org/plugins/say-what/
Or edit it directly in the enfold/config-templatebuilder/avia-shortcodes/menu/menu.php file, around line 624.
$mobile_button = $mobile == 'active' ? "<a href='#' class='mobile_menu_toggle' " . av_icon_string( 'mobile_menu' ) . "><span class='av-current-placeholder'>" . __( 'Menu', 'avia_framework' ) . '</span></a>' : '';
Best regards,
Ismael