Facundo A.
Forum Replies Created
-
Hi there,
I hope you’re well. I checked your site, but I couldn’t see the filters or our plugin active in the site.
Please let us know if you need help.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] YITH Filter affects GTranslate pluginHi there,
I checked the page you mentioned, but it seems to code isn’t being applied correctly.
Could you try adding it directly to the functions.php file of the current theme? I also suggest you try cleaning the cache of your site.
We’ll remain at your disposal.
Hi there,
I hope you’re well. Unfortunately, it isn’t possible to remove the option by clicking on a select filter, it will only be removed if you click on the current term of the filter.
About your other question, you should be able to display the filter as a select by changing the settings in the preset you’re using for the page. I also suggest you check that the Allow multiple selection option is disabled in the filter.
You can find more information in the following page: https://docs.yithemes.com/yith-woocommerce-ajax-product-filter/free-settings/filter-presets-2/
We’ll remain at your disposal.
Hola,
He revisado el código, y debería funcionar correctamente. Por favor, prueba de agregar el código directamente en el tema en vez de usar el plugin de code snippets.
Si todavía tienes problemas, por favor eliminar las siguientes tablas en la base de datos y prueba nuevamente:
yith_wapo_addons
yith_wapo_blocks
yith_wapo_blocks_assocQuedamos a tu disposición.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] New versions are buggyHi there,
I hope you’re well. About the issue you mentioned, please send us the link to the page where we can see the issue to check what is happening.
We’ll remain at your disposal.
Forum: Reviews
In reply to: [YITH WooCommerce Product Bundles] Best plugins thinkableHi there,
We’re very happy to receive your feedback, thank you.
Don’t hesitate to contact us whenever you need.
Have a nice day!
Hi there,
I hope you’re well. I checked your site and the filters seems to be working correctly in the product category pages.
Could you let us know if you mean the product pages or the category pages? If it’s the first, unfortunately the plugin can’t be use in those pages, only on the product archive pages.
We’ll remain at your disposal.
Hola,
Por favor, prueba de agregar el siguiente código PHP en el archivo functions.php de tu tema actual:
if ( ! function_exists( 'yith_wapo_force_table_creation' ) && class_exists( 'YITH_WAPO_Install' ) ) {
add_action('admin_init', 'yith_wapo_force_table_creation' );
function yith_wapo_force_table_creation(){
if ( isset( $_GET['yith_wapo_test'] ) ) {
YITH_WAPO_Install()->install();
}
}
}Luego, ve a la página del plugin y agrega el parámetro
&yith_wapo_testa la URL en el navegador y verifica si el problema se solucionó. Esto debería forzar al plugin a crear las tablas nuevamente.Una vez resuelto el problema, deberás eliminar el código.
Quedamos a tu disposicion.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Error crítico al agregar al carritoHola,
Espero que esté bien. He revisado su sitio, pero no pude ver nuestro plugin activo en su sitio.
Por favor avísanos si necesitas ayuda.
Quedamos a tu disposición.
Hi there,
I hope you’re well. Unfortunately, this isn’t possible at the moment.
As you mentioned, the only available integration with a multilingual plugin is WPML.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] The save option button isn’t working.Hi there,
I hope you’re well. To check what is happening, please send us a video of the issue so we can try to replicate it in our local installation.
We’ll remain at your disposal.
Hi there,
I hope you’re doing well. To change the term limit in the dropdown filters, please add the following PHP code in the functions.php file of your current theme:
if ( ! function_exists( 'yith_wcan_custom_dropdown_terms_per_page' ) ) {
add_filter( 'yith_wcan_dropdown_terms_per_page', 'yith_wcan_custom_dropdown_terms_per_page' );
function yith_wcan_custom_dropdown_terms_per_page( $limit ){
$limit = 999;
return $limit;
}
}We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Infinite Scrolling not working on Parent CategoriesHi there,
We’re glad the first issue is solved. About the new issue, I checked the selector you’re using and they are correct, so I suggest you try contacting the developers of the filters plugin to see if they have any suggestion.
Our plugin should load the URL from the pagination link and copy the products in the page, so something might be wrong or missing in the URL the plugin is retrieving.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Unable to convert the price in IndiaHi there,
I hope you’re well. I checked the page you mentioned, but unfortunately couldn’t see the filters active in the site.
Please check so we can do some tests, and also let us know if you are using any multi currency switcher in the site for the prices.
We’ll remain at your disposal.
Hi there,
I hope you’re well. I checked your site and the page you mentioned, and it seems you’re using the premium version of the plugin.
In this case, I suggest you contact us from your account in our site so we can help you.
We’ll remain at your disposal.