Tagged: featured image
-
AuthorPosts
-
August 5, 2015 at 10:49 pm #483604
Hello, we’re using posts and categories as a way to bucket different types of news. On our main news page we are using the grid layout to display 2 categories of news with a featured image above. This works well, looks good and we like it.
However, we’d like to drill down and display one category of news (press releases) in a different way, so we have this page laid out as “Single Author, small preview pic” where no author is displayed but a small featured image is displayed to the left.
We would rather not have any image on this page at all. Is there a way to add a class that will tell this page only not to display the featured image?
August 6, 2015 at 2:49 pm #483894Hi Mike,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardAugust 6, 2015 at 7:59 pm #484125It’s currently in local development environment, but we’re moving it to a public server in the next few days. I’ll post a link to the site when it’s visible externally.
August 7, 2015 at 12:13 am #484229Hey!
Great! We will keep the thread open and wait to hear from you :)
Best regards,
YigitAugust 16, 2015 at 11:09 pm #488453Good Day,
I would like to do the same. I have my home page configured with a custom layout with just the “Blog Post” element. The same options are given as the above original post. I would like to have an excerpt from the blog with a image preview IF there is a image, but no image preview for posts that do not contain an image. This would be a great feature since not all blog posts have images, and the same repeating default image is not attractive.
If that is not possible, I would to to know how to simply remove the preview image and only have the blog excerpt.
Thank You.
- This reply was modified 9 years, 3 months ago by bahansen.
August 17, 2015 at 1:12 pm #488872Hi!
you would need to hire a freelancer for first option.
For second one use this code in Quick CSS field:
a.small-preview { display: none; }
Cheers!
AndyAugust 18, 2015 at 10:08 pm #489736Apologies for the delay in responding, we moved the site to a new server.
http://195.198.87.25/Since posting, we’ve added a few more post list pages and are wondering if it’s only possible to target images on this page to remove the featured image on the left: http://195.198.87.25/ibs-newsroom/press-releases/
But still have them show on a page like this:
http://195.198.87.25/ibs-newsroom/news/August 19, 2015 at 2:22 pm #490066Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-4342 .blog-meta, .page-id-4342 .post_author_timeline { display: none; }
Best regards,
YigitAugust 20, 2015 at 6:07 pm #490971Awesome!! Thank you guys, we love this theme.
-
AuthorPosts
- The topic ‘Removing featured image / author pic from from blog post content element’ is closed to new replies.