Home Forums WoodMart support forum First questions

First questions

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #98848

    afc90
    Participant

    Hi,
    I have some questions related to customization on my website.

    1- How to align all the “buy now” buttons with different product titles?

    2- Where can I translate the filters text in shop page sidebar? And recent posts in blog sidebar? I already searched with loco translate… Check images in attachments

    3- In shopping cart page where can I add a button “back to shop”?

    That’s all for now.
    Thank you

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

    Hello,

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

    1. Your question is not clear enough. What is the functionality of the button? The product page has Add to cart button. Do you want to rename it?

    2. You can translate 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

    3. Please try to find a plugin, this is Woocommerce functionality and our theme does not have the option.

    #98873

    afc90
    Participant

    Thank you for the reply.
    1- No. I don’t want to rename it. I want to align the buttons. I will send an image to clarify my question..

    2- As I said, I know how to translate with loco translate… I can’t find where to translate the sidebars in shop and blog…

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

    Hello,

    There is no option to insert a button in the product grid.

    In order to translate sidebar, you just create the content in the language you need, for example, category title, attribute title

    Best Regards

    #98891

    afc90
    Participant

    Insert a button??? I don’t want to insert another button.
    I want to align the buttons… Will send you another image to make sure you understand.

    Can’t understand what you said in the second question. Where and how do I create the content that already exists to translate?
    Thanks

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

    Hello,

    1. Please provide your site URL and shop page URL we shall provide custom CSS.

    2. Please provide the screen what you want to translate.

    Best Regards

    #99203

    afc90
    Participant

    Ok will send an image of filter section I can’t translate and urls

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

    Hello,

    Your site is under maintenance and I can not check.

    If you translate wit Loso, just enter Appearance > Widgets and replace the titles of the widgets, if you translate with WPML, find the appropriate strings in the string translation

    Best Regards

    #99676

    afc90
    Participant

    Thank you, the translation was in the widgets.
    About align buy button what can you do for it? I want to align the buttons in every page. Is there an option to align add to cart buttons?

    #99689

    Hello,

    Your site is under maintenance and I can not check. Please provide your site admin access in the private area.

    Best Regards

    #99894

    afc90
    Participant

    Ok please check it.

    #99953

    Hello,

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

    div.products {
        -ms-flex-align: stretch!important;
        align-items: stretch!important;
    }
    .woodmart-hover-standard {
        padding-bottom: 50px!important;
    }
    .woodmart-hover-standard .btn-add {
        position: absolute;
        bottom: 5px;
        left: 0;
        right: 0;
    }

    Best Regards

    #100166

    afc90
    Participant

    Thank you for your help. It worked.

    #100186

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘First questions’ is closed to new replies.