This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler
Hello,
I am using the plugin “Product filter for woocommerce” for filter options on my shop page. With Royal v. 6.0, this doesnt work anymore. After filtering, all products show up twice. Switched theme to Storefront, where it worked. I also informed the plugin author but as he has very bad support, I am hoping that you can help me about how to fix this. As this is the no.1 filtering plugin for woocommerce, I guess that there are more users you would help with a fix.
Many thanks in advance!
Hello,
We don’t give guaranty for full theme compatibility with all 3-rd party plugins.
Try to disable Ajax “Add To Cart” in Theme Options > Single product;
or select Product Image Hover – Disable in Theme Options > Products Page Layout;
or add this code in Theme Options > Custom CSS:
.prdctfltr-ajax .content-product > img {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up