Facundo A.
Forum Replies Created
-
Hi there,
I tried to replicate the issue you mentioned with the Astra theme, but in my case, the product add-ons were displayed correctly in the cart page.
So, to check what is happening in both issues, could you share a link to the product in your site?
Thanks for your cooperation
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Nothing Happens On My SiteHi there,
I checked your site, but I couldn’t see the plugin enabled on it.
Please enable and write the CSS selector you are using in the plugin settings it so that we can check it.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Unable to find existing productsHi there,
Please try adding the following PHP code in the functions.php of your current theme:
if ( ! function_exists( 'yith_wapo_increase_variations_limit' ) ) { function yith_wapo_increase_variations_limit() { return 100; } add_filter( 'yith_wapo_conditional_logic_variations_limit', 'yith_wapo_increase_variations_limit', 99 ); }You might need to increase the value
100if the variations are still missing.Let us know if this helped you.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Nothing happens on buddyboss themeHi there,
I checked your site, and it seems you are using the wrong selectors for your site. So please, try changing your current selectors with the following ones:
Navigation Selector:
nav.woocommerce-paginationNext Selector:
nav.woocommerce-pagination .page-numbers.nextWe’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Multiple badges in Related productsHi there,
In this case, you can try enabling the Hide badges in sidebars setting in YITH > Badge Management > General Settings.
If you still have issues, please share the link to the page so that we can check it.
We’ll remain at your disposal.
Hi there,
Please try adding the following PHP code in the functions.php file of your current theme and then check if the issue is solved.
if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '#main'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); }Let us know if the issue is solved.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Can I make filters collapsible?Hi there,
Unfortunately, this isn’t possible with the free version.
If you want to hide the terms in the filters, you try changing the type of the filter to Select.
Let us know if you need more help.
Hi there,
I couldn’t see the plugin active on your site, have you disabled it?
I did notice the popup you mentioned, but unfortunately our plugin doesn’t support Elementor Popup, so it’s probably this was causing the issue with the dropdown filters.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Shipping Classes not workingHi there,
I tried to replicate the issue you mentioned, but the plugin shouldn’t affect the shipping class.
Could you send some screenshots of the shipping classes and product configuration so that we can check them?
Thanks for your cooperation.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Elementor CSS Breaking when FilteringHi there,
Could you share the link to the page with the issues so that we can check it?
Thanks for your cooperation.
Hi there,
Thanks for the screenshots. The problem in this case is that the products might not be using the global Product Attribute.
The first screenshot you sent shows that you are using a custom attribute in the product, that while seems to share name and terms (XS, S, M, L and XL), it isn’t the same attribute used by the filter.
To fix the issue, you will need to add the global Product Attribute to the product, and then change its variations to use the global terms instead.
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH Color and Label Variations for WooCommerce] error loading imagesHi there,
Could you confirm to us if you are using the premium version of the plugin? If so, I’ll suggest you open a support ticket on our site so that we can check the plugin settings.
Also, I recommend you clean the cache of your site and browser when testing, in case the issue is related to that.
We’ll remain at your disposal.
Hi there,
I checked the site you mentioned, and saw that you are using the premium version of our plugin, so I suggest you open a support ticket in our site so that we can help you.
Keep in mind that this forum is for the free version of the plugin.
Best regards.
Hi there,
This plugin isn’t compatible with WooCommerce standard grouped products.
The product add-ons are only available for individual products like simple and variable product.
This is because while the grouped product page show the product items as a group, they are then added as separated products in the cart.
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Bug with Conditional Logic OptionHi there,
Could you tell us which theme and version are you using so we can try to replicate the issue in our local installation?
In the meantime, I’ll suggest you try to disable the AJAX Add to cart feature of your plugin and then check if the issue is solved.
We’ll remain at your disposal.