- 
		AuthorPosts
 - 
		
			
				
May 14, 2015 at 8:19 pm #444581
Hi,
How is the featured image that is set from the following setting getting sized?
” Should the first entry be displayed bigger?
If checked the first entry will stand out with big image”I looked through a lot support questions and i’m assuming it’s one of these:
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>845, ‘height’=>321 // big images for blog and page entries
$avia_config[‘imgSize’][‘entry_without_sidebar’]= array(‘width’=>1210, ‘height’=>423 );I’m trying to figure out what we should size the images to. Is it possible to use the crop wordpress tool and set it to that? We tried this but it didn’t seem to change anything.
Any help would be appreciated.
May 15, 2015 at 8:17 pm #445145Hey josiehaney!
It’s on line 125 in the functions.php file.
$avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazinesIf you change the thumbnail size then you may need to regenerate your thumbnails to see the changes, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Best regards,
ElliottMay 15, 2015 at 11:39 pm #445189hi elliott, how does this relate to the image that gets created as a square when the post isn’t in the top position anymore? Is it possible to re-crop these images with the wordpress crop functionality and have the crops get applied to the two images?
May 18, 2015 at 5:01 pm #445830Hey!
I’m sorry but I’m not sure I understand. Take a screenshot and highlight what your trying to do so we can get a better idea.
Regards,
ElliottMay 18, 2015 at 5:16 pm #445859This reply has been marked as private.May 19, 2015 at 4:46 pm #446536Hey!
Looks like it did not upload. Try hosting your screenshot and imgur.com and copy the URL it gives you.
Cheers!
ElliottMay 19, 2015 at 4:49 pm #446539This reply has been marked as private.May 19, 2015 at 4:51 pm #446543This reply has been marked as private.May 20, 2015 at 5:46 pm #447325Hi!
Yep, add this to your custom CSS.
.av-magazine-thumbnail { width: 81px !important; max-height: 61px !important; } .av-magazine-thumbnail img { height: 49px; }Regards,
Elliott - 
		AuthorPosts
 
- You must be logged in to reply to this topic.
 
