Facundo A.
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Compatibility with Multi VendorsHi there,
Thanks for contacting us!
Could you tell me which Multi Vendor plugin are you talking about?
You should be able to filter the products, but not by the vendor.I’m looking forward to your response.
Have a good day.Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] YITH WooCommerce Ajax Product FilterHi there,
I checked your site and noticed that the frontend JS isn’t being loaded.
That’s why the reset button is not working.
You should try to disable the other plugins, except for WooCommerce, and check if the plugin is working correctly.
Then, if it’s working, you should re-enable the rest of the plugins one by one until you find the one causing the issue.Please, try it and let me know.
Have a good day.Forum: Reviews
In reply to: [YITH WooCommerce Ajax Product Filter] Simple and workingHi there,
Many thanks for your feedback and your words. We appreciate it very much.
Don’t hesitate to contact us again whenever you need.Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Two filters in oneHi Betta,
In your case, you should check that the Multiselect relation option (below Allow multiple selection) is also set to OR.
This way, the results need to match at least one of the selected terms.If you need more help, I would suggest you create a new topic so we can help you.
Have a good day.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filter not workingHi there,
I hope you’re doing well.
Could you share a link to the page with the issue so I can check it?Have a good day.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Ajax filter are very slowHi there,
I hope you’re doing well.
I checked your site but I don’t see any major issue in the loading times, compared to the rest of the site.Let me know if you still have issues.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Rental ProductsHi there,
Unfortunately the plugin doesn’t support WooCommerce Rental products.Have a good day.
Hi there,
For the first issue, I would recommend you do the same as with the news page.
This way the plugin will work correctly with conflicting the theme.For the second issue, try changing the Next Selector to
.pagination .alignright a.
This is because.pagination a:first-of-typecan select both the next or previous page link when there is only one of them, causing the loop.Please, try this and let me know.
Hi there,
You’re welcome! I’m marking the topic as resolved.
Don’t hesitate to open a new topic if you need more help.Have great day.
Forum: Plugins
In reply to: [YITH Frequently Bought Together for WooCommerce] Product not showingHi there,
Thanks for contacting us and I hope you’re doing well.I see there is an issue with image of that product.
You should check if the image was uploaded correctly or if there is any other plugin causing the issue.Please, check it and let me know.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Can’t set up- dont’ work properlyHi there,
I hope you’re doing well.Without seeing the issue, it would be difficult to find a solution.
You could try to create a staging site so we can see it.
Also, I saw that you already had a similar feature in the page you sent.Let us know what you decide to do.
Hi there,
Unfortunately it isn’t possible to limit the number of product in the comparison table.I hope this answer to your question
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] TooltipHi Giusy,
Could you share the link to the page with the issue so I can look it?I’ll be looking for your reply.
Hi there,
Unfortunately, it isn’t possible to show Hierarchy when setting the filter to select, you should use the other options if you want to show it.I hope this answer to your question.
Hi there,
I saw that in the page you mentioned is missing the wrapper element for the shop content (#content) looked by the plugin. This is causing the plugin to update the whole page, which might be breaking the menu button.You can solve this issue by setting a custom wrapper element used by your theme, like the class .main-container, by adding the following code to the functions.php file of your current theme:
if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '.main-container'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); }I’m looking forward to your response.
Have a good day.