Is there some parameter or trick to make my calendar display only one particular day? People can’t seem to navigate from today’s date/week displayed to get to the date I want them focused on.
[ESPRESSO_CALENDAR cal_view=”basicDay”] (or agendaDay if you prefer) will show the current day.
There isn’t a parameter (currently) to set a specific date time. However if you have no objection to a little code edit then it can be done.
In the espresso-calendar/scripts/espress_calendar.js file if you add the following to the bottom of it, just before the last }); it will set EVERY calendar to start at this date.
Those numbers are Year, Month, Day so that will be March 17th 2014. Please note that months start at zero so Jan = 0, Feb = 1, etc.
Please also note that any updates to the calendar will over write this code.
Viewing 1 reply thread
The support post ‘Calendar Display a single day & a specific start time.’ 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.