Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #149760
    nlschuman
    Participant

    I’ve used the featured image for all my past posts and have had no problem with sizing but when I went to use one for my most recent post nothing I do to it in regards to cropping or resizing will fit. Not quite sure what to do.
    https://followrfootsteps.com

    #149765
    Skandha
    Participant

    @nlschuman: Please check out the recommended image-size and upload image similar in dimension or of same aspect ratio to get the best result. You seem to have uploaded a size very different from the recommended size.

    Kind Regards,
    Skandha

    #151720
    Sue
    Participant

    When I select a featured image, it now REPLACES the header image when I click on the post. This happens no matter what size the featured image is. I want to see the featured image in the post summary on the home page, and see the image itself in the blog post – but I do not want it to replace the header image. This seems to be a change. Previously the featured image did not do this. Thanks for any help.

    #151723
    Sue
    Participant

    Sorry- I believe I found the answer in previous questions. Apparently the change happened in the most recent update to free Catch Evolution. I added this code to my child theme in functions.php

    /**
    * Header Image
    */
    function catchevolution_featured_header() {

    if ( get_header_image() ) : ?>
    <div id=”header-image”>
    ” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” />
    </div>
    <?php endif;

    } // catchevolution_featured_header

    Thank you.

    #151776
    Skandha
    Participant

    @sue: Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Feature image picture to big’ is closed to new replies.