This topic has 8 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Eva Kemp
Hi
Trying to use Advanced Ajax Product Filters plugin.
ttps://et.wordpress.org/plugins/woocommerce-ajax-filters/
What class to use for Products selector ? I tried .products, which seems to work but when the filter updates, it gets messed up and creates many duplicates.
Please see attached picture:
[img]https://www.upload.ee/image/6205063/selector.png[/img]
Thank you.
Hello,
Please try to use this class .products-loop
.
Regards,
Eva Kemp.
Hi
I changed it to .products-loop . It works and it got better but there is still a small duplication. You can try it from our test site.
Hello,
Please provide WP admin credentials in Private Content.
Regards,
Eva Kemp.
Here you go
Hello,
I’ve added this code in Global Custom CSS section:
.woocommerce-placeholder.wp-post-image {
display: none;
}
.product .product-image-wrapper .woocommerce-placeholder.wp-post-image {
display: block;
}
Please check filter now.
Regards,
Eva Kemp.
Works like a charm. Thank you very much! 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Advanced AJAX Product Filters plugin’' has been successfully resolved, and the topic is now closed for further responses