Hello, I would like to know the exact size please pictures to put for the blog, ie the image to put to the front in the articles. In the file function.php it is marked 845 * 321, I had already asked the question I was answered 1210 * 430 but when I look at the page where there is all the articles it comes out badly. Could you help me please?
Hey gabs01,
Single post featured image size is 1210x460px and width is 355px in blog overview page, height adjusts.
You could try the following:
1. Install this plugin: https://wordpress.org/plugins/simple-image-sizes/
2. Go to Settings > Media
3. Change the entry_without_sidebar
image size (increase its width / height).
4. Regenerate the thumbnails by clicking the button at the bottom.
Best regards,
Yigit
Hello,
excuse me I did not understand the size, you quote me 3 different sizes.
The ideal size for items is 1210 * 460 or 1210 * 355 please.
cordially
Hi gabs01,
For posts that doesn’t have sidebar, the featured image size is 1210 * 423px
If the posts that have sidebar, the featured image size size is 845 * 321px
You can confirm this in functions.php (line 166-167):
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321);
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );
Best regards,
Nikko
Ok perfect thanks you can close this subject please
Cordialy
Hi gabs01,
Glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko