Thank you for using EventPrime!
To solely display events on the Calendar with redirection disabled, please follow the below-mentioned steps:-
1) Please navigate to the “Events -> Settings” sub-menu and select the “Frontend Views -> Event Listings” sub-tab, for the “Available Views” option please only mention the “Calendar/Month” view, and for the “Default View” option select the “Calendar/Month” from the drop-down menu.
2) Once the desired view is configured, please select the “Custom CSS” tab under the “Events -> Settings” sub-menu and place the below-mentioned CSS snippet to disable the redirection:-
#ep_event_calendar .fc-dayGridMonth-view .fc-daygrid-event-harness:active {
pointer-events: none ;
}
#ep_event_calendar .fc-dayGridMonth-view .ep_event_detail_popup {
pointer-events: none ;
}
If you have any further questions, please don’t hesitate to reach out to us.