Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Smaller featured image

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #22425
    ovidiu
    Participant

    Hello,

    If I choose a featured image for an article/page, it is displayed at the beginning of the article and it is as wide as the article. Even if I choose a smaller resolution image, the picture is still blown up to the page’s width.

    Is there a way to have these featured images displayed at a smaller size in the pages? Can I move their position on the page?

    This is a sample page where a featured image is chosen: https://yogacuanto.ro/featured-image/

    Thank you,
    Ovidiu

    #22451
    Grace Themes
    Member

    Hi,

    When selecting the page Featured Image, it display as a inner page banner.
    You can add your images in page content.

    Regards
    Grace Themes

    #22578
    ovidiu
    Participant

    Hi,

    Thanks for your reply.
    Maybe I’m wrong, but the following short code will display the featured image and not a picture in the article.

    [latest-news showposts=”4″ comment=”show” date=”show” author=”show”]

    So, if I want to use that short code, I need to add a featured image and that will ruin the post.

    best regards,
    Ovidiu

    #22590
    Grace Themes
    Member

    Yes, it always displays the blog featured image as a blog post thumbnail.
    You need to set featured image for each post.

    #22661
    ovidiu
    Participant

    And after I add a featured image to the article, a huge image will show up at the beginning of the article. I am asking if there is a possibility to have the featured image shown in the article in a smaller size, not stretched out to the width of the page.

    thanks,
    Ovidiu

    #22699
    Grace Themes
    Member

    Please use default innerpage banner image
    Go to Appearance » Theme Options » Homepage Slider » Inner Page Banner

    Please check the documentation

    Regards
    Grace Themes

    #22713
    ovidiu
    Participant

    Sorry, but I don’t understand why I should use the inner page banner. I’m confused.

    I will explain again my issue, maybe I wasn’t clear enough:
    – I want to use the [latest-news] shortcode on my page
    – for this shortcode to show an image of the post, a Featured Image has to be used in the post
    – the featured image is very big when reading the post
    – is there a way to reduce the size of the featured image in the post?

    thank you,
    Ovidiu

    #22727
    Grace Themes
    Member

    The featured image in blog post is displayed in full width.
    Please send your blog post URL so we can check and assist you quickly.

    #27305
    matthieu.ducret
    Participant

    Hello !

    I used this custom CSS to hide this for the moment :

    .post-thumb { 
    	display: none;
    }
    #27320
    Grace Support
    Keymaster

    Hi matthieu.ducret

    Thank you so much.!

    #27333
    matthieu.ducret
    Participant

    Hello,

    I made an error :

    With my precendent custom css, it disable the thumbs on the “blog” page to.

    To prevent this i modified my custom css like that :

    .entry-content .post-thumb { 
    	display: none;
    }

    Now, thumbs are ok on the article list of the blog page, but are not shown on top of the article page.

    #27342
    Grace Support
    Keymaster

    Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.

    #36848
    boatgirl
    Participant

    Thanks Matt this solved my issue perfectly

    .entry-content .post-thumb {
    display: none;
    }

    the featured image shows up on the blog’s main page, but is hidden on the post page.
    thank you.

    #36850
    Grace Support
    Keymaster

    You are most welcome.

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.