• Resolved Matt

    (@matsp)


    Hi, I’m having difficulty finding where or how to set a fallback image for events. I have switched on the fallback image toggle, and been through everything.

    I’ve had a look through the documentation and searched this forum and am surprised I can’t find the answer. Can anyone help please?

    ————

    btw Excellent plugin, so far I’ve found it really easy and intuitive to set-up, the import from Events Manager worked perfectly, and it looks great! Thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @matsp,

    ?Thank you for using MEC and taking the time to provide feedback.

    If you have set a featured image and the featured image not showing on the calendar pages; For troubleshooting, please do the steps below:

    Deactivate all your plugins and let the MEC remain active only, set your theme on default, reload the page if the issue was solved, activate your plugins one by one and your theme, refresh your page, and check to see which plugin is causing the issue.

    Please keep us informed.

    Best Regards

    Thread Starter Matt

    (@matsp)

    Hi @webnus, thank you for your reply. I have not set a fallback featured image, that is the problem. I can not find how to set the fallback featured image. Any guidance much appreciated.

    Thank you,
    Matt

    Plugin Contributor webnus

    (@webnus)

    Hello @matsp,

    I didn’t perfectly understand your request but will send you some explanations here that I think will help you:

    – If you needed a default featured image when you didn’t have a set featured image, we don’t have it on an event list. It’s for the categories page. Please check this article: https://webnus.net/dox/modern-events-calendar/general-options/(number 13).

    To made it, you can add your custom CSS like this one:

    .mec-event-list-standard .mec-col-table-c.mec-event-image-wrap .mec-event-image {
        min-width: 227px;
        min-height: 227px;
        background-image: url('no-image.png');
        background-size: cover;
    }

    Please follow the steps explained in this article: https://webnus.net/dox/modern-events-calendar/inspect-element/.

    – If you want to set a featured image for your event, please head over to the single event page > screen option in the WordPress settings of that page and enable the featured image post box.

    Best Regards

    Thread Starter Matt

    (@matsp)

    @webnus

    My sincere thanks for your reply. Using the CSS you provided it looks perfect!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to set fallback image?’ is closed to new replies.