• Resolved 2020media

    (@2020media)


    We have a use case where the end user only want to use Calender (month) view and display their events on that – they don’t want the events to be clickable. Is that possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support EventPrime Support

    (@eventprimesupport)

    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.

    Thread Starter 2020media

    (@2020media)

    Thanks for this, that works as desired.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display only – events not clickable’ is closed to new replies.