Pablo Pérez
Forum Replies Created
-
Hola,
Gracias por abrir este hilo.
Todas las integraciones que hacemos en nuestro plugin se realizan en la versión de pago del plugin, por lo que si necesita ayuda para hacer que funcione con su otro plugin o abrir una petición de integración necesitará tener una licencia del plugin y abrir un ticket en nuestro sistema.
Un saludo.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Attribute based filters – IssueHi,
Thank you for opening this topic and tell us your problem.
Unfortunately we weren’t able to render your website, so we couldn’t check the current state, however once you create a preset and add in your sidebar as a widget or container using the shortcode, the preset will display if the product contains those terms. With the free version, the filters will not show if no product contain the term.
Could you send us screenshots of the configuration of the terms inside the product configuration and the configuration of your preset?
Have a great day.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] DOESN’T WORK WITH WPMLHi there,
Thank you for contacting us.
We would like to help you fix your problem as soon as possible ??
Could you confirm us that the configuration of WPML haven’t changed? Do you still have all the strings translated?
We tried to reach your site but it couldn’t. Let us know when the site is available.
Have a great day.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] My fields have disappeared ???♂?Hi there,
Thank you for opening this topic and let us know your problem.
Could you please let us know:
- URL of a product with addons missing
- Send us a screenshot of your addons configuration
- Let us know if the insufficient memory problem still happens when loading products with addons or when saving any changes to the configuration?
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Can’t insert second fieldHi there,
I’m glad you were able to fix your problem, l will close this topic for now.
Have a great day!
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] WordPress 6.6Hi there,
We will change that statement as soon as possible, it is compatible with the latest version.
Thank you for your report.
Hi there,
You can customize the label of your filters, enabling the “Customize terms”, so you can remove any part of the label.
Have a great day.
Hi,
Our plugin has a SEO panel, where you can set different options to prevent bot crawling. I suggest to use the the noindex, nofollow options for the pages and filters.
Let us know if this helps you with this problem ( keep in mind that results will take some time to show, while the bots to make their next attempt ).
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] PHP 8.3 Compatibility Check ReportHi there,
This plugin isn’t totally compatible with PHP 8.3. Once we have I will send your reports to the developer in order to fix those errors in a future update.
Thank you for your feedback and let us know if there is anything else we can do to help you.
Hi Nathan,
Our plugin JS code we provide different triggers, when the quick view is loading, loaded, etc. However to understand where do they need so we can know if we can provide you with that trigger or include it in a future update, could you ask where do they need this trigger so their functionality can work?
Let us know their answer.
- This reply was modified 4 months, 2 weeks ago by Pablo Pérez.
Hi there,
I checked your site and I could see that your theme sets a “display: flex” in our labels, in order to revert this property I created new CSS rule that should overwrite it for our elements. Please include the following code in your Additional CSS:
.etheme_sidebar-widgets-count-aside .yith-wcan-filter ul.filter-items li a {
display: inline-block;
}I hope this code can help you.
Hola!
?Podría enviarnos un link de la tienda que haya a?adido los filtros de su sitio y una captura de como ha a?adido los filtros? ?En este caso entiendo que ha usado nuestro shortcode?
Tal vez con esta información podamos ver si hubo algún problema al incluirlos.
Un saludo.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] How can I remove the rel=”nofollow” ?Hi there,
Currently there is any hook to remove this attribute, however you can use the following code to include a JS code that removes it when the document loads:
if( ! function_exists( 'yith_woocompare_remove_rel_attr' ) ){
function yith_woocompare_remove_rel_attr(){
$js ="jQuery(document).ready(function($){
$('.compare.button').removeAttr('rel');
});";
wp_add_inline_script( 'yith-woocompare-main', $js );
}
add_action( 'wp_enqueue_scripts', 'yith_woocompare_remove_rel_attr', 20 );
}I hope this code can help you.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Ywapo text in stead of options nameHi there,
In this new version, we haven’t introduced any change that might affect this code. We tested it in our site and we could see it working. However I consider is worth to mention that now this code is a workaround useful for plugins that use the API ( for example your printer plugin), for a definitive solution, your plugin requires an integration with ours. For emails of WooCommerce we already included some fixes to display them correctly.
Please make sure you haven’t update your theme and lost the code we sent you.
Have a great day.
Hi,
Is your element a basic element from Elementor Pro ? Let us know the exact element you are using or take a screenshot of the element so we make some test in our local site to check if this problem can be easily fix from our side.
Have a great day.