Support

Home Forums Event Espresso Premium Calendar not showing up on the first Load of the page

Calendar not showing up on the first Load of the page

Posted: July 23, 2015 at 3:27 am

Viewing 2 reply threads


Leonard Kaplan

July 23, 2015 at 3:27 am

Hi,

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?

Here is the link : http://www.wnyosteowellness.com/test-calendar/

in this page I used this shortcode : [ESPRESSO_CALENDAR]

Thanks


Dean

July 23, 2015 at 3:40 am

Hi,

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:

#espresso_calendar .fc-content>div{ display:block;}

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.


Leonard Kaplan

July 24, 2015 at 9:53 am

Thanks a lot for the help.

Viewing 2 reply threads

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.

Event Espresso