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

    #498535

    Hey 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,
    Elliott

    #498620

    Well, that’s the thing, for some reason I cannot select ‘full size’ when setting my featured image. Screenshot in private.

    #498820

    Any idea?

    #499051

    Hi,

    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,
    Rikard

    #499321

    Hi! Of course! (:

    #499426

    Hey!

    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,
    Elliott

    #499518

    Hi Elliott! Thank you so much and thumbs up for the great support! :D

    #499526

    Oh 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.
    #499702

    Hi,

    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,
    Rikard

    #499710

    Hi!
    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.

    #499927

    Hi!

    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!
    Elliott

    #500096

    Hi 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

    #500456

    Hey!

    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,
    Elliott

    #500618

    Hi!

    I changed the code and now it works perfectly! Thank you!

    Charelle

    #500833

    Hi,

    Great, glad you got it fixed :-)

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Featured Image size’ is closed to new replies.