Shopping cart icon on the Shop Page to be removed
-
1. I need the shopping cart icon on the Shop Page to be removed, and the category display in list format to be disabled. Everything else should remain the same.
2. I need the phrase ‘Showing 1–9 of 25 results’ to be translated into Thai as ‘แสดง 1 – 9 ของ 25 รายการ’. I’ve tried using Loco Translate but it didn’t work; there’s no Thai translation.
Attachments:
You must be
logged in to view attached files.
Hi kruajeng,
Thanks for reaching to us and appreciate your patience.
1. Shop page
I see the icon has been removed and the layout has been changed, please double check .
2. Translation
+ In order to change / translate words. Please make sure you synced the strings first before changing / translating WooCommerce, WordPress Cores file, WoodMart Core plugins and WoodMart theme. You can refer to article
https://xtemos.com/docs-topic/theme-translation/
https://xtemos.com/docs-topic/how-to-make-woodmart-multilingual-with-wpml/
+ You are also need to select the language for the backend and theme settings for admin from the admin user profile, please edit the user’s profile and then select the language for that user it will show the same on the backend.
+ Some strings related to Wishlist / Compare / Login & Register page, you can change in Theme Settings > Shop or Theme Settings > My account https://prnt.sc/W8Tt95stG3YC
Regards,
Hello, Hung Pham
Please Check! I’ve tried clearing all the cache, but I still see the same cart on the Shop Page screen in the list view
Attachments:
You must be
logged in to view attached files.
Hi kruajeng,
Please use below code:
.wd-product.product-list-item .wd-add-btn a.add-to-cart-loop span{
font-size: 0;
}
.wd-product.product-list-item .wd-add-btn-replace .add-to-cart-loop:before{
transform: translateY(0);
opacity: 1;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 20px;
transition: opacity .15sease, transform .25sease;
content: "\f123";
font-family: "woodmart-font";
}
.wd-product.product-list-item .wd-add-btn-replace .add-to-cart-loop.loading:before{
opacity: 0;
}
Regards,
The topic ‘Shopping cart icon on the Shop Page to be removed’ is closed to new replies.