Skip Navigation

[Resolved] Resize of images in Grid View

This thread is resolved. Here is a description of the problem and solution.

Problem: I have a View with results shown in a grid. The featured images shown in each grid item have inconsistent heights, making the grid appear misaligned.

Solution: Use the height and width attributes in the featured image shortcode to include the featured image at smaller dimensions. This will work with the responsive elements already in place to display the images at a more predictable size and proportion.

This support ticket is created 5 years, 4 months ago. 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.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 11 replies, has 2 voices.

Last updated by GinaM9227 5 years, 3 months ago.

Assisted by: Christian Cox.

Author
Posts
#1174563
Views_grid_code.jpg
grid_image_size.jpg

Tell us what you are trying to do? A Toolset Views was created with a Grid View. The issue is that images are different sizes and are not automatically resized.

Is there any documentation that you are following? 1) I read on the documentation about View Outputs that the post display image can be resized in the Display Options. I tried to do it using the Loop Wizard but the Wizard would override the work already done and I only want to resize the post image. 2) In the Views Template, there seems to be some code about the size of the images but not sure why the display shows the images in all different sizes.

Is there a similar example that we can see? I think this display issue is very common with archive views.

What is the link to your site? hidden link

#1174871

Hi, I can't see a grid View at the link you provided, but I can guess about what's happening based on your screenshot of the View editor. My guess is that some of the product images in the grid are smaller than 1000x800. Product images that are larger than 1000x800 get cropped to be 1000x800, but smaller product images are not stretched to fill up that same size and space. That would result in inconsistent image sizes. Look at this code you shared:

[wpv-post-featured-image size="custom" width="1000" height="800" crop="true"]

If you want to adjust the sizes or other options for this shortcode, you don't need to recreate the entire Loop for this View. Just highlight the wpv-post-featured-image shortcode shown above and delete it. Then click "Fields and Views" above the editor panel to insert the Post Featured Image shortcode again. You can choose other settings for the shortcode here. The "thumbnail" size or "woocommerce_thumbnail" might be appropriate.

If you need additional assistance, I'll need to see the grid somewhere on your site.

#1175168
events_grid.jpg

Thanks for the tip.
Take a look at this screenshot of the Grid View - the width of the images are uniform on top but the heights are all different so the code is only fixing the width and not the heights. I dont know if it is an issue with the size of the uploaded images.

Can I change the code in the short code to fix the height as well as the width?

#1175202

The width of the images are uniform on top but the heights are all different so the code is only fixing the width and not the heights. I dont know if it is an issue with the size of the uploaded images.
It's tricky when you are dealing with responsive grids, cropping, and inconsistent original image dimensions. Ideally you will upload images that are all at least as large as the height and width attributes you use in the featured image shortcode. Then the cropping results would be more consistent. However, if you upload images that are less than 1000px wide or less than 800px tall, the crop feature will not add extra space to those images. This may result in inconsistent image heights that cannot be fixed with a simple shortcode change. Again, I would need to see this in the browser, not in a screenshot, to give you better advice.

#1176298

Sorry but I still don't know where to find this misaligned grid View on the front-end of your site. I don't think I was clear enough about what I need. I need you to tell me exactly where I should go on your site to see the grid View. I looked but couldn't see it anywhere obvious.

#1176318

Sorry. It is in Toolset -->Views -->Events grid (Post ID: 846)

Either in Loop Editor or Template

#1176907

I need to know where to see the results of this View, on the front-end of your site.

#1176919

My apologies: I have issues with more than one view for the same post types (events).
1) This view has Custom Search and Filters and suddenly it is not picking up anything (was working fine a day ago). Please take a look: hidden link

I paid a Contractor to build it and have not made any changes so not sure why it is not working now. I would redo it but it's not easy for me.

2) The Events Grid view with the sizes is here: hidden link

Thank you

New threads created by Christian Cox and linked to this one are listed below:

https://toolset.com/forums/topic/view-is-not-showing-results/

#1176944

Update: Issue number 1 is now resolved.
Just had questions about the Grid View - does Toolset do automatic image size formatting?

#1176964

It's strange - if I try to use any image size other than the 1000x800 dimensions, the image doesn't load:
hidden link
hidden link

May I log into your site using FTP to see what's going on here?

#1177035
Screen Shot 2019-01-03 at 12.44.35 PM.png

I'm seeing a lot of these errors in your error_log.txt file:

[03-Jan-2019 15:59:48 UTC] PHP Warning:  fopen(<em><u>hidden link</u></em>): failed to open stream: HTTP wrapper does not support writeable connections in /home/congenia/public_html/wp-includes/class-wp-image-editor.php on line 407

I have seen this error in another ticket, and it has something to do with HTTPS vs HTTP protocols.
https://toolset.com/forums/topic/getting-failed-to-open-stream-error-when-trying-to-display-images/

So I checked here:
hidden link

Your site URLs were set up for HTTP, when they should have been set up HTTPS. See the attached screenshot. I made the proper protocol adjustment, and now the resized images are appearing as expected. So now, let's get back to the original problem which is misaligned grids. I have updated the shortcode to produce smaller images, which should help resolve the issue with some images taller than others:

[wpv-post-featured-image size="custom" width="500" height="400" crop="true" crop_horizontal="left" crop_vertical="top"]

This seems to work well at desktop resolution. Can you check the results on some smaller resolution devices and confirm it's working as expected?

#1177042

Thank you for going above and beyond. You are the best!

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