Tagged: Blog, cropping, featured image, Images, Portfolio
-
AuthorPosts
-
August 15, 2013 at 6:53 am #27819
I give up. I have literally spent an hour trying to figure this image cropping issue out. I have read through the forum, and found some helpful threads, but I have having absolutely NO luck. I’ve exhausted every option I can think of. Here is what I’m getting when i try to add a featured image to a full-width blog post :
http://postimg.org/image/hzoxsuvvr/
Thanks for your help guys. Man, I was really loving the theme and whipping together a nice look but I’m done for the night.
Sincerely,
Pat
August 15, 2013 at 3:10 pm #135455Hi,
Edit functions.php, find this code:
avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 ); // images for fullsize pages and fullsize slider
Replace it with
avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 , 'crop' => false ); // images for fullsize pages and fullsize slider
Regenerate the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
August 15, 2013 at 5:04 pm #135456Thanks for the response Ismael, but I have tried every combination I can think of, including the steps above. I’m losing my mind. I’ll keep messing with it. I usually get it at some point.
August 15, 2013 at 5:29 pm #135457I’m trying to have my post images (which are the full-width 1210px x 423px) fit in the post without cropping – if this helps.
This is driving me to the point of insanity. I have followed all instructions except using the “regenerate image” plugin. I don’t need to use the plugin if I delete and reupload the images correct?
August 16, 2013 at 4:41 am #135458Hi,
Can you give us a link to the page where you upload the “cropping image”?
Regards,
Ismael
August 16, 2013 at 1:43 pm #135459Sure, here ya go Ismael :
http://downtonestudio.patrickneve.com/2013/08/08/hello-world/
August 16, 2013 at 5:14 pm #135460Hey,
Please add this on your custom.css or Quick CSS
.big-preview {
display: block;
padding: 0;
}
.big-preview.single-small .attachment-large.wp-post-image {
width: 100%;
}Regards,
Ismael
August 16, 2013 at 10:19 pm #135461Ismael, . . . I would buy you a beer right now if i saw you. ;-) That did the trick my friend. Usually I’m concerned with what the issue was, but I’m just happy it’s fixed because i lost a whole day trying to figure this out.
You’re awesome! (RESOLVED)
Cheers!
-Pat
August 19, 2013 at 2:47 pm #135462Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
August 20, 2013 at 2:38 am #135463August 20, 2013 at 9:56 am #135464I LIKE your DESIGN a LOT Mr. Headbentde – I’ll come back 2 check it when it is done !!!
August 21, 2013 at 3:56 am #135465 -
AuthorPosts
- The topic ‘* Portfolio & Blog featured images cropping’ is closed to new replies.