Skip Navigation

[Resuelto] Problemas estilos imagen de productos

This support ticket is created hace 4 meses, 1 semana. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 respuesta, has 2 mensajes.

Last updated by Minesh hace 4 meses, 1 semana.

Assisted by: Minesh.

Autor
Mensajes
#2674979

Hola Nigel he creado una Views de productos de Woocomerce, en la parte del bucle he puesto este codigo

<div class="rc_articulo">
<a href="[wpv-post-url]">[wpv-woo-product-image size='shop_single' output='img_tag' gallery_on_listings='no' enable_third_party_filters="no"]</a> 
  <div class="title"><h2>[wpv-post-link]</h2></div>
   <div class="rc_referencia_interna"> REF:[types field='referencia-interna'][/types]</div>
  <div class="rc_list_categorias">[wpv-post-taxonomy type="product_cat"]</div>
  <div class="rc_precio"[wpv-woo-product-price]</div>
</div>

El diseño es correcto, me crea una vista de 4 columnas con los productos ordenados, con la imagen de cada producto y sus parámetros. El problema es que en otras categorías que no estoy utilizando Toolset, cuando el mouse pasa por encima de la imagen activa el hover y se muestra una segunda imagen que la extrae de la galería de imágenes de cada producto. No se muy bien porque con el loop de Toolset no me hace esta función, he probado de poner las mismas classes y tampoco.
A ver si me podéis dar alguna idea por que no esta funcionando.
Saludos.
Rafa Corts

#2675165

Minesh
Supporter

Languages: Inglés (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Nigel is on holiday Today. I will try to help you with your issue.

What if you try to use the following shortcode for the images:

[wpv-woo-product-image size='shop_single' output='img_tag' gallery_on_listings='yes' enable_third_party_filters="no"]

I've changed the attribute value to yes from no for the following attribute: gallery_on_listings='yes'

Does that helps?

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.