Home Forums WoodMart support forum Issues with columns in archive product

Issues with columns in archive product

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #628937

    EntreDosCom
    Participant

    Hi, I have configured to show 4 columns of products in the store, both in the Woodmart configuration and in Elementor but still showing 3 columns, I have tried everything but I can’t get it.

    On the other hand you can remove the option that the product expands when you hover the mouse over it.

    Thank you very much, best regards!

    #629205

    Luke Nielsen
    Keymaster

    Hello,

    Currently, I see that it shows 4 columns – https://prnt.sc/QKI4K3QdkxGW

    If you still have 3, try to clear the browser cache and recheck the issue.

    Kind Regards

    #629215

    EntreDosCom
    Participant

    Hi, I have looked at incognito and it is true.

    How do I remove the option that makes the product expands when you hover the mouse over it?

    thanks!

    #629405

    Luke Nielsen
    Keymaster

    Hello,

    Navigate to Theme Settings -> Product Archive -> Product styles -> disable the “Hover image” option and check how it works: https://prnt.sc/8Vr7AteT9Mv5

    Kind Regards

    #629655

    EntreDosCom
    Participant

    Sorry Luke, it stills appears with the zoom effect, I have tried it with cache cleared. in incognito and another computer and it is still the same, even with that option disconnected and in Elementor it takes everything from the theme configuration.

    thanks.

    #629668

    Luke Nielsen
    Keymaster

    Hello,

    Define the code below in Theme Settings -> Custom CSS:

    body .wd-hover-with-fade.hover-ready:is(:hover,.state-hover) .content-product-imagin {
        visibility: hidden;
        opacity: 0;
        transition: none;
        transform: unset;
    }

    Then check how it works.

    Kind Regards

    #629731

    EntreDosCom
    Participant

    Thanks Luke, now works perfect.

    un saludo!

    #629738

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for confirming that the issue is resolved and everything is working perfectly now. If you have any more questions or need further assistance, feel free to reach out anytime.

    Kind Regards

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

The topic ‘Issues with columns in archive product’ is closed to new replies.