Issues with columns in archive product
-
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!
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
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!
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
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.
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
Thanks Luke, now works perfect.
un saludo!
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
The topic ‘Issues with columns in archive product’ is closed to new replies.