Facundo A.
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Option Add On Still VisibleHi there,
I checked your site, and it seems you are using a cache plugin.
In this case, I suggest you check again that the plugin is disabled, then clean the cache of your site and browser and check if the issue is solved.
We’ll remain at your disposal
Hi there,
You should check this with the developer of the widget/plugin you’re using to display the products in the page.
It’s possible that this widget doesn’t support dynamic loops or has a setting that prevents it.
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Changing the meta and meta value formatHi there,
Please, try adding the following PHP code in the functions.php file of your current theme, to display the options separated and then check if the issue is solved:
add_filter( 'yith_wapo_show_options_grouped_in_cart', '__return_false', 99 );Like my colleague said, it’s not possible to change the format of the meta, but this could prevent the issue you mentioned with the other plugin.
Let us know if you have any other issue.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Change price table color and sizeHi there,
I hope you’re well.
You can use the following CSS code to modify the style of the Total Price table of the plugin:
#wapo-total-price-table th, #wapo-total-price-table td { font-size: 12px !important; }You could also use the selectors
#wapo-product-price,#wapo-total-options, or#wapo-total-orderto modify specific sections of the table.Let us know if you need more help.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] The required option does not workHi there,
I checked your site, and the issue in this case is related to the minimum limit of characters you set up for the text field.
So I suggest you remove the minimum limit or set it to 0 to be able to add the product to the cart without filling the field.
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] URL permalinksHi there,
Could you send us a screenshot of the plugin settings so we can check it?
I tried to replicate the issue you mentioned in my local installation, but it worked correctly.
Thanks for your cooperation.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Price filterHi there,
Unfortunately, this version of the plugin only provides filters for taxonomies, not the prices.
So, if you need to filter by price the products, you could try using the WooCommerce built-in price filter.
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] No filters availableHi there,
You can change the Filter type option of each filter to select between different styles/types for the taxonomy filters.
You can find more information in the following page: https://docs.yithemes.com/yith-woocommerce-ajax-product-filter/free-settings/filter-presets-2/
Let us know if you need more help
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Etiqueta Yith no aparece en productoHola,
¿Podrías confirmarnos si estás usando tanto los códigos que mis colegas Alessio y Carlos enviaron? ¿Has limpiado el caché del sitio también en ceramicos.es?
Pregunto ya que no pude ver que el plugin añadiera las insignias en esa página, para el producto principal.
Por ejemplo, en la siguiente página solo había una insignia para uno de los productos en la sección de relacionados:
https://ceramicos.es/product/porcelanico-tarima-roble-23×120-cm/
Gracias por su cooperación.
Hi there,
Thanks for the link. Since there isn’t any issue in the cart and I couldn’t replicate the issue in my local installation, 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 Ajax Product Filter] Change Default ColourHi there,
I hope you’re well.
Please send us the link to the page where we can see the filters, so we can check what is happening.
Thanks for your cooperation
Forum: Plugins
In reply to: [YITH Infinite Scrolling] YITH Infinite Scroll hangs randomlyHi there,
In this case, I suggest you try to replicate the issue and check the Console log in the Inspection tool of your current browser.
This is because the product are added in the browser, not using PHP directly.
We’ll remain at your disposal.
Hi there,
In this case, you can use a plugin like Code Snippets to add the PHP code to the site.
About the selector, it should be the same in the archive pages, but if you have different layouts for the pages where the filters are displayed, then you could set a custom class or ID for the section where both the filter and products are shown and change it in PHP code.
We’ll remain at your disposal.
Hi there,
In order to check what is happening, please send us the link to a bundle product in the site so that we can check it.
Thanks for your cooperation.
Forum: Plugins
In reply to: [YITH Color and Label Variations for WooCommerce] Yith options showing twiceHi there,
I hope you’re well. I checked your site, and try to replicate the issue in my local installation. So, I suggest you check that Elementor is displaying only one Add to cart section in the product page.
If you still have issues, please 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 a time, until you find the one causing the issue.
Let us know if the problem persists.