Pablo Pérez
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Hide Badges in Shopping CartHi there,
This forum is reserved for issues with the free version of our plugin. Any discussion about the premium version, there is a ticket system on our website that will give more personalised assistance. You can find it here: https://support.yithemes.com/hc/en-us
For now I will close this topic.
Hi there,
Thank you for opening this topic.
The premium version gives soem styling options to our addons, in which you can change this 75% value.
In any case, with the free version, you should be able to change it using a custom CSS with the min-width property. For example:
.yith-wapo-addon-type-select .yith-wapo-option-value{
min-width: 100%;
}
body.single-product div.product .summary.entry-summary .yith-wapo-addon-type-select .select2-container{
width: 100% !important;
}
.yith-wapo-addon-type-select .options {
min-width: 100%;
}Have a great day.
Hi there,
Thank you for opening this topic.
Our plugin doesn’t style the checkout it seems the product meta to include addons. The style is up to WooCommerce and your theme. However, you should be able to display them in separate lines with some extra CSS, for example:
.wc-block-components-product-details > span {
display: block;
}I hope this code can help you.
Hi there,
I see that you have a problem with another of our plugin with YITH Wishlist. In this case I suggest opening this topic in the correct forum.
However, I checked your website using an iPad and I could add the product to the list:
https://prnt.sc/7fXbZQcTmKP-I will close this topic.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] how do you edit fields after orderHi,
Once you create the order, the add-on are stored as meta. Any changed to the add-on selection will require to refund the product and let the customer buy it again.
Have a great day.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Vendor can select other vendorsHi there,
Your report is related to an integration between 2 premium plugins. As this forum is reserved for the free versions, I suggest opening a ticket in our premium support in https://support.yithemes.com/hc/en-us
Have a great day.
Hi there,
Thank you for opening this topic.
Unfortunately I can’t replicate your problem:
https://prnt.sc/1zth15eEoTWK
https://prnt.sc/Zr0nsUBmrgW6Could you check if you have:
- the latest version of the plugin.
- made a conflict test, by disabling your plugins except ours, WooCommerce and use a default theme like Twenty Twenty-Five.
Let us know the results.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Console ErrorsHi there,
The problem you are facing is not with our plugin and points to the plugin folder “woocommerce-products-filters”.
I suggest ask this question to the forum of this other plugin.
Have a great day.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] can’t find seo options in the pluginHi,
I’m glad you were able to find section for the SEO. Feel free to open another topic if you ever need us again!
Have a great day.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] very slow filterHi there,
Is strange that the filters only loads slowly when using the Ajax, unless there is something else affecting on it. Usually the problems with the loading times are the result of having a high amount products and filters requiring more resources or having to cache the results to increment the performance.
However I’m glad were able to find a solution that suits you.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Filter doesn’t show up on mobileHi there,
Thank you for opening this topic.
I checked your site and I could see you are using an external modal for mobile and the filtering seems working fine. Do you have problem when activating our modal option?
If you are using our modal and this other external modal, I suggest only use one as this will lead into problem to display the filters.
Let us know.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Precio Total incluidas las opciones extrasHola,
No, nuestro plugin actualmente no tiene esta opción de importar y exportar.
Si tiene alguna otra pregunta háganoslo saber.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Heart is showing twice and not on productpageHi there,
It seems you have opened the topic to the wrong forum, as it seems you need assistance with the plugin Yith WooCommerce Wishlist. I suggest to open the topic in the correct forum. However I could see that you are using Flatsome theme which which has some compatibility files for our plugin. Have your tried to use a different theme to see if the problem persists?
We can continue the conversation in this plugin forum.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Problem with elementor loop gridHi there,
When changing the content selector of our plugin, you are only limiting the content to be filtered when using AJAX functionality. When loading a page, the layered navigation of WooCommerce will kick in and will affect any product loop that checks the query of the page.
If you don’t want this to happen, then you will need in include a list of products that doesn’t look at the query to determine their content ( our plugin doesn’t provide this kind of element )
I hope this information can help you.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Hide Parent CategoryHi there,
I’m glad you were able to find a solution for your issue.
I just wanted to mentioned that you can customize the label of the filters. To do that you have to enable the option “Customize terms” in the filter configuration panel and it will bring an input with the label for each term.
I hope this other solution can also help you.