Facundo A.
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Browser Console ErrorHi there,
Could you share a link to the product with the issue so we can check?
This way, we will be able to see if it’s related to our plugin or if it’s caused by a conflict with another plugin.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Remove add to cart buttonHi there,
You can hide the Add to cart button in the quick view modal for a specific product by adding the following CSS code to your site:
#yith-quick-view-modal .product.post-1234 .cart .single_add_to_cart_button, #yith-quick-view-modal .product.post-1234 .cart .quantity { display: none !important; }Keep in mind that you need to replace
1234with the ID of the product.Let us know if this helped you.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Remove some elements from the modal windowsHi there,
Could you share the link to the page with the issue so we can see and check it? Like you said, it might be possible to hide just using CSS.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Bundles] Cannot put discounts with decimalsHi there,
Do you mean price discount setting in each product item in a bundle from the premium version of the plugin?
If so, that unfortunately isn’t possible. Only integer numbers can be used for discounts.
We’ll remain at your disposal.
Hi there,
There isn’t any integration between our plugin and the one you mentioned, so unfortunately the Quick View button won’t be shown in the Product Tables from the other plugin.
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Wont show products filters on mobileHi there,
I saw that you had the premium version of the plugin installed in your site, so I’ll suggest you open a support ticket in our site.
Keep in mind that this forum is only for the free version of the plugin.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] How to set weight for product add-ons ?Hi there,
Could you give us more information of what you want to do?
If you mean using product add-ons to add weight to the main product for shipping, unfortunately this isn’t possible.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Delete plugin does not delete dataHi there,
In that case, the only option is reinstalling the plugin, since the error is about a missing file of the plugin needed for the plugin to work correctly.
It’s probably that the file wasn’t copy when the update was being applied.We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Impossibile caricare yith_infs_panel.Hi there,
Thanks for your patience, I misunderstood the issue. In this case, it’s probably a conflict with another plugin which is preventing you to save the changes.I suggest you try to disable all the plugins except WooCommerce and our plugin and then check if the issue is solved.
If so, then you should enable again the rest of the plugin, one by one, until you find the one stopping you from save the settings.We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Plugin causing critical errorHi there,
I checked the plugin in my local installation, and it should be working correctly with WooCommerce 7.0 and 7.1.
So I suggest you uninstall and remove the plugin from your site, and then install it again in case there was a damaged file from the plugin on your site causing the issue.We’ll remain at your disposal.
Hi there,
Please share the link to the page with the issue so we can check it and see if we can replicate the issue you mentioned.We’ll remain at your disposal.
Hi there,
If you have bought the premium version of this plugin, then I suggest you contact us through our site directly at https://yithemes.com/ using your account in our site.We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Color filter one above the otherHi there,
I checked the page you mentioned, and it seems the width for the filter preset isn’t set up correctly.
Please, try to add the following CSS code in the Appearance > Customize > Additional CSS:.archive .ct-section .ct-div-block .ct-shortcode, .archive .ct-section .ct-div-block .yith-wcan-filters { width: 100% !important; }We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Sorting filter attributeHi there,
The plugin use its own term order, and in the case of the free version, the terms are ordered alphabetically.
That is why the changes in the attribute page doesn’t affect the filters in the frontend.Let us know if you need more help.
Hi there,
I tried to check the page you sent, but I only saw a 404 page. Could you check it?
Also, keep in mind that the filter are supposed to be use in the shop and archive page where they can filter the products.
This is why you the filters won’t work until you display any product in the page using that other shortcode.We’ll remain at your disposal.