Support

Home Forums Event Espresso Premium multi-day events are only showing as 1-day in the calendar

multi-day events are only showing as 1-day in the calendar

Posted: June 1, 2023 at 1:34 pm

Viewing 8 reply threads


whiscreative

June 1, 2023 at 1:34 pm

i have events that start say May 1 9am and end May 6 at 5pm, but on th calendar they only show on May 1. Where as before it would show a long event spanning all the dates. please advise how to fix it back to how it was?


Garth

  • Support Staff

June 1, 2023 at 2:08 pm

Can you send us a screenshot of the datetime setting?


whiscreative

June 1, 2023 at 2:15 pm

This reply has been marked as private.


Tony

  • Support Staff

June 1, 2023 at 2:35 pm

Hi there,

Within your site’s custom CSS you have this:

.fc-event-hori {
    width: 151px !important;
}

Which explicitly overrides the width of the calendar elements and only allows them to be a single column wide. If you remove that rule the events display across multiple days.


Tony

  • Support Staff

June 1, 2023 at 2:35 pm

This reply has been marked as private.


whiscreative

June 1, 2023 at 2:42 pm

This reply has been marked as private.


Tony

  • Support Staff

June 1, 2023 at 2:47 pm

In that case, don’t remove it but swap it for:

.fc-event-hori {
    min-width: 151px !important;
}


whiscreative

June 1, 2023 at 2:48 pm

Thats better, the vertical lines are gone. But the June 5-16 event is now showing on June 5 (missing June 6-10) and then shows again June 11-16


Tony

  • Support Staff

June 1, 2023 at 2:51 pm

That from the same issue mentioned here:

https://eventespresso.com/topic/calendar-view-2/#post-330143

The fix is the same from that thread, however, it also depends if anything else on that page relies on newer jQuery functions as to whether that fix will work for you or not.

Viewing 8 reply threads

The support post ‘multi-day events are only showing as 1-day in the calendar’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso