• Resolved vortex0965

    (@vortex0965)


    I think there is a bug on event label, expecially in tiles view because if I set an event as canceled, a red band appears which covers the entire event without any title while “canceled” appears in the grid or list view. Is that normal?(see images below)

    Image on tiles view
    Image on grid view

    • This topic was modified 4 years, 7 months ago by vortex0965.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor webnus

    (@webnus)

    Hi @vortex0965,

    We forwarded this issue to our developer team and they are working to fix it in the next updates.
    Thank you for reporting this issue.

    Please put this/these code(s) in Theme Options > Custom CSS :

    .mec-wrap .mec-event-tile-view  article.mec-label-canceled:before,
    .mec-wrap .mec-event-tile-view  article.mec-label-featured:before {
        top: 17px !important;
        left: 110px !important;
        height: auto;
    }

    – Inspect Element: https://webnus.net/dox/modern-events-calendar/inspect-element/

    Best Regards

    Thread Starter vortex0965

    (@vortex0965)

    Thanks for your help,
    I made some little changes to the code to display it better, especially on mobile devices and tablets. If it can help:

    .mec-wrap .mec-event-tile-view  article.mec-label-canceled:before,
    .mec-wrap .mec-event-tile-view  article.mec-label-featured:before {
        z-index:9999!important;
        top: 70% !important;
        left: 0px !important;
        -ms-transform: rotate(0deg)!important;
        -webkit-transform: rotate(0deg)!important;
        transform: rotate(0deg)!important;
        height: auto;
    }
    • This reply was modified 4 years, 7 months ago by vortex0965.
    Plugin Contributor webnus

    (@webnus)

    Hi @vortex0965,

    I’m glad it is fixed.

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured/Canceled label bug’ is closed to new replies.