Setting default view to calendar
-
Hi, we have the calendar addon and would like the default view of events listings to be calendar.
I found this documentation https://wp-eventmanager.com/documentation/change-default-listing-view/
I tried these things:
* changing the shortcode to
[events layout_type="calendar_layout"]
* adding this to my theme’s js:localStorage.setItem("layout", "calendar-layout");
(I also checked in firebug to ensure the localstorage item had been set)
* combination of bothThese resulted in either no change or the event listing disappearing entirely.
I would expect the result to be that when I load the events page the event listing appears as a calendar.
Any help much appreciated, thank you.
The page I need help with: [log in to see the link]
- The topic ‘Setting default view to calendar’ is closed to new replies.