Home Forums WoodMart support forum Product thum issue!

Product thum issue!

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

    wonglui
    Participant

    1.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.
    #96697

    Artem Temos
    Keymaster

    Hi,

    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

    #96729

    wonglui
    Participant

    Many 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.

    #96752

    Hello,

    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

    #96950

    wonglui
    Participant

    Please help to disable article intro. Thanks

    #96968

    Hello,

    Please provide more details what you would like to disable? Show it on the screen

    Best Regards

    #96978

    wonglui
    Participant

    Sorry missing images, pls check it again.

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

    Hello,

    Please add this code to the Theme settings > custom CSS

    .blog-post-loop .woodmart-entry-content {
        display:none;
    }

    Best Regards

    #97138

    wonglui
    Participant

    I 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?

    #97197

    Artem Temos
    Keymaster

    Hello,

    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
    Xtemos

    #97224

    wonglui
    Participant

    ic, how to disable this function?

    #97256

    Artem Temos
    Keymaster

    You can disable AJAX shop option in Theme Settings -> Shop.

    #97456

    wonglui
    Participant

    Get it, Thank you very much.

    #97473

    Artem Temos
    Keymaster

    You are welcome.

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