Hi there,
we have some pages with a fullwidth submenu.
On mobile devices its a button which is called “menu”.
Where can I change “menu” for each submenu?
We want to call one menu button for example “products”, another one “downloads”, etc.
Thanks!
Hi iosxpert!
That would not be easily possible. However, please post the links to your pages where you would like to display it as “products” and “downloads” so we can take a quick look
Regards,
Yigit
Hi Yigit,
we have several pages in multi languages with this subnavis.
On the german pages we want to show „Bereiche“ instead of „Menu“ for all subnavi buttons on mobile devices.
On the english page we want to show „Sub-category“ instead of „Menu“ for all subnavis.
Example german: http://iosxpert.biz/daylite-crm-software/
Example english: http://iosxpert.biz/en/daylite-crm-software/
Hey!
Please go to wp-content/themes/enfold/config-templatebuilder/avia-shortcodes and open menu.php file and find
<span class='av-current-placeholder'>".__('Menu', 'avia_framework')."</span>
and change it to
<span class='av-current-placeholder'>".__('Sub-category', 'avia_framework')."</span>
then install this free software – http://poedit.net/ and edit German language files in Enfold/lang folder and translate “Sub-category” to “Bereiche”
Regards,
Yigit