Facundo Arano
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Translate 1 lineHi there,
I hope you’re well. You can change the text you mentioned of the plugin by adding the following PHP code in the functions.php file of your current theme:
if ( ! function_exists( 'yith_wapo_custom_select_option_label' ) ) {
function yith_wapo_custom_select_option_label( $label ) {
return 'YOUR NEW STRING';
}
add_filter( 'yith_wapo_select_option_label', 'yith_wapo_custom_select_option_label', 10, 1 );
}You will need to replace
YOUR NEW STRING
withKies een optie
or any other text you prefer.We’ll remain at your disposal.
Hola,
Espero que esté bien. He revisado la página que menciono, y en este caso parece que hay algún error en el sitio que está previendo al plugin recuperar el contenido para el popup de Quick View.
Te recomiendo que pruebes de desactivar todos los plugins excepto por WooCommerce y nuestro plugin, y luego verifiques si el problema se solucionó. De ser así, luego deberás reactivar los plugin uno por uno hasta que encuentres el plugin que está causando el problema.
Quedamos a tu disposición.
Hi there,
I hope you’re well. I checked your site and in this case, it seems there is a CSS code applied by Elementor that is hiding the titles in those pages.
To solve the issue, please add the following CSS code in Appearance > Customize > Additional CSS:
.wqv-product-content .product_title {
display: inherit !important;
}We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Change tooltip colorHi there,
I hope you’re well. I checked the page you mentioned, but unfortunately couldn’t see the tooltips enabled. Could you enable it so we can check it?
Also, about the checkbox color, this isn’t being changed by the plugin, so they will use the style of the theme. So I suggest you check if your theme adds any customs style for the checkboxes and if it can be changed.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Block titlesHi,
About your request, unfortunately if you want to achieve it, you will need to customize the templates of the plugin by copying the
block.php
file inwp-content/plugins/yith-woocommerce-product-add-ons/templates/front/
to thewoocommerce/front
folder in your current theme.Alternatively, if you want to change the default heading element of the block with a
div
element, you could try adding the following code in the functions.php file of your current theme:if ( ! function_exists( 'yith_wapo_custom_element_for_headers' ) ) {
function yith_wapo_custom_element_for_headers( $options ) {
$options['style']['style-addon-titles']['options']['div'] = 'DIV';
return $options;
}
add_filter( 'yith_wapo_panel_style_options', 'yith_wapo_custom_element_for_headers', 99, 1 );
}Do keep in mind that it is recommended you set both titles and labels for the add-ons and options to prevent issue when they are added to the cart.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] don’t see the infinity loadHi there,
I hope you’re well. I checked your site, and it seems you’re using the default WooCommerce selectors for the products, which aren’t present in the page you mentioned.
So I suggest you try replacing the Item Selector to
div.col-lg-4
and the Content Selector to.row-items
.We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Block titlesHi there,
I hope you’re well. It’s not possible to use the HTML Heading add-on without selecting a heading type.
In that case, you could instead use the HTML Text add-on to add the title and customize the style for that add-on using CSS.
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] The save option button isn’t working.Hi there,
Thanks for the video. I couldn’t replicate the issue you mentioned in my local installation, so I suggest you try disabling the other plugins in your site and then check if the issue is solved.
If so, then you will need to enable the other plugins again until you find the one causing the issue.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] New versions are buggyHi there,
Thanks for the link to the site. I checked your site, and in this case the issue seems related to the cache of your site.
Please try cleaning both the cache of your site and browser, and then check if the issue is solved.
We’ll remain at your disposal.
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!