Skip Navigation

[Resuelto] Crop images not always correct

This support ticket is created hace 1 año, 7 meses. 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Karachi (GMT+05:00)

Etiquetado: ,

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Dido hace 1 año, 7 meses.

Asistido por: Waqar.

Autor
Mensajes
#2588087
images.jpg

Hi, on enlace oculto there is a view, containing links to related posts. The featured image is set as image. Sometimes the dimensions are not correct. What is the reason it sometimes goes wrong?

#2588613

Hi,

Thank you for contacting us and I'd be happy to assist.

To troubleshoot this, I'll need to see how this view is set up in the admin area. Can you please share temporary admin login details?

Note: Your next reply will be private and making a complete backup copy is recommended before sharing the access details.

regards,
Waqar

#2590365

Thank you for sharing the access details.

I noticed that in the view 'berichten in habits', this was the shortcode used for showing the featured image:
( ref: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-featured-image )


[wpv-post-featured-image size="custom" width="300px" height="200px" crop="true"]

I removed the unit 'px' from the shortcode attributes and the view is now showing properly cropped images:


[wpv-post-featured-image size="custom" width="300" height="200" crop="true"]

#2593151

My issue is resolved now. Thank you!