After setting up a weeklong event, it shows in the calendar as one event in the first day and another event on the last day, with nothing in between. These are continuous events – what am I doing wrong?
The site is http://urbanhealing.net/kalendar/
Thanks for the reply. That event runs from the 17th to the 24th. I just downloaded the calendar and installed it, so it should be the latest version: ee4-events-calendar. Should I send the screen shots by email?
When viewing the Calendar on you site the Events are displayed 2px wide. http://take.ms/tIyzO
This is actually caused by your theme setting a max-width: 100% rule on all ‘a’ elements within your site.
To fix this you’ll need to add some custom CSS to your site, we recommend doing so using either My Custom CSS or Reaktiv CSS Builder plugins.
The following CSS should fix the above issue:
#espresso_calendar a {
max-width: none;
}
Regarding the screenshots you can either host them online (within the site site in question for example) and link them here or email them to support[at]eventespresso.com
Thanks, and well done for spotting that – I put it in the custom.css file, but it did not have the desired affect, so I will contact the theme developer. Link for screenshots: http://we.tl/RIXHsxIfTM
Thanks. The problem was correctly identified, but the css code that works is:
#top #ignitewoo_events_calendar_wrap a {
max-width: none;
}
Viewing 5 reply threads
The support post ‘Multi-day events not showing correctly 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.