Finally I could solve it:
folder: template-parts
file: content.php
Line #23:
$image_size = apply_filters( ‘wmhook_entry_featured_image_size’, ‘thumbnail’ );
For this:
$image_size = apply_filters( ‘thumbnail’ );
Hi @jimdiaca,
First, please note your solution is incorrect, you are actually breaking theme code here. Also you should never edit theme files directly as you will loose your modifications once you update the theme to newer version in future. If you really need to modify the theme (not needed in this case), use a child theme instead.
To resolve your issue please follow instructions in theme docs for setting correct image sizes via your WordPress admin: https://webmandesign.github.io/docs/receptar/#tips
You can also read related official support tickets at https://support.webmandesign.eu/forums/search/?bbp_search=image+size&forum_id=11158
Best regards,
Oliver
Certainly my correction was wrong, since changing the server files gave an error.
I could correct the images following the steps indicated in your post.
Thank you very much for the theme and support! <3
Glad to help, @jimdiaca 🙂
Please feel free to use my official https://support.webmandesign.eu forum for fast support issue resolution in the future.