Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #546365

    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!

    #546383

    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

    #546531

    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/

    German Example

    #546534

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.