-
AuthorPosts
-
April 17, 2014 at 12:13 am #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!April 18, 2014 at 4:13 am #253002Hi 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,
DevinApril 18, 2014 at 9:21 am #253049Hi 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
April 18, 2014 at 4:24 pm #253223In that case you would just not use a featured image. Then nothing would show in the big image blog layout.
April 18, 2014 at 9:41 pm #253293I 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!
April 18, 2014 at 9:45 pm #253295Devin,
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.April 22, 2014 at 5:23 am #254154Hi,
Can you post a link to that Page please?
Regards,
JosueApril 23, 2014 at 5:59 pm #255096Similar 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?
April 26, 2014 at 2:04 pm #256588Hey!
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,
YigitApril 27, 2014 at 7:21 pm #256835Hi 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”?May 1, 2014 at 12:05 am #258612Hey!
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,
YigitMay 1, 2018 at 11:32 pm #949740Is 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?
May 3, 2018 at 7:10 am #950517Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.