Support

Home Forums Events Calendar Add-on Multi-day events not showing correctly in the calendar

Multi-day events not showing correctly in the calendar

Posted: May 12, 2014 at 1:05 am

Viewing 5 reply threads


dbuchner

May 12, 2014 at 1:05 am

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/


Dean

May 12, 2014 at 3:44 am

Hi,

I’m not seeing the same issue as you stated. I see two lines on the 17th and 18th.

Everything looks ok from the front end, date wise. Can you screenshot the tickets from the event editor? Also what version of the Calendar are you


dbuchner

May 12, 2014 at 4:11 am

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?


Tony

  • Support Staff

May 12, 2014 at 4:56 am

Hi dbuchner,

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


dbuchner

May 12, 2014 at 5:53 am

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


Dean

May 12, 2014 at 10:04 am

That was definitely a good catch by Tony! Please let us know how you get on with this.


dbuchner

May 12, 2014 at 10:18 pm

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.

Event Espresso