Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #291957

    Hi,

    Gunter’s last answer told me how to get the Featured Image to appear as a thumbnail on the Homepage for each blog excerpt. Thanks for that!

    However, now a Preview Image appears above each blog post when I click on the blog post and am sent to the individual blog post page. I need to know how to prevent these preview images from appearing.

    Additionally, the Featured Image only appears in 2 sizes on the Homepage, regardless of which sizing option I choose. It either appears very small (80×80 pixels) or quite large.

    Please advise.

    Thanks!

    -Sarah

    #292118

    Hey srmathis!

    There is a checkbox under the featured image on posts to hide it on the single blog post page which you can use to hide the image on the single posts.

    Best regards,
    Devin

    #292332

    Thanks Devin,

    So, when I disable the featured image by clicking that checkbox, the image doesn’t show up, but a grey box the size of a thumbnail shows up. It has a pencil in it. And it’s where the featured image would normally be.

    How do I get that box to disappear?

    For now I’ve put the featured image back up as we launch tomorrow and I don’t want the pencil box there.

    Thanks again!
    Sarah

    #292346

    Just to be clear, I want the featured image to show up on the homepage above the blog excerpts, but that’s the only place I want them to show up.

    I hope that makes sense.

    Thanks again!
    Sarah

    #292606

    That should be what is happening. The checkbox only disables it from showing on the single blog post page.

    #294564

    Has this been resolved? Im having the same issue – grey box with a pencil icon appears and client would rather have nothing there. Thanks.

    #294651

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .template-blog .blog-meta, .multi-big .post_author_timeline, .single-small .post_author_timeline { display: none !important; }

    If that does not work, please post the link to your website

    Best regards,
    Yigit

    #297096

    That worked! You guys are amazing.

    Thank you so much for the wonderful service.

    Sarah

    #297101

    Whoops – I spoke too soon.

    Now the featured images aren’t showing up on the homepage.

    We just want them on the homepage and then nowhere else.

    #297131

    Hi!

    Try adding this:

    .home .template-blog .blog-meta, .home .multi-big .post_author_timeline, .home .single-small .post_author_timeline { display: block !important; }
    

    Regards,
    Josue

    #297147

    woo hoo!!! that worked!!! thank you so much! you guys are miracle workers.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to create Feature Image without Preview Image appearing in Blog Post’ is closed to new replies.