Home Forums WoodMart support forum Remove button (elements) and translate texts.

Remove button (elements) and translate texts.

Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #97015

    pogopie
    Participant

    Hello,
    where do i remove elements and translate texts ?
    Please view image

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

    Hello,

    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

    The bottom can be changed with custom CSS but be careful this is a functional button. Please provide your site URL

    Best Regards

    #97046

    pogopie
    Participant

    the website is http://musismit.cz
    Can i translate it with JS ? Because here are some translations why my colleges made.

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS

    .btns-default-hover-light .widget_shopping_cart .buttons .btn-cart{
      display:none;
    }

    Can i translate it with JS ? What is it? You can try.

    Best Regards

    #97155

    pogopie
    Participant

    by JS i meant Javascript, please look at the attached image. Thanks

    #97170

    Hello,

    I would recommend Loco however you can do it as you wish

    Best Regards

    #97201

    pogopie
    Participant

    And does Loco have any effect on the performance ?

    #97246

    Hello,

    Loco does not influence the performance. It is saved and reliable

    Best Regards

    #97259

    pogopie
    Participant

    Could you show me how to hide elements ? For example:
    I want to remove add to wish list button
    So in chrome i Right click on the element open the console. Then i found this tag.
    a.add_to_wishlist

    but when I add to custom CC

    a.add_to_wishlist {
    display:none;
    }

    It still shows, or where do i find the right object tag ?

    #97289

    Hello,

    Take this code:

    body .summary-inner>.yith-wcwl-add-to-wishlist a {
    display:none;
    }

    Best Regards

    #97375

    pogopie
    Participant

    Where can i find those specific tags for the elements ?

    #97434

    Hello,

    You can view any element hovering it and making the right click

    Best Regards

    #97856

    pogopie
    Participant

    thanks a lot, could you make me short video how do i specify and find the DIV levels before the yith-wcwl-add-to-wishlist.

    Thanks

    #97905

    Hello,

    Here is how you view the element https://gyazo.com/669c1117da30a4b14501891063f946af

    Best Regards

    #97934

    pogopie
    Participant

    yes, i know this, could you show me the whole process ?

    #97976

    Hello,

    What do you mean the whole process? You view the styles on the right. https://wpshout.com/quick-guides/examine-html-css-using-chrome-inspect-element-tool/

    Best Regards

    #97983

    pogopie
    Participant

    I meant that the code is made from

    4 parts right ?

    1. Body
    2. summary-inner
    3. Yith-wcwl-add-to-wishlist
    4. a

    And then is the case styling

    Body is like the main body, summary-inner is a div in the html. yith-wcwl-add-to-wishlist is a div too?

    And the “a” is because the class is
    a.yith-wcwl-add-to-wishlist?

    body .summary-inner>.yith-wcwl-add-to-wishlist a {
    display:none;
    }

    #98024

    Hello,

    Please refer the article provided or you will need to take HTML and CSS course. It is not possible to provide the process here. Our support does not cover such an issue.

    Best Regards

    #98205

    pogopie
    Participant

    okey, thanks

    #98243

    If you have any questions or theme related issues please feel free to contact us.

    Best Regards

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

The topic ‘Remove button (elements) and translate texts.’ is closed to new replies.