Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.
    grid layout

    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.
    single author layout

    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?

    #483894

    Hi Mike,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #484125

    It’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.

    #484229

    Hey!

    Great! We will keep the thread open and wait to hear from you :)

    Best regards,
    Yigit

    #488453

    Good 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.
    #488872

    Hi!

    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!
    Andy

    #489736

    Apologies 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/

    #490066

    Hi!

    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,
    Yigit

    #490971

    Awesome!! Thank you guys, we love this theme.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Removing featured image / author pic from from blog post content element’ is closed to new replies.