Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #279359

    Hello,

    When i created a new blog post i have noticed that the big feature image is not shows as well ( it appears smaller than it should be with white spaces)

    I wrote you about it 5 days ago and this was your answer:

    Thank you for the update.

    You can edit functions.php, find this code on line 117:

    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
    Change the width and height attribute then set the crop parameter to false to prevent wp from cropping the featured image:

    $avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>1500, ‘height’=>540, ‘crop’=> false); // big images for blog and page entriesand page entries
    Regenerate the thumbnails or upload it again.

    I did the changes and the problem was solved but as you can see it suddenly came back again. Please advice me how to fix it.

    Thanks,

    #280341

    Hi Omer!

    Did you recently update the theme files? If so that would write over the changes made to your functions file so they would need to be redone. If you aren’t already using a child theme to keep changes like this safe from updates you can instead (in this case) use this plugin to change the values of your WordPress thumbnails from within the WordPress admin: http://wordpress.org/extend/plugins/simple-image-sizes/

    Cheers!
    Devin

    #280431

    Hi Devin,

    Thanks for your help. I downloaded and activated the plugin but couldn’t figure out where and what kind of proportions should i put in under “settings—> media” in order to fix the feature image extra white spaces issue. Appreciate your help here!

    thanks,

    #280994

    Hi!

    Remove this code from your Quick CSS:

    .big-preview {
    background-color:#ffffff!important;
    }

    Cheers!
    Josue

    #281044

    Hi Josue,

    I removed it but still there’s extra white spaces as you can see in the example.

    http://leverate.com/reinventing-the-trading-experience/

    What else i can do?

    Thanks,

    #281045

    Hey Omer!

    I’m not seeing any white space there:

    Try refreshing a few times.

    Best regards,
    Josue

    #281050

    I see now. Thank you for your help!

    #281052

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog feature image’ is closed to new replies.