Pablo Pérez
Forum Replies Created
-
Forum: Reviews
In reply to: [YITH Essential Kit for WooCommerce #1] cannot recommedHi there,
Thank you for your feedback, is very important for us.
Could you please give us more information about your issue? for example, which is the plugin you have issues, … We could help you lookin into your problem and find a solution.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Noindex not workingHi there,
Ok, then our tag is added with the correct value, this other meta tag is added by other source. Please check which source is it ( another plugin or the theme ).
We use a WordPress functions to add this and it seems the other source is not ( as is it would, then you will only have one robot meta tag ). Once you find it contact their developers and ask them to use this WordPress function and it may cause problem having 2 of them.
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Functioning with WoothumbsHi there,
We’ve seen the issue you mentioned and the issue should be fixed in the next version release.
Stay tuned as it will be soon. Also, let me know if there anything else we could help you with.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Table errorHi there,
Sorry for the delay on the reply, but we are happy that you found a solution for your issue.
Feel free to open a topic when you need it.
Have a great day.
Forum: Plugins
In reply to: [YITH Color and Label Variations for WooCommerce] Change Size of LabelsAlso I would like close this topic since you’re problem has been solved.
Don’t hesitate contact us whenever you need ??
Forum: Plugins
In reply to: [YITH Color and Label Variations for WooCommerce] Change Size of LabelsHi there,
I’m happy to hear that I was able to help you.
If you’re enjoy with our support and our products, May I ask you to write a review ? We’ll appreciate to much your feedback.
Have a great day.
Hi there,
I wasn’t able to replicate your issue, could it be possible to have the url of a product page with this issue? Also, please tell us which theme you are using and check if changing it to a default one ( like Twenty Twenty-One) ceases the issue.
Hola,
Ha podido realizar la prueba que mencionamos?
Por lo que comenta parece ser un problema por parte del tema. Díganos si ha podido observar algún cambio durante al usar un tema por defecto.
- This reply was modified 2 years, 9 months ago by Pablo Pérez.
Hi,
Thank you for reviewing our plugin.
We’re very happy to read that you like the plugin, we do our best to always have fully functional products for lastest version of WordPress and WooCommerce!
Enjoy it! ??
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] How do I change the font size (typography)?Hi there,
You can change the size of the title by adding the following css code in “Appearance” > “Customize” > “Additional Css”:
#yith-quick-view-content .product_title { font-size: 40px; }
Feel free to change the value of the property.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Popup ContentHi there,
It seems your theme’s css rules cause this issue, could you post the link of your site? I could check your site and create a code for you to fix it.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Not working fontawesome in iframe windowHi there,
Set limit of products for the compare table is a premium feature, this forum are for issues of the free version, please open a support ticket in the “Help Center” of our site and a member of the support staff will gladly look into your problem.
Also I couldn’t replicate your issue with adding the products to the compare table, in the support ticket also mention this problem. The same goes with the problem of FontAwesome.
Have a great day.
- This reply was modified 2 years, 9 months ago by Pablo Pérez.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Add class for attribute valuesHello,
Please use this code instead:
$attribute = get_term_by( 'name', $product->fields[ $field ], $field, 'ARRAY_A' ); if ( $attribute ) { echo '<span class="' . $field . '-' . $attribute['slug'] . '">' . ( empty( $product->fields[ $field ] ) ? ' ' : $product->fields[ $field ] ) . '</span>';// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } else { echo empty( $product->fields[ $field ] ) ? ' ' : $product->fields[ $field ]; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } break;
So this code checks if it’s an attribute and will get the slug of term, creating the span that you requested.
Let me know if it works in your site.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Label “Select Option”Hello,
Were you able to to perform the test we mentioned? If changing it in code doesn’t work, it means that another source it’s overwriting our option.
Please check only with your theme, WooCommerce plugin and our plugin. If it doesn’t work, check with the theme Twenty Twenty-One.
- This reply was modified 2 years, 9 months ago by Pablo Pérez.