Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #252340

    Hi!
    Let me make use of your excellent support)
    I’m struggling to remove default featured images – ones that appear when there is no featured image on posts.
    I tried many of the options found here:
    1. .template-blog .blog-meta, .multi-big .post_author_timeline, .single-small .post_author_timeline { display: none; }
    And many other CSS snippets. This works for Single Author Layout deleting featured images even the ones I uploaded – not only default fallback ones.
    2. Editing postslider.php
    This removes featured image for – errr don’t remember, been struggling with this for quite a while)
    Anyways, can you, please, tell me how to delete placeholder images (Pencil, Video etc) for all Posts all Blog layout types but leaving the option to show featured images that I upload?
    That is if there is no featured image show nothing (and those dashed lines too) otherwise show the image uploaded.
    Thank you very much!

    #253002

    Hi Atlasoid!

    Just to clarify, you want a blank space on the whole left hand side of the blog page if there is no featured image set?

    Best regards,
    Devin

    #253049

    Hi Devin

    Yes. I could use big image blog layout so the white space would be on top. If I am not mistaken.
    P.S. I wish there was Enfold for Drupal!

    Cheers,

    Elkhan

    #253223

    In that case you would just not use a featured image. Then nothing would show in the big image blog layout.

    #253293

    I am probably not clear enough, sorry for my bad English. I want it to be up to me whether to use featured image or not. Not theme adding placeholder for featured images.
    How can I get rid of default featured images added by the theme (ones with pencil icon)?
    So if there is no featured images show nothing. No pencils no dotted lines.
    As simple as that.

    Thank you!

    #253295

    Devin,
    Here is an example. I made a page listing posts from a category. When there is a featured image it shows up if there’s no I get placeholder/fallback images added by the theme.
    I don’t want those.
    Please, let me know if I need to elaborate further.

    #254154

    Hi,

    Can you post a link to that Page please?

    Regards,
    Josue

    #255096

    Similar question here.

    I want there to not be any image or “pencil” placeholder image in place of the featured image in the blog roll. I think this is the OP’s question as well.

    How would we did that?

    #256588

    Hey!

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

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

    It will remove the thumbnail and timeline from blog posts

    Regards,
    Yigit

    #256835

    Hi Yigit,

    That removes featured images altogether or just placeholder images (“Pencil”)?
    Is there a way to disable fallback behavior for missing (purposefully not adding) featured images – putting “pencil”?

    #258612

    Hey!

    Yes i have replied to @rsbell. Please add following code to Quick CSS

    .small-preview .iconfont { display: none; }
    .main_color .small-preview { background: transparent; }
    .main_color .small-preview:hover { background: transparent; }
    .multi-big .post_author_timeline, .single-small .post_author_timeline { display: none; }

    It would remove the placeholder and timeline (dots) too. If you would like to keep timeline, do not add the last line in the code

    Regards,
    Yigit

    #949740

    Is there a way to choose one image as the default featured image, instead of the pencil you use? That way if we forget to change it, it’s our default image and not one you created?

    #950517

    Hi Maspelin,

    This article can help you
    http://www.wpbeginner.com/wp-themes/how-to-set-a-default-fallback-image-for-wordpress-post-thumbnails/

    If you need further assistance please let us know.
    Best regards,
    Victoria

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