Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #245850
    cindy
    Participant

    Skandha, I’d like to show a square 200×200 image in the featured content area. How can I do this?

    My website is https://explorationvacation.net/

    #245877
    Skandha
    Participant

    @thetravelgal: Hello there,
    For that you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization otherwise I suggest you to hire a customizer to get it done.

    Kind Regards,
    Skandha

    #245944
    cindy
    Participant

    Hi, Skandha. Yes, I have a child theme. If I know what the code is and where it goes, I can should be able to do it! Thanks.

    #245985
    Skandha
    Participant

    @thetravelgal: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    function new_image_size() {
    	remove_image_size( 'catchresponsive-featured-content', 350, 197, true ); // used in Featured Content
    	add_image_size( 'catchresponsive-featured-content', 200, 200, true ); // used in Featured Content
    }
    add_action('init', 'new_image_size');

    Let me know if this works out!
    Kind Regards,
    Skandha

    #262052
    cindy
    Participant

    Nope. Doesn’t seem to make a difference.

    It’s odd, because some worked even before trying this, and others don’t. See https://explorationvacation.net/

    #262104
    Skandha
    Participant

    @thetravelgal: Hello there,
    Can you please upload the same image size for the 4th Featured Content post so that it shows up like the other 3 image?

    Kind Regards,
    Skandha

    #262540
    cindy
    Participant

    They are the same size. They should all be 600×600. The difference seems to be related to whatever the default setting for inserting an image into a post was set at when I uploaded the image. But the image is only used as the feature image in the post, otherwise hidden and I don’t have an easy way to get in and adjust that.

    Can we just change it so it grabs the thumbnail used for the featured image instead of just grabbing grabbing and cropping the featured image?

    Thanks.
    Cindy

    #265255
    cindy
    Participant

    Can it be set to use the thumbnail or something that works? (Kind of wishing I hadn’t renewed my theme for another year at this point.)

    #265521
    Skandha
    Participant

    @thetravelgal: Hello there,
    I will need to look into your site to debug the issue. I have sent you an email. Please check your inbox as well as the spam folder.

    Kind Regards,
    Skandha

    #267399
    cindy
    Participant

    Not working again. Just sent another email. This is getting really old.

    #267530
    cindy
    Participant

    Still waiting. Meanwhile the home page looks shitty.

    #267831
    cindy
    Participant

    Check the code you gave me above – is there possibly an error in it?

    #267833
    cindy
    Participant

    Is it possible there is an error in this code?

    I’d still like this to work

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘change image size for featured content in Catch responsive pro’ is closed to new replies.