Home › Forums › WoodMart support forum › CATEGORIES on mobile – burger menu
CATEGORIES on mobile – burger menu
- This topic has 13 replies, 3 voices, and was last updated 6 years, 5 months ago by
Elise Noromit.
-
AuthorPosts
-
September 10, 2018 at 4:33 pm #76466
arven1ParticipantHi, can you tell me where is a file in which CATEGORIES on mobile site is stored (mean on text)? Check attachment.
Attachments:
You must be logged in to view attached files.September 10, 2018 at 6:33 pm #76475
Elise NoromitMemberHello,
Categories menu is created and stored in Appearance > Menu.
In order to add the categories into mobile menu switch to the mobile view of the Header builder and add it into mobile http://prntscr.com/iyd3v3
Best Regards
September 10, 2018 at 6:38 pm #76477
arven1ParticipantI know where menu is. But I’m wondering how to change text “CATEGORIES” on mobile. I found that OUR CATEGORIES menu on desktop can be found in woodmart/header-elements/categories.php and can be changed from there but I don’t know where file in which mobile “CATEGORIES” is stored. I need help with that.
September 10, 2018 at 6:51 pm #76479
Elise NoromitMemberHello,
You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a free Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=
Best Regards
September 10, 2018 at 6:59 pm #76481
arven1ParticipantElise, I know that. I found that but that’s not my question… I want to know in which file this text can be changed. I know why I’m asking this rather than go with Loco translate, so please let me know this. Thanks
September 10, 2018 at 7:28 pm #76484
Elise NoromitMemberHello,
You can find this in this file: inc/template-tags.php
Best Regards
September 10, 2018 at 7:40 pm #76485
arven1ParticipantAre you 100% sure?
I changed it from only place that it can be changed:
<div class=”mobile-nav-tabs”>
-
<li class=”mobile-tab-title mobile-pages-title active” data-menu=”pages”><span><?php esc_html_e(‘Menu’, ‘woodmart’); ?></span>
<li class=”mobile-tab-title mobile-categories-title” data-menu=”categories”><span><?php esc_html_e(‘Products’, ‘woodmart’); ?></span></div>
From here but its not working.
September 11, 2018 at 5:57 am #76524
Artem TemosKeymasterYes, we tested that code on our development website and was able to change that tab title.
September 11, 2018 at 9:14 am #76579
arven1ParticipantYes, seems like its working when I change it from original theme and not working when I tried to change it inside of child theme… Strange…
Anyway, can you please help me with 2 more things (check my video in private section)?
September 11, 2018 at 12:07 pm #76619
Elise NoromitMemberHello,
Please add this code:
body { background-repeat: no-repeat; background-attachment: fixed; } .woodmart-accordion-title:after { display:none; } body .woodmart-accordion-title.active, body .woodmart-dark .woodmart-accordion-title.active{ color:#ffffff; }
Best Regards
September 11, 2018 at 12:25 pm #76627
arven1ParticipantThank you. This is working like a charm.
Tell me about second issue from my video… Is it possible to image to be fixed somehow? Check my explanation on a video.
September 11, 2018 at 12:53 pm #76634
Elise NoromitMemberHello,
Please clear your cache. The background image has been fixed now
Best Regards
September 11, 2018 at 1:16 pm #76646
arven1ParticipantExcellent this is working. Thank you. 🙂
September 11, 2018 at 1:26 pm #76649
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘CATEGORIES on mobile – burger menu’ is closed to new replies.
- You must be logged in to create new topics. Login / Register