Tagged: featured image
-
AuthorPosts
-
September 3, 2015 at 9:59 pm #498010
Hi!
My featured images up till now were just reduced in their original size automatically, but for some reason, the post I just posted cut the bottom off my image. Any idea how to prevent that?
Thanks!
September 4, 2015 at 6:01 pm #498535Hey ccharell!
When you selected your featured image did you make sure to use the full size and not a thumbnail? Right now it’s being resized to 710 x 200.
Best regards,
ElliottSeptember 4, 2015 at 9:58 pm #498620Well, that’s the thing, for some reason I cannot select ‘full size’ when setting my featured image. Screenshot in private.
September 6, 2015 at 11:32 am #498820Any idea?
September 7, 2015 at 7:16 am #499051Hi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
RikardSeptember 7, 2015 at 4:04 pm #499321Hi! Of course! (:
September 7, 2015 at 5:34 pm #499426Hey!
I created a new page and set it as your homepage and used the blog posts element on it. When you use the blog posts element you can set the preview image size to full.
Regards,
ElliottSeptember 7, 2015 at 9:02 pm #499518Hi Elliott! Thank you so much and thumbs up for the great support! :D
September 7, 2015 at 9:22 pm #499526Oh one more thing! If I now click the image and go to the attached blogpost, the featured image again appears in the wrong size.
- This reply was modified 9 years, 2 months ago by ccharell.
September 8, 2015 at 8:11 am #499702Hi,
On what post are you seeing that? I checked the first posts on your page and they all display full width on my end.
Best regards,
RikardSeptember 8, 2015 at 8:40 am #499710Hi!
If you click the KOKO Coffee post, then the smaller image is displayed again. This is the case in FireFox as well as in Chrome.
I provided new user data for you, as I already deleted the old one.September 8, 2015 at 3:20 pm #499927Hi!
On line 127 in the /enfold/functions.php file you should see this.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321);
Change it to this.
$avia_config['imgSize']['entry_with_sidebar'] = 'full';
And then regenerate your thumbnails, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Cheers!
ElliottSeptember 8, 2015 at 8:59 pm #500096Hi Elliott,
Thank you for reply! Unfortunately that didn’t work. Changed the code and regenerated the thumbnails a few times (just in case) but it is still the same size.Charelle
September 9, 2015 at 2:44 pm #500456Hey!
Hmm, I think that should be working. Try deleting the image and upload a new one with a different name and then clear your cache to see if it updates.
If it’s still not working then try changing line 46 in the /enfold/includes/loop-index.php file from this.
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size);
To this.
$current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], 'full');
Regards,
ElliottSeptember 9, 2015 at 5:35 pm #500618Hi!
I changed the code and now it works perfectly! Thank you!
Charelle
September 10, 2015 at 8:49 am #500833 -
AuthorPosts
- The topic ‘Featured Image size’ is closed to new replies.