Hello, the calendar displays the “Week” view by default, or the “Day” view if the calendar is too small. You can set the threshold in Booking Activities > Settings > General tab > “Load the ‘Day’ view if the calendar width is less than”.
You can set the “Month” view by default thanks to the Display Pack add-on. The option will be in Booking Activities > Booking forms > your form > Calendar settings > Calendar tab > “Default view”.
You can also do that with custom code, but you will need to maintain it in the future.
Thank you very much.
Yes, I have tried to edit the code as you suggested on another topic but it doesn’t work. 🙁
Maybe try to replace “agendaDay”:”agendaWeek” with “month”:”month”, try to refresh your browser cache (CTRL+F5 usually). I cannot provide support for custom code, sorry. But this is really not a good solution, you will need to do that after each update, it may stop working at all after any of it, and you should not update directly the plugin’s file. I recommend to either create custom code in a child theme to properly override that value and maintain that code, or use the solution included and maintained in the Display Pack add-on.