Facundo A.
Forum Replies Created
-
Hi there,
I hope you’re well. I tried to replicate the issue you mentioned in my local installation and it worked correctly.
So I suggest you try to disable all plugins except WooCommerce and our plugin, and then check if the issue is solved. If it’s solved, then you should try to enable the other plugin, one at the time until you find the one causing the issue.
You should also try using one of the default WordPress themes, in case the issue is related to the theme.
Let us know if the problem persists.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Icon Elementor YITH COmpare buttonHi Sophie,
I checked your site and the CSS rules applied to the icon button, and it seems there is an issue with the quotation marks.
So please check that the quotation marks in the following CSS properties are correct in the code you mentioned (you can check the quotes in the browser’s inspect tool):
content: ""; font-family: "Font Awesome 5 Free";Let us know if this helped you.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Product priceHi there,
You’re welcome. I’m glad my colleague Carlos could help you.
I’ll mark this topic as resolved, but don’t hesitate to open another topic if you need more help.
Have a nice day
Hi there,
I hope you’re well. You should be able to replace the product price in the product page by going to YITH > Product Add-ons & Extra Options > General Settings > General Option and enabling the Change the product base price with the calculated total setting.
If you still have issues, please send us the link to the product page where we can check it.
We’ll remain at your disposal.
Hi there,
I hope you’re well. I checked the page you mentioned and it seems the page doesn’t have a section with the ID
#content, this is why the plugin updates the entire content of the page.So to prevent this, please add the following PHP code in the functions.php file of your current theme:
if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '#section-4-270'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); }Let us know if this helped you.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Recent Update Changes Button DisplayHi there,
You’re welcome. We’re glad the issue is fixed.
For what I saw, the style issue wasn’t related to our plugin, but the theme itself. But the CSS code should prevent any similar issue.
I marked the topic as resolved, but don’t hesitate to reply if you need more help.
Hi there,
Please, try adding the following CSS code to force showing the icon in the button:
.custom-product-card a.compare.button::before { content: "\f362" !important; font-family: "Font Awesome 5 Free" !important; }Let us know if this helped you.
Forum: Plugins
In reply to: [YITH WooCommerce Waitlist] Waitlist not display in variable productHi there,
I checked your site, and in this case, the issue might be related to the theme or another plugin.
So I suggest that you check which setting is disabling the out-of-stock variation selection in the product page, so that our plugin can show the Waitlist form correctly.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Clash in Display RulesHi there,
Unfortunately, it’s not possible to hide specific add-on options depending on the customer selected options, you can only hide the main add-on using the conditional logic rules.
In this case, you will need to duplicate the add-on, then remove the options that aren’t needed, and use the conditional logic rules to hide/show them.
Also, if you want to hide/show the add-ons depending on only one of the rules in a group, then you should use Any of these rules option instead of All of these rules in the Conditional Logic tab settings.
We’ll remain at your disposal
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Recent Update Changes Button DisplayHi there,
Please try adding the following CSS code in Appearance > Customize > Additional CSS, and then check if the issue is solved:
.product .cart { display: initial !important; }We’ll remain at your disposal
Hola,
Me alegro de que el problema esté solucionado.
En ese puedes usar un tema hijo para evitar para que el código no se pierda al actualizar el tema principal, o algún plugin para aplicar el código PHP en el sitio.
Saludos
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] product pageHi there,
It seems the message with the issue is missing in the topic.
Please, let us know which issue you’re having with the plugin or if you have solved it.
We’ll remain at your disposal
Hi there,
The plugin doesn’t have any similar feature like the one you’re looking for, so unfortunately it isn’t possible.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] White screen after select filterHi there,
You’re welcome! Marking this topic as solved for the moment.
We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth 🙂Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Show / hide hierarchy optionHi there,
Unfortunately, this isn’t possible in the free version of the plugin. The toggle feature for the filter terms is included only in the premium version.
If you need more information please you can check this and the other features in our website.
We’ll remain at your disposal.