we are using the the event espresso premium plugin but we’re facing some problem. When we’re getting on the page for the first time the calendar isn’t showing up but when someone clicks on the week and then again in the months button the calendar shows up. Can you guys please look into it?
You have the Event Booking plugin running at the same time. It also uses Fullcalendar (the code behind out calendar) and has certain CSS that is blocking the visibility of our calendar (#espresso_calendar .fc-content>div{ display:none;})
We recommend only having one event system running at a time, to avoid clashes like this.
If you must run both, you could add the following CSS:
That will make our calendar show but there may be other clashes we are not aware of.
That CSS can be added to your themes style.css, though in order to preserve the CSS through theme updates we recommend adding it to either: a child themes style.css, your themes CSS options if it has any, or a plugin such as My Custom CSS.
The support post ‘Calendar not showing up on the first Load of the page’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.