Skip Navigation

[Resuelto] Views and Content template resize image problem

This support ticket is created hace 6 años, 2 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.

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por andresG-3 hace 6 años, 2 meses.

Autor
Mensajes
#1091484

I am trying to:

I have a page created with a content template. Inside a section I´ve insert a view that loads certain category of profile members. I set up to load the featured image using 400px width. The profiles are arrenged in three column boostrap layout.

Link to a page where the issue can be seen:

There is two pages:
I expected to see:

1) this is the main page enlace oculto and its working correctly. I want to replicate the same style on this page 2) enlace oculto

Instead, I got:

Noticed during loading process the second page load and resize images with css from real size 400px to 200px
Im using the same view shortcode from the home page that list partner members profiles only.

#1091893

The style is:

img {
  height: 200px;
  width: 200px;
}

The style is added (at least) in these Content Templates (CSS Section):
- Loop item in View profiles only lawyers listing,
- Loop item in View profiles only paralegal listing,
- Loop item in View profiles only External Consultant listing

If you remove it, it'll be solved (should, let me know if not).

Thanks!

#1091973
Edit View ‹ partners — WordPress.png
Edit View ‹ Lawyers  — WordPress.png
Edit View ‹ junior partners — WordPress.png

Beda, thanks for your fast response and help! obviusly was a rookie mistake. I`ve forgot that i´ve added some custom style on the views. The style that you mentioned was present and after carefoully deleted in every view i could see the correct size.

Find attached printscreen, could you check if my html output coding is properly written? thanks in advance