Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #135455

    Hi,

    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

    #135456

    Thanks 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.

    #135457

    I’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?

    #135458

    Hi,

    Can you give us a link to the page where you upload the “cropping image”?

    Regards,

    Ismael

    #135459
    #135460

    Hey,

    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

    #135461

    Ismael, . . . 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

    #135462

    Glad Ismael could help :)

    Let us know if you have any other questions or issues.

    Regards,

    Devin

    #135463

    Hey,

    Beer sounds good! Glad we could help. :)

    Cheers,

    Ismael

    #135464

    I LIKE your DESIGN a LOT Mr. Headbentde – I’ll come back 2 check it when it is done !!!

    #135465

    Hi,

    @KarinGabriele: Yeah, the design of the website looks good. :)

    Cheers,

    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘* Portfolio & Blog featured images cropping’ is closed to new replies.