Facundo A.
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Language ve Bulk EditHi there,
I hope you’re well. About the first issue, I suggest you first try cleaning the cache of your site and browser and then check if the issue is solved.
If you still have issues, I also suggest you check the settings and translation you create in Loco Translate, since if a string isn’t translated it should show in English, not French.
Finally, about your other question, unfortunately it’s not possible to bulk edit nor import the price of the add-on options. You will need to update each add-on manually.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Infinite Scrolling not working on Parent CategoriesHi there,
I hope you’re well. I checked the child category you mentioned, and it seems the problem in this case is that the category isn’t loading the pagination navigation in the page.
This could be either because there isn’t any other product to display or that the pagination navigation is disabled in the template for that category.
Please check this and let us know if you need more help.
Hi there,
I hope you’re well. If you need to hide the badge in a specific section of your site, you could try the following CSS code:
.your-custom-parent-element .yith-wcbm-badge {
display: none !important;
}
.your-custom-parent-element .container-image-and-badge {
display: inline !important;
}Keep in mind that you will need to replace the
.your-custom-parent-elementCSS class with the name of a parent element on where the product images are displayed.We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] The value is not added to the cartHi there,
I’m glad the issue is solved. Unfortunately, there isn’t any AJAX Add to cart plugin that we can recommend since these plugins usually add the product directly to the cart, skipping the content in the Add to cart form where the add-ons are displayed.
Let us know if you have any other question.
Hi there,
I hope you’re well. I checked your site, but I couldn’t see our plugin active on your site.
Could you let us know if you need help? And if so, please enable it so we can check the issue.
We’ll remain at your disposal.
Hi there,
I hope you’re well.
Like I mentioned before in a previous topic. Did you try replacing the legacy widget you’re using with the newer YITH AJAX Filters Preset widget and creating a preset from the plugin settings?
It’s recommended that you use the preset filters since you will get access to the new feature of the plugin and are the supported way of the plugin to filter the products.
We’ll remain at your disposal.
Hi there,
I hope you’re well. To solve the issue you mentioned, please add the following PHP code in the functions.php file of your current theme:
if ( ! function_exists( 'yith_infs_fix_wishlist_button_event' ) ) {
function yith_infs_fix_wishlist_button_event() {
$js = "jQuery( function( $ ){
function yith_infs_fix_wishlist_button_event (){
$( document ).trigger( 'yith_wcwl_init' );
$( document ).trigger( 'yith_wcwl_reload_fragments' );
wp.hooks.doAction( 'yith_wcwl_init_add_to_wishlist_components' );
}
$( document ).on( 'yith_infs_added_elem', yith_infs_fix_wishlist_button_event );
} );";
wp_add_inline_script( 'yith-infinitescroll', $js );
}
add_action( 'wp_enqueue_scripts', 'yith_infs_fix_wishlist_button_event', 20 );
}Let us know if this helped you.
Hi there,
I hope you’re doing well. Please let us know which Subscription plugin you’re using with our plugin so we can be sure what is happening.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] The value is not added to the cartHi there,
I hope you’re well. In this case, I suggest you try checking that the AJAX Add to cart feature of your theme or Elementor is disabled.
If you still have issues, please try clearing the cache of your site and browser and then check if the issue is solved.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filters disappear as page loadsHi there,
Thanks for the screenshot. I noticed that you haven’t selected any terms for the filter, so it won’t be display in the archive pages.
So please check that the filters use different taxonomies (category, tags, product attributes, etc.) and that all the filter have term select to be displayed or that the Auto-populate with all terms option in the filter is enabled.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Caching issue with W3 Total CacheHi there,
I hope you’re well. In this case, you could try going to YITH > Ajax Product Filter > SEO and change the URL permalinks option to Add filters parameters to default URL.
If you still have issues, I suggest you instead exclude the URLs with the
?yith_wcan=1parameter to prevent them from being cached.We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Horizontal filterHi there,
I hope you’re well. Unfortunately, this isn’t possible in this version of the plugin, you can only display the filter in a vertical design.
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filter shows only 10 attributesHi there,
I hope you’re well. Please send us the link to the page with the filters so we can check it and see what is happening.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Delete product first time won’t deleteHi there,
You can send us the link of the site to the following email.
Keep in mind, we will only check the frontend of the site, we won’t check the plugin settings.
We’ll remain at your disposal.
Hi there,
I hope you’re well. To check what is happening, please send us the link to the product with the issue so we can do some tests.
We’ll remain at your disposal.