Skip Navigation

[Gelöst] Problemas estilos imagen de productos

This support ticket is created vor 11 Monaten, 1 Woche. 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.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

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)

Dieses Thema enthält 1 Antwort, hat 2 Stimmen.

Zuletzt aktualisiert von Minesh vor 11 Monaten, 1 Woche.

Assistiert von: Minesh.

Author
Artikel
#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

Sprachen: Englisch (English )

Zeitzone: 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?