Skip Navigation

[Resuelto] Link on thumbails (archives woocommerce)

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:
The problem here is that the user created his woocommerce archive using our views plugin and wanted to link the thumbnails to the larger image.

Solution:

The solution to this is that you can do the following

<a href='[wpv-post-featured-image size="full" output="url" ]'><img src='[wpv-post-featured-image size="thumbnail" output="url"]' /> </a>
This support ticket is created hace 7 años, 1 mes. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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

Supporter timezone: America/Jamaica (GMT-05:00)

Este tema contiene 6 respuestas, tiene 2 mensajes.

Última actualización por ThierryR232 hace 7 años, 1 mes.

Asistido por: Shane.

Autor
Mensajes
#580212

Hello,

I make a special page for WooCommerce Archives, how should i do for make a link (toward large image) on product thumbails , the normal bahavior on archives.php for WooCommerce ?

Thx

#580361

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Thierry,

Thank you for contacting our support forum.

Just to confirm you want it to link to the larger image and not just the product page correct?

Please let me know.

Thanks,
Shane

#580388

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Thierry,

By saying it's ok are you saying that you managed to resolve the issue ?

Please let me know.
Thanks,
Shane

#580391

no, because i confirm i want make a link to the larger image

#580397

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Thierry,

Thanks for confirming.

Would you mind providing me with admin access to the page so that I can set this up for you ?

The private fields will be enabled for your next response.

Thanks,
Shane

#580651

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Theirry,

You should be able to do it using this.

<a href='[wpv-post-featured-image size="full" output="url" ]'><img src='[wpv-post-featured-image size="thumbnail" output="url"]' /> </a>

Please let me know if this helps.
Thanks,
Shane

#581033

Great, thx Shane, it's work 🙂