Home Forums WoodMart support forum Problems with translation

Problems with translation

Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #243822

    romb
    Participant

    Having purchased your theme. I have problems with translation. Some elements have not been translated into my language – Ukrainian.
    I will use the site in two languages: Ukrainian and Russian. I want to know how to translate elements. I am adding an image.
    I have problems with the translation of the menu, search terms, and product card (compare, wishlist, and quick view.

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You can translate/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 Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    Please check the video tutorial to see how to save the translation file correctly. You can remove the plugin and translations would remain. Also, translations would remain after each theme update.

    If you have any problems, please provide your site admin access I will check and help.

    Best Regards

    #244198

    romb
    Participant

    And can you tell me, how can I translate this element?

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

    Hello,

    Sure, these strings should be translated in the Theme Settings > Product page > Tabs > just replace the wording.

    Best Regards

    #244607

    romb
    Participant

    Also, can you tell me how to make different headers for Ukrainian and Russian lang?

    #244755

    Hello,

    Please create two equal headers RU and UA and assign them to the pages accordingly: https://xtemos.com/docs/woodmart/header-builder/set-different-header-specific-page/

    If you mean a multilingual site, you will have to install a multilingual plugin, we recommend WPML it is 100% compatible with our theme.

    Best Regards

    #244960

    romb
    Participant

    Yes, I mean a multilingual site. How can I make different headers for a multilingual site?

    #245048

    romb
    Participant

    And I want to know how to make diferent pre-footer for each language

    #245160

    Hello,

    You need to set one column in the Theme Settings > Footer.

    Create two HTML blocks for different languages, insert one in the pre-footer of the Theme Settings. https://xtemos.com/docs/woodmart/html-blocks-2/#pre-footer

    Navigate to WPML > String Translation > Choose the admin_text_woodmart_option from the dropdown and find the title and the content block for the pre-footer and insert the HTML block ID into the translation.

    Best Regards

    #245359

    romb
    Participant

    Thank you, you help me a lot. But I still have a few questions

    1. How can I change colors in the category menu. I want to change the background color on hover and active color in this menu.
    2. Can I add product reviews to my homepage?

    #245396

    Hello,

    Please provide the page URL with the category menu, I will provide custom CSS.

    Unfortunately, there is no option to add product reviews to the home page. You can add the Testimonials element and add reviews manually.

    Best Regards

    #246042

    romb
    Participant

    On this page, you can find the category menu – https://www.camelia.ua/

    #246246

    Hello,

    Please provide the password to the page I cannot view.

    Best Regards

    #246425

    romb
    Participant

    Ohh sorry

    Pass: $`9g4HbW[KeNa2S{

    And can you tell me how can I change the shopping cart? I want to remove some strings.

    #246646

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    Code for hover:

    .vertical-navigation .item-level-0:hover>a {
        background-color: #F9F9F9;
        color: #494949;
    }

    Code for active:

    body .vertical-navigation .current-menu-item >a {
        background:green;
        color: red;
    }

    Please set the colors as per your needs.

    Code for active:
    Best Regards

    #247020

    romb
    Participant

    Thank’s.

    Now I need help with:

    1. I can’t change the sticky header. Where I can do this?

    2. How I can translate the shopping cart? When I switch from Ukrainian language to Russian, the text in the cart remains in Ukrainian.

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

    Hello,

    You need to disable header clone if it is enabled https://xtemos.com/docs/woodmart/header-builder/global-header-settings/

    And enter each row in the header disable the sticky property there: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/

    All the related strings are translated in Loco > plugin > Woocommerce.

    Best Regards

    #247743

    romb
    Participant

    Thank you.

    Now I have questions about the product page:

    1. I have a variable product. When I change the price, it changes only at the bottom. Is it possible to make it change at the top and bottom?

    2. I have a variable product at a discount. But the discount is reflected only at a lower price. Can it be displayed at the top and bottom?

    3. Is it possible that the price for variant goods was registered as “from” and further the price.

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

    Hello,

    Unfortunately, there is no option for 1, 2 question.

    3. Please add this code to the Theme Settings > Custom CSS > Global:

    .product-type-variable .price span.amount:before {
    content:"from "
    }

    Best Regards

    #248479

    romb
    Participant

    If I will use this code

    .product-type-variable .price span.amount:before {
    content:”from ”
    }

    How can I translate it for another language? For example on Ukrainian and Russian words “from” have different translation.

    #248527

    romb
    Participant

    And also when I add your code

    .product-type-variable .price span.amount:before {
    content:”from ”
    }

    It was added at once in two price groups at the top and bottom. Is it possible to make it appear only from above?

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

    Hello,

    Please replace the code:

    .product-type-variable .price:before {
    content:"from "
    }
    body .single_variation_wrap .single_variation .price:before {
    content:" "
    }

    If you have the single language site, translate “from” in CSS code,

    Best Regards

    #248833

    romb
    Participant

    1. I have problems with this code:

    .product-type-variable .price:before {
    content:”from ”
    }
    body .single_variation_wrap .single_variation .price:before {
    content:” ”
    }

    It doesn’t work. When I add this code – Nothing happens.

    2. “If you have the single language site, translate “from” in CSS code” – but I have a multilingual site. How can I translate “from” to different languages?

    #248956

    Hello,

    It is not possible to translate this word as it is in CSS.

    Please provide your site admin access I will check the code.

    Best Regards

Tagged: 

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