-
AuthorPosts
-
June 16, 2014 at 11:37 am #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,
June 18, 2014 at 4:17 am #280341Hi 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!
DevinJune 18, 2014 at 9:29 am #280431Hi 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,
June 19, 2014 at 5:37 am #280994Hi!
Remove this code from your Quick CSS:
.big-preview { background-color:#ffffff!important; }
Cheers!
JosueJune 19, 2014 at 9:11 am #281044Hi 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,
June 19, 2014 at 9:18 am #281045Hey Omer!
I’m not seeing any white space there:
Try refreshing a few times.
Best regards,
JosueJune 19, 2014 at 9:32 am #281050I see now. Thank you for your help!
June 19, 2014 at 9:33 am #281052You are welcome, always glad to help :)
Regards,
Josue -
AuthorPosts
- The topic ‘Blog feature image’ is closed to new replies.