• Resolved Tina

    (@sunflowermom)


    Your plugin causes a duplication of the featured image in my event posts with my theme. Can you tell me how to remove the duplicate image from just the event posts?

    I tried this code: .theme-post-thumbnail { display: none !important; }

    That works…but then all my blog posts no longer have ANY featured images on their pages. So I’m thinking that I need something specific to the events plugin that will just remove the extra event image.

    I appreciate any help you can give me!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Tina

    (@sunflowermom)

    Sorry, I seem to have reposted after forgetting I already asked about this. I’d delete this post if I could.

    I seem to have figured this out using this:

    .em.em-item.em-item-single.size-medium .em-item-header .em-item-image img, .em.em-item.em-item-single.size-small .em-item-header .em-item-image img {
        display: none;
    }
    tnightingale

    (@tnightingale)

    A cleaner solution would be to edit the Format for the single event display (using super advanced mode in the settings) and remove the lines that display the image (everything within and including {has_image} and {/has_image} ). Then it’s not loading the image again on the page. Keep a copy of the code you remove in case you ever want to put it back.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove header image’ is closed to new replies.