Home › Forums › WoodMart support forum › Change the menu name on categories menu on mobile
Change the menu name on categories menu on mobile
- This topic has 12 replies, 2 voices, and was last updated 6 years, 4 months ago by
Artem Temos.
-
AuthorPosts
-
October 5, 2018 at 12:39 pm #81150
andresjarelParticipantHi!
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.October 5, 2018 at 12:42 pm #81155
andresjarelParticipantOk, I found the option to disable the submenu on categories.. 🙂
October 5, 2018 at 1:39 pm #81159
Artem TemosKeymasterHi,
So did you resolve this problem already? Do you have any extra questions?
Regards
October 5, 2018 at 1:47 pm #81161
andresjarelParticipantI 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!
October 5, 2018 at 2:04 pm #81162
Artem TemosKeymasterHi,
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
October 5, 2018 at 2:09 pm #81167
andresjarelParticipant2. 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
October 5, 2018 at 2:10 pm #81168
Artem TemosKeymasterJust write any word instead of your translated
categorias
.October 5, 2018 at 2:45 pm #81180
andresjarelParticipantbut 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.October 5, 2018 at 2:51 pm #81184
Artem TemosKeymasterIn 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>
October 5, 2018 at 2:54 pm #81185
andresjarelParticipantaha 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!! 🙂
October 5, 2018 at 8:21 pm #81226
Artem TemosKeymasterIn 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.October 8, 2018 at 10:10 am #81579
andresjarelParticipantReady!! Thanks a lot, after finish the project I will give you 5 stars! Perfect support!
October 8, 2018 at 11:02 am #81592
Artem TemosKeymasterYou are welcome.
-
AuthorPosts
The topic ‘Change the menu name on categories menu on mobile’ is closed to new replies.
- You must be logged in to create new topics. Login / Register