Web: frutamente.com
Producto con problema: Crea tu propia caja
URL: https://frutamente.com/producto/frutas-o-verduras-a-tu-eleccion/
En la versión móvil, depende del tamaño de la pantalla, por muy poco tamaño, se ve muy diferente las opciones de compra. Adjunto URL donde he creado una página con las 2 capturas de pantalla. Uno como aparece en varios teléfonos móviles y la otra es como me gustaría que aparezca, ya que se ve mas agrupado.
https://frutamente.com/prueba/
Como puedo mejorarlo? Gracias!! Max.
Site URL: hidden Theme version: 8.2.1 WooCommerce version: 6.6.1Hello,
It is the functionality of bundled products plugins but we found that they have filter that allows to change breakpoint width change of css view for the table
you may try to add next code snippet to your child-theme/functions.php
add_action('init', function(){
add_filter( 'woocommerce_bundle_front_end_params', function($params) {
$params[ 'responsive_breakpoint' ] = 100;
return $params;
}, 10 );
});
Otherwise, we would recommend you to contact with plugin’s author and ask them to provide you with a working solution.
Please note, that our support is able to help only with issues that are related strictly to our theme, not with 3rd party plugins.
Regards
Muchas gracias, me ha servido el código enviado, le he añadido reducir el tamaño de la fuente y ahora se ve mucho mejor. Creéis que otro problema que acabo de ver justamente en esta misma pantalla también sea por ese Plugin? Me explico: al seleccionar en cantidad de producto por ejemplo 2 “aguacates” y añadir al carrito, en la parte superior del carrito me sale 0, y si añado 5, en el carrito me sale -3, es como si restara en lugar de sumar.
Será fallo del Plugin o del del carrito en el tema? Gracias Max-
Hello,
Disable the plugin and check how it works then. If the problem persists with the plugin only, contact support of the plugin.
Regards
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.