Facundo A.
Forum Replies Created
-
Hola,
Revise su sitio, y parece que el código que le enviamos previamente no está siendo aplicado en el sitio.
Por favor, revisa si el siguiente código está en el archivo functions.php de tu tema actual, y en caso contrario agrégalo para resolver el problema:
if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '.site-main'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); }Quedamos a tu disposición.
Hi there,
Could you send us a link to the product with the issue so we can check it?
This way we can try to replicate the issue in our local site.
Thanks for your cooperation.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Not working evenlyHi there,
Could you send us a link to a page where we can see the issue? If you can, please send us a video of the issue, or the steps which need to be done to see the issue.
I checked the Skincare category, but I couldn’t replicate the issue mentioned.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Banner is deletedHi there,
Could you send us a video or screenshot of the issue so we can replicate it?
I checked your site but I couldn’t see the issue.
Thanks for your cooperation.
Hi there,
I checked the page you mentioned, but unfortunately couldn’t see the issue you mentioned.
Could you send a screenshot of the issue or the steps we need to do to replicate it?
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] I have a problem with attributesHi there,
Could you give us more information about the issue? If you can, please send us a screenshot of it so we can replicate it.
We’ll remain at your disposal.
Hi there,
We have been able to replicate the issue, but we will need to do some more tests to find the solution.
In the meantime, please, try adding the following PHP code in the functions.php file of your current theme and then check if the issue is solved:
add_filter( 'yith_wcan_suppress_cache', '__return_true' );Let us know if this helped you.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Error when add to sidebarHi there,
We have been able to replicate the issue, but we will need to do some more tests to find the solution.
In the meantime, please, try adding the following PHP code in the functions.php file of your current theme and then check if the issue is solved:
add_filter( 'yith_wcan_suppress_cache', '__return_true' );Let us know if this helped you.
Hi there,
We have been able to replicate the issue, but we will need to do some more tests to find the solution.
In the meantime, please, try adding the following PHP code in the functions.php file of your current theme and then check if the issue is solved:
add_filter( 'yith_wcan_suppress_cache', '__return_true' );Let us know if this helped you.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] erreur critiqueHi there,
Could you send us the link to the category page with the issue so we can check it?
I tried to replicate the issue in my local site, and the latest version of the plugin worked correctly.
We’ll remain at your disposal.
Hi there,
I checked your site, but I saw that our plugin isn’t enabled, so I couldn’t replicate the issue.
Could you enable it or send us a link to a test site where we can see the issue?
We’ll remain at your disposal
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Ajax products top-upHi there,
I checked your site and I couldn’t any infinite scrolling feature enabled, and the filters worked correctly in the page pagination.
So it could be possible that the issue was related to the plugin or theme that provided the feature.
Please let us know if you still need help.
Hola,
Gracias por su paciencia. He revisado la página que menciono, pero lamentablemente no pude ver el botón de Eligir mentor en la página con los filtros.
¿Podrías revisarlo nuevamente para que hagamos las pruebas?
Gracias por su cooperación
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Error Select | ComboBox | DropDownHi there,
Please copy the file in the link below to the following path of the plugin and then check if the issue is solved:
wp-content/plugins/yith-woocommerce-product-add-ons/includes/class-yith-wapo-cart.phpWe remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Multiple Items selection issueHi there,
I checked your site and it seems you are using the same taxonomy type for all the filters (in this case tags).
You should only use one filter per taxonomy, so I suggest you create a new product attribute for each filter (the Color attribute for example), and then add it to the corresponding products.
Let us know if this helped you.