This topic has 10 replies, 2 voices, and was last updated 6 years, 12 months ago ago by Olga Barlow
Hello, I have a problem when using the plugin WooCommerce Product Filter.
After a price change in the filter “PRICE RANGE” in the “Shop Sidebar” the products are not displayed correctly.
How can I fix it?
Hello,
Contact plugin author to solve this issue. This plugin adds one more block with image http://prntscr.com/he6kl3
Regards
But with the other plugin, “Advanced AJAX Product Filter for WooCommerce” has the same problem.
https://prnt.sc/he6vr6
The second image is displayed when hovering over the product. It should be so. However, it does not appear in place of the first image, but below it.
Hello,
Keep this option disabled http://prntscr.com/he8f3m if you want to use this plugin. Plugin is not compatible with our image effects, so either you need to customize plugin to make it compatible or disable this option.
Regards
This does not solve the problem
https://prnt.sc/he8jfm
Hello,
Then you need to contact plugin author to find out if it’s possible to avoid adding the first image http://prntscr.com/he6kl3
Ask if the plugin requires some special WC hook that is missing in our theme.
Regards
If you avoid adding the first image, then there will be no images at all.
https://prnt.sc/hecrai
Hello,
No, there will be image. It’s hidden at present. We have added custom to display it for you http://prntscr.com/heluc9
@media only screen and (min-width: 1200px){
.content-product .product-content-image img {
opacity: 1;
}}
Regards
The problem occurs with at least two plugins:
1. Advanced AJAX Product Filter for WooCommerce
2. WooCommerce Product Filter
It turns out that for your theme can not work with AJAX filters?
Can not you hide the wrong image display with CSS?
Hello,
You need to contact plugin author and they will be able to help you I think because I saw that many our users used this plugin for their sites.
If you prefer CSS you may try this code
.archive .woocommerce-LoopProduct-link img {
display: none;
}
You must be logged in to reply to this topic.Log in/Sign up