Home Forums WoodMart support forum Make Add to Cart button visible on product listing pages, not only on hover

Make Add to Cart button visible on product listing pages, not only on hover

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #600168

    meetbio.es
    Participant

    In my website only product title and price are permanently visible in product listing pages. Then, on hover, product rating, atributes, whislist and add to cart buttons are displayed.

    This is nice for desktop version, but I want to permanently display wishlist and add to cart buttons in the mobile version.

    #600421

    Hung Pham
    Keymaster

    Hi meetbio.es,

    Thanks for reaching to us.

    – Navigate to Theme Settings > Product archive > Product styles and enable Open product on click on mobile option https://ibb.co/ZBKMZwR

    – Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Mobile section:

    .wd-product.wd-hover-base div.hover-content{
    	display: none;
    }
    
    .wd-hover-with-fade div.fade-in-block {
    	position: relative;
    	visibility: visible;
    	opacity: 1;
    }

    Best Regards.

    #600481

    meetbio.es
    Participant

    Hello,

    I want only the cart button with the icon style to be displayed, and no change of buttons beetween hover and not hover, so the design doesn’t change that much.

    Attached screenshots with the button I don’t want and the button I want to be permanently displayed, and without any change in it when o hover.

    Apart from that, I would like the product listing to be aligned horizontally, as displayed in the 3rd screenshot. I want product images at the same line, product name and price in the same line, and wishlist/cart buttons in the same line.

    Thanks in advance,
    Kind regards.

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

    Hung Pham
    Keymaster

    Hi meetbio.es,

    First of all, I am appreciate your patience.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #601304

    meetbio.es
    Participant

    Sorry but right now we don’t have a staging site and we cannot provide access to the main one.

    Coul you please tell me what configurations you would like to check and I will record a video or take some screenshots showing them to you?

    Kind regards.

    #601316

    meetbio.es
    Participant

    Problem solved, no more help needed.

    Thanks for your attention Hung,

    Kind regards.

    #601484

    Hung Pham
    Keymaster

    Hi meetbio.es,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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