Home › Forums › WoodMart support forum › Remove button (elements) and translate texts.
Remove button (elements) and translate texts.
- This topic has 19 replies, 2 voices, and was last updated 6 years ago by Elise Noromit.
-
AuthorPosts
-
December 19, 2018 at 10:58 am #97015
pogopieParticipantHello,
where do i remove elements and translate texts ?
Please view imageAttachments:
You must be logged in to view attached files.December 19, 2018 at 12:17 pm #97039
Elise NoromitMemberHello,
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
December 19, 2018 at 12:31 pm #97046
pogopieParticipantthe 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.December 19, 2018 at 3:39 pm #97083
Elise NoromitMemberHello,
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
December 20, 2018 at 7:22 am #97155
pogopieParticipantby JS i meant Javascript, please look at the attached image. Thanks
December 20, 2018 at 8:12 am #97170
Elise NoromitMemberHello,
I would recommend Loco however you can do it as you wish
Best Regards
December 20, 2018 at 10:06 am #97201
pogopieParticipantAnd does Loco have any effect on the performance ?
December 20, 2018 at 12:01 pm #97246
Elise NoromitMemberHello,
Loco does not influence the performance. It is saved and reliable
Best Regards
December 20, 2018 at 12:38 pm #97259
pogopieParticipantCould 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_wishlistbut when I add to custom CC
a.add_to_wishlist { display:none; }
It still shows, or where do i find the right object tag ?
December 20, 2018 at 2:21 pm #97289
Elise NoromitMemberHello,
Take this code:
body .summary-inner>.yith-wcwl-add-to-wishlist a { display:none; }
Best Regards
December 20, 2018 at 6:17 pm #97375
pogopieParticipantWhere can i find those specific tags for the elements ?
December 20, 2018 at 8:42 pm #97434
Elise NoromitMemberHello,
You can view any element hovering it and making the right click
Best Regards
December 22, 2018 at 11:18 pm #97856
pogopieParticipantthanks 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
December 23, 2018 at 8:48 am #97905
Elise NoromitMemberHello,
Here is how you view the element https://gyazo.com/669c1117da30a4b14501891063f946af
Best Regards
December 23, 2018 at 11:26 am #97934
pogopieParticipantyes, i know this, could you show me the whole process ?
December 23, 2018 at 3:23 pm #97976
Elise NoromitMemberHello,
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
December 23, 2018 at 4:08 pm #97983
pogopieParticipantI meant that the code is made from
4 parts right ?
1. Body
2. summary-inner
3. Yith-wcwl-add-to-wishlist
4. aAnd 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;
}December 23, 2018 at 7:39 pm #98024
Elise NoromitMemberHello,
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
December 24, 2018 at 4:02 pm #98205
pogopieParticipantokey, thanks
December 24, 2018 at 8:11 pm #98243
Elise NoromitMemberIf you have any questions or theme related issues please feel free to contact us.
Best Regards
-
AuthorPosts
The topic ‘Remove button (elements) and translate texts.’ is closed to new replies.
- You must be logged in to create new topics. Login / Register