Home Forums WoodMart support forum screen texts still appear in English

screen texts still appear in English

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #318045

    afoukis
    Participant

    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.
    #318058

    Artem Temos
    Keymaster

    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

    #318060

    afoukis
    Participant

    Hi again,
    plugins disable
    Thanks

    #318061

    Artem Temos
    Keymaster

    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

    #318062

    afoukis
    Participant

    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”

    #318077

    Artem Temos
    Keymaster

    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;
    }
    #318233

    afoukis
    Participant

    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.
    #318352

    Artem Temos
    Keymaster

    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;
    }
    #318357

    afoukis
    Participant

    Thanks again !!!

    #318367

    Artem Temos
    Keymaster

    You are welcome! Feel free to contact us if you have any additional questions.

    Kind Regards

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