Tell us what you are trying to do?
I have a search feature on the website (icon in the top menu bar or search box on screen or slide out menu)
The client can search for issues e.g. anxiety or depression or relationships etc
The site will return an 'archive page' (I think that's what it is called) with the relevant results
I built this custome archive page with Toolset and it pulls the 'featured image' of the specific post and displays it above the heading of the results for each post.
The image displayed was correctly showing a thumbnail (150 x 150) until my last WP update and now I am getting the original sized image pulling in ... I can't see how to adjust this in Toolset blocks or on the WP media section
Is there any documentation that you are following?
No
Is there a similar example that we can see?
Yes just use the search for say 'anxiety'
Can you please share problem URL of your archive as well as send me admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I've added the "Fields and Text" block and to this block I've added the post featured image shortcode instead of using image block:
=> hidden link
<div>[wpv-post-featured-image]</div>
The image block was not working because search result archive was returning no results. If you have such situation in future, you should try to build the archive with the post type which return the content and once you done building your archive, unassing the post type from archive and set it to display with your search result archive. I hope this makes sense.