screen texts still appear in English
-
hi,
While I have changed the language in Greek, some screen texts still appear in English
I followed the instructions:
https://xtemos.com/docs/woodmart/translation/
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?
Thank you in advance
Hi again,
plugins disable
Thanks
You had two files uploaded. We have removed one and now it works correctly.
This menu can be edited via Appearance -> Menus https://gyazo.com/ceabc6c94c620da802b222597e9a034f
Thanks a lot !!!
Can you tell me which 2 files I uploaded?
2nd question: All characters are in capital (LOGIN, NEWSLETTER, … CATEGORIES TITLES). How can I do them = “Capitalize”
One was in the folder languages/themes/
and another in wp-content/themes/woodmart/
.
Try to add the following code snippet to the Custom CSS area in Theme Settings to change the uppercase.
.whb-main-header {
--wd-header-el-transform: capitalize;
}
.website-wrapper .wd-search-cat > a {
text-transform: capitalize;
}
Perfect !!! Thanks a lot !!!
Is there any guide / table to find others e.g. BEST SELLERS, FEATURED, SALES, or FEATURED PRODUCTS to change the uppercase to capitalize.
Attachments:
You must be
logged in to view attached files.
Add the following CSS code also. But you need to rename your categories via Dashboard -> Products -> Categories as well
.website-wrapper .category-grid-item .wd-entities-title,
.website-wrapper .wd-products-tabs .products-tabs-title li,
.website-wrapper .read-more-section a {
text-transform: capitalize;
}
You are welcome! Feel free to contact us if you have any additional questions.
Kind Regards