• Resolved josullivan2025

    (@josullivan2025)


    I’m seeing display errors in the month view when it’s set as the initial default view or when you refresh the page in month view. The text is cut off and hangs outside the calendar boxes. When you change views to List or Day and then go back to the Month view, everything then fixes itself and all events are displayed correctly.

    Using latest version 6.10.0 on two independent sites, and both are showing the same issue, but can’t find any reports of this as a bug. Grateful for any ideas on what could be causing this.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @josullivan2025 ,

    Thank you for reaching out.

    I was able to track this down to a CSS rule from the theme.

    To attempt to reverse the CSS rule, kindly try appending the following custom CSS snippet to your theme’s additional CSS section (Appearance -> Customize -> Additional CSS), and see if this works for you.

    .tribe-events article {
    padding: 0 var(--tec-spacer-3) !important;
    }
    Thread Starter josullivan2025

    (@josullivan2025)

    Thanks – that sorted it. I’m just using Astra theme, so surprised there’d be a general problem with such a common theme! Hoping this is on the radar to fix.

    Plugin Support Darian

    (@d0153)

    Hi @josullivan2025

    Thanks for your confirmation and I’m glad that it is now working.

    If you have a minute, a great review from you would be amazing!

    https://wordpress.org/support/plugin/the-events-calendar/reviews/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Display errors on Month View’ is closed to new replies.