• Resolved dennisclaesfotografie

    (@dennisclaesfotografie)


    Hi, love your plugin! I’m still in the testing phase. I am almost done, there is just one tiny, but VERY frustrating thing …

    When I open my event, the featured image is displayed as the first thing you see, and it’s huge, so the user has to scroll before he can read about the event. I tried uploading a smaller image, but it keeps it huge and it becomes blurry. I could delete the featured image, but I want some image to show in the list of events.

    I tried installing the plugin “Hide Featured Image”, but it’s not working (also not working for normal posts). Can somebody help me?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    since EM is using custom post type it maybe your theme displays automatically your events feature image in the header however using chrome inspect elements you can try to override or hide it using this custom css added in your theme options > custom css or at the end of your theme style.css

    
    .entry-image {
        padding: 0;
        margin: 0 -30px;
        display: none;
    }
    
    Thread Starter dennisclaesfotografie

    (@dennisclaesfotografie)

    YES!!! That was exactly what I needed, worked like a charm, thanks man!

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