We’re currently using the Daily View as the default when our calendar loads, but we have the view switcher enabled so users can select different views. When the Monthly View is selected, event details display in boxes below the calendar. Is there a way to display events to the side or in a Lightbox instead?
Apr 3,2025 AT 9:04AM - 1 day ago -The attached screenshot is how the Monthly View looks using the switcher.
you can take some of the parts of full cal andput them into your shortcode like this for next to grid
[add_eventon_dv tiles=”yes” tile_bg=”1″ tile_style=”1″ view_switcher=”yes” nexttogrid=”yes”]
the pop up doesn’t work with the view switcher currently and there is a bug with the “focus to events option” which is when you click a full cal date it auto goes down to the events but I have let ashan know about this to see if theres a quick fix
that shortcode would be [add_eventon_dv tiles=”yes” tile_bg=”1″ tile_style=”1″ view_switcher=”yes” grid_ux=”1″]
you can try it if you want to