Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1104277
    Leanna
    Participant

    Hi, I’m just trying to get my blog going again and formatting it. When I set a featured image, when viewing the actual post the image appears huge, splayed out above the text. Note that in my text below the image I have nicely embedded the imatge – THAT is how I want the featured image to appear. Any way to get the embedded image to show thumbnail in the main Blog page, or else hide the Featured Image in the actual post? See the issue at http://leannacinquanta.com/lets-go-treasure-hunting.html

    #1104278
    Leanna
    Participant
    This reply has been marked as private.
    #1104735
    Christopher
    Moderator

    Hi there,

    You’ve already resized featured image with following code :

    .single-post .entry-featured {
        width: 50%;
        margin: 0 auto;
    }

    Feel free to adjust the width.

    To hide it, update your code to :

    .single-post .entry-featured {
       display:none;
    }

    Hope it helps.

    #1105265
    Leanna
    Participant

    Ok that worked to entirely remove the featured image once the post is opened. It’s a bummer that in order to look decent in the actual post, the featured image has to be WIDE and take up basically the whole top of the post. No way to have Featured image embedded down inside the text once the post is opened I guess. Which just means every time I post a blog I have to manually embed my featured image in the body of the post, as well as setting featured image. Does anybody else write in about this issue?

    #1105493
    Darshana
    Moderator

    Hi there,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities.

    Thanks for understanding.

    #1106103
    Leanna
    Participant

    ok thanks

    #1106483
    Prasant Rai
    Moderator

    Thanks for understanding. Feel free to ask us again. Have a great day! 🙂

    #1106509
    iamnotsmart
    Participant

    Was wondering about the same … but uh … where do you put this code if you don’t want the featured image to appear in the blog itself?

    Thank you ^^

    #1106583
    Friech
    Moderator

    Hi There,

    You can add the code under Custom > Global CSS in the Customizer.

    Thanks.

    #1106941
    iamnotsmart
    Participant

    That’s convenient, thanks. By the way, the above code only works for the post itself … not for the blog page with several posts on it. Know what i mean? ^^

    #1107059
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    
    .blog .entry-featured {
       display:none;
    }

    Hope it helps

    Joao

    #1107503
    iamnotsmart
    Participant

    That worked. Thank you ^^

    #1107602
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1104277 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>