Is this plugin being maintained and issue
-
Hello. I installed Recently Viewed Products and do have it working. It works great and I’m happy that you’ve coded changes to cookie timeout in settings. Others do not, so thanks for that!
My first question is are you planning to maintain the plugin? I see it hasn’t been updated in a few months. Concerned that if it’s not maintained there will be problems eventually.
There’s also a conflict with YITH Quick View plugin which produces an additional add to cart button below the carousel. I’ve hidden the button with:
section.recent_products .button.yith-wcqv-button{
display: none;
}This workaround is fine, but I thought I’d make you aware of it.
Lastly, there is a CSS issue with the recent products wrapper. I noticed it when adding a border below the h2 heading. It was showing the border at the top of the products loop instead of beneath the H2. Clearing the recent_products wrapper fixed it:
section.recent_products {
clear: both;
}If you’d like to have it look, please go to:
https://mediquest.websessive.com/shop/
- The topic ‘Is this plugin being maintained and issue’ is closed to new replies.