Skip Navigation

[Resuelto] Views and Content template resize image problem

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

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.

This topic contains 2 respuestas, has 2 mensajes.

Last updated by andresG-3 hace 5 años, 8 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 hidden link and its working correctly. I want to replicate the same style on this page 2) hidden link

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

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