Home › Forums › WoodMart support forum › Product thum issue!
Product thum issue!
- This topic has 13 replies, 3 voices, and was last updated 6 years, 2 months ago by
Artem Temos.
-
AuthorPosts
-
December 18, 2018 at 4:51 am #96673
wongluiParticipant1.When my mouse over the product thumil, icons my favorite, compare, and quickly view are displayed. Only the my favorite icon is displayed on tablets and mobiles. Can I show my favorite and compare icons on my tablet and mobile version? What can I do?(1.jpg)
2. I want to disable the “My Account sidebar”, “stock status” and “add to cart” on the wish list page.(2.jpg)
3. I have add the product to my favorite & compare. Only tablet and mobile version can’t show content.
4. I want to disable the “add to cart” on the compare page.(4.jpg)
5. Can i change date formate to “14 Dec,2018”, and move to before title. Delete icon under of the title.(5.jpg)
Attachments:
You must be logged in to view attached files.December 18, 2018 at 7:28 am #96697
Artem TemosKeymasterHi,
Here is a custom CSS code for the first 4 items
.product-grid-item .woodmart-buttons .product-compare-button { display: block !important; } .woocommerce-wishlist .woodmart-my-account-sidebar, .product-stock-status, .product-add-to-cart{ display: none; } body .woocommerce-MyAccount-content { width: 100%; flex: 1 0 100%; max-width: 100%; } .woodmart-compare-table .add_to_cart_button { display: none; }
As for the 5th, unfortunately, there is no option for this and it can’t be done with a simple CSS code.
Kind Regards
December 18, 2018 at 10:09 am #96729
wongluiParticipantMany Thanks, all code is fine. About 5th, can i disable date & share icon? i want to reduce title fonts size, please help, many many thanks.
December 18, 2018 at 10:53 am #96752
Elise NoromitMemberHello,
Add this code to the Theme settings > Custom CSS
body .woodmart-post-date>span { display: none; } body .hovered-social-icons { display:none; } body .owl-items-lg-4 .post-slide .entry-title { font-size: 20px; }
Change the font size as per your needs.
Best Regards
December 19, 2018 at 6:32 am #96950
wongluiParticipantPlease help to disable article intro. Thanks
December 19, 2018 at 7:54 am #96968
Elise NoromitMemberHello,
Please provide more details what you would like to disable? Show it on the screen
Best Regards
December 19, 2018 at 8:20 am #96978
wongluiParticipantSorry missing images, pls check it again.
Attachments:
You must be logged in to view attached files.December 19, 2018 at 9:21 am #96988
Elise NoromitMemberHello,
Please add this code to the Theme settings > custom CSS
.blog-post-loop .woodmart-entry-content { display:none; }
Best Regards
December 20, 2018 at 4:45 am #97138
wongluiParticipantI have a lot of products in my shop and have many different filters item in the sidebar. If one clicks on these, you can see the loading product at the page.
However, If you wait a few seconds again, the page is renewed again and and the product is filtered again. Why is that? Can you help me with that?
December 20, 2018 at 9:58 am #97197
Artem TemosKeymasterHello,
Our AJAX requests have a timeout of 5 seconds and if they don’t get a response from the server at this time the page will be loaded in a natural way. If you need, we can give you an instruction how to increase this time to 10 or 15 seconds but it is not a solution and you can try to disable this function completely.
Kind Regards
XtemosDecember 20, 2018 at 10:48 am #97224
wongluiParticipantic, how to disable this function?
December 20, 2018 at 12:12 pm #97256
Artem TemosKeymasterYou can disable AJAX shop option in Theme Settings -> Shop.
December 21, 2018 at 1:59 am #97456
wongluiParticipantGet it, Thank you very much.
December 21, 2018 at 7:08 am #97473
Artem TemosKeymasterYou are welcome.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register