Home Forums WoodMart support forum Change the menu name on categories menu on mobile

Change the menu name on categories menu on mobile

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #81150

    andresjarel
    Participant

    Hi!

    How can I change the text “categories” on the mobile categories menu on mobile? ..and how can I disable the icon to submenu on each categories, I just need to display the main categories on mobile device, showing the menu title like “creations” or something like that

    Thanks

    I didn’t find the option Theme Settings -> Header !!??

    note: The theme is completely translated into Spanish and will work with WPML

    Attachments:
    You must be logged in to view attached files.
    #81155

    andresjarel
    Participant

    Ok, I found the option to disable the submenu on categories.. 🙂

    #81159

    Artem Temos
    Keymaster

    Hi,

    So did you resolve this problem already? Do you have any extra questions?

    Regards

    #81161

    andresjarel
    Participant

    I fond one of them:

    1. Disable the submenu on categories on mobile menu – ✓
    2. How to change the text on category menu on mobile menu side bar (image attach)
    3. where is the section Theme Settings -> Header I don’s see this section on Theme Settings menu side bar (image attach)

    Sorry for my clumsiness and thanks for the quick response!

    #81162

    Artem Temos
    Keymaster

    Hi,

    2. Here is a video that demonstrates how to edit/translate strings with Loco Translate plugin https://www.youtube.com/watch?v=SPBFxS7oX90

    3. You can configure the header in Dashboard -> WoodMart -> Header builder. https://xtemos.com/docs/woodmart/header-builder/

    Regards

    #81167

    andresjarel
    Participant

    2. Here is a video that demonstrates how to edit/translate strings with Loco Translate plugin https://www.youtube.com/watch?v=SPBFxS7oX90

    -> I did it, and the text “categories” is translating to “categorias”… but I need to change this text where I can find it? there is to many texts “categories” and I don’t know which one is loading as the title menu on mobile.

    3. You can configure the header in Dashboard -> WoodMart -> Header builder. https://xtemos.com/docs/woodmart/header-builder/

    -> Ok

    #81168

    Artem Temos
    Keymaster

    Just write any word instead of your translated categorias.

    #81180

    andresjarel
    Participant

    but this way I will translate the text categories bad, in all the places where is loading the text categories… I just want display a different text here, just here, in the title of the categories on menu mobile.. you know what a mean?

    …maybe It’s me that I don’t understand you sorry

    From where is loading this text? can I change just this text and put whatever I want by written? Where?

    Attachments:
    You must be logged in to view attached files.
    #81184

    Artem Temos
    Keymaster

    In this case you will to change it in the code of the inc/template-tags.php file

    <li class="mobile-tab-title mobile-categories-title" data-menu="categories"><span><?php esc_html_e('Categories', 'woodmart'); ?></span></li>

    #81185

    andresjarel
    Participant

    aha but.. could I do this on the funtion.php from child theme? that way I will not get lost with the new theme updates

    Will be great!! 🙂

    #81226

    Artem Temos
    Keymaster

    In this case, copy the whole woodmart_mobile_menu PHP function from that file to the functions.php file in the child theme and do your changes.

    #81579

    andresjarel
    Participant

    Ready!! Thanks a lot, after finish the project I will give you 5 stars! Perfect support!

    #81592

    Artem Temos
    Keymaster

    You are welcome.

Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘Change the menu name on categories menu on mobile’ is closed to new replies.