Tagged: featured image, product image
-
AuthorPosts
-
December 19, 2015 at 6:11 pm #555419
Dear support,
what would be the right image size, for featured image to display without cropping on the blog post page.Please see here. Face is not showing while on the home page all works well.
http://www.moveon.club/so-starten-sie-eine-neue-karriere/
Thanks
ANDYDecember 20, 2015 at 4:03 am #555513Hey Andy!
It’s on line 127 in the functions.php file.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
Best regards,
ElliottDecember 20, 2015 at 11:36 am #555577Sorry Elliot,
I don’t get it.
My questions was what would be the right size of a picture to upload in order to be cropped right without cutting parts of.
Thanks
AndyDecember 26, 2015 at 6:08 pm #557456Hey!
Wordpress is cropping images by default when uploading. You can control cropping behavior by adjusting the code line Elliott showed you or by using a plugin like: https://de.wordpress.org/plugins/simple-image-sizes/
Cheers!
AndyDecember 29, 2015 at 11:12 am #558056Hey Andy,
I am not really getting it. Ia m using your theme.
Please have a look at this sample:
http://www.moveon.club
scroll down to the last article with a picture. (pic of female business woman)
In this case the pic is fine.Now open the blog post by clicking. the picture.
You see !!!! This is what I mean.You can check on other post. All works fine there.
Now my question is: what is the size of an pic for upload, so it will crop nicely on all pages of the theme.
December 29, 2015 at 1:17 pm #558069Add on to reply above.
Resizing works fine on other post. Please check them out.
This is the reason why I don’t understand the problem.Thanks
ANDYDecember 30, 2015 at 11:34 am #558407I’m using masonry to show my woocommerce products but it uses 705×306 size to show both landscape and portrait product images. So when using 2 or 3 columns full-width layout thumbnails on masonry becomes blurry. I want to change this:
$avia_config[‘imgSize’][‘masonry’] = array(‘width’=>705, ‘height’=>705 , ‘crop’ => false); // images for fullscreen masonryto this:
$avia_config[‘imgSize’][‘masonry’] = array(‘width’=>1440, ‘height’=>1440 , ‘crop’ => false); // images for fullscreen masonry
How to do it via enfold child theme?
Update:
Sorry I found the solution here
https://kriesi.at/support/topic/modify-post-image-size/#post-432178.- This reply was modified 8 years, 10 months ago by brandedcoms. Reason: Found the solution
January 2, 2016 at 1:39 am #558834Hi!
Can you take a screenshot and highlight what your referring to Andy? I checked your single post view but it looks like fine to me. You can always disable the featured image from displaying on the single post view and upload your own.
Regards,
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.