Facundo A.
Forum Replies Created
-
Hi there,
To solve the issue, please try adding the following PHP code in the functions.php file of your current them:
if( ! function_exists( 'yith_wcan_content_selector' ) ){
function yith_wcan_content_selector( $selector ){
$selector = '.elementor-location-archive > .elementor-element:has(.yith-wcan-filters)';
return $selector;
}
add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
}Let us know if this helped you.
Hi there,
I hope you’re doing well.
I noticed from the error messages that you’re using the older widgets of the plugin, which are no longer supported.
In this case, I suggest you create a new preset filter in the plugin with the settings you need, and then replace the previous 4 widgets with the new filter.
We’ll remain at your disposal.
Hi there,
I hope you’re well.
In order to check what is happening, please send us the link to the page with the preset filters so we can do some tests.
Thanks for your cooperation.
Hi there,
I hope you’re well.
I checked the following product, and noticed that you’re using product-specific attributes instead of global product attributes (the ones in Products > Attributes) which are used by the plugin to create the filters options.
So I suggest you check that you’re using the global attributes in the products and then check if the filters display correctly.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] My filter is not workHi there,
I hope you’re well.
I checked your site, but unfortunately couldn’t see any preset from our plugin in the page.
If you still need help, please add a preset to the page and let us know so we can check it. I also suggest you disable any other product filter in the site, to prevent issues while retrieving the products.
We’ll remain at your disposal.
Hi there,
I hope you’re doing well.
Unfortunately, this isn’t possible with the free version of the plugin. The price of the add-ons will be multiplied by the quantity of the product.
We’ll remain at your disposal
Hi there,
Thanks for the video. I noticed that you haven’t set a value for the Label setting in the add-on options.
If you don’t set this value, the add-on won’t be added to the cart.
Please check this and let us know if you need more help.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] infinity scroll at woocommerce categoriesHi there,
I hope you’re well. Yes, you can use the following selectors in the plugin settings so that it works with WooCommerce default pagination.
- Navigation Selector:
.woocommerce-pagination - Next Selector:
.woocommerce-pagination .page-numbers.next - Item Selector:
.product - Content Selector:
.products
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] nicer image radio buttons viewHi there,
I checked the page you mentioned, and in this case the issue is related to the custom CSS you’re using, in this case the
display: ruby-text.You should instead try using
display: gridandgrid-template-columnsto solve the issues. You could try the following CSS instead:.yith-wapo-block div.yith-wapo-addon .options.per-row-1 {
display: grid !important;
}
.yith-wapo-block div.yith-wapo-addon-type-radio .options {
grid-template-columns: 1fr 1fr 1fr !important;
}About the tooltip issue, I couldn’t replicate it, could you send us a video or image so we can check it?
We’ll remain at your disposal.
Hi there,
Thanks for the video and the information. In this case, you should try disabling the AJAX add to cart buttons on archives feature of WooCommerce and your current theme, and then check if the issue is solved.
Let us know if this helped you.
Forum: Plugins
In reply to: [YITH WooCommerce Waitlist] waitlist disappearedHi there,
Yes, that version has a feature to send the emails automatically when the WooCommerce hook for the product stock change is triggered. You can find more information in the following page: https://docs.yithemes.com/yith-woocommerce-waiting-list/email-settings/product-back-in-stock/
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Badge cover the opened menuHi there,
I hope you’re doing well.
In order to check what is happening, please send us the link to the page with the issue so we can check it.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Duplicate dropdown arrow iconHi there,
I hope you’re doing well.
To solve the issue you mentioned, please try adding the following PHP code which has the correct selector for your site:
if( ! function_exists( 'yith_wcan_content_selector' ) ){
function yith_wcan_content_selector( $selector ){
$selector = '.elementor > .elementor-element:has(.yith-wcan-filters)';
return $selector;
}
add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' );
}Let us know if this helped you.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] YITH AJAX FILTER CONFLICT WITH JQUERYHi there,
I hope you’re doing well.
I tried to access your site, but it seems to be on maintenance mode.
So, please check that the site is accessible as a guest user and let us know so we can see the issue you mentioned.
We’ll remain at your disposal.
Hi there,
I hope you’re doing well.
I checked the product you mentioned, and I could add the product with the add-ons without issues.
So I suggest you try cleaning the cache of your site and browser and then check if the problem is solved.
We’ll remain at your disposal.
- Navigation Selector: