• Resolved alfern

    (@alfern)


    I can change to inline view of details for events in the week view with the toggle function, but is there any way to set all events in the calendar to be open as default, without the need to click every event?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author room34

    (@room34)

    Month and week views do not have this option because it generally would make for a very unusable layout. List view does let you show all full event details on screen.

    However, you can get month and week view to show the full details on all events with a bit of extra CSS. Assuming you keep the toggle="true" parameter in your shortcode, this CSS will make all events’ descriptions display at all times:

    .ics-calendar.r34ics_toggle .event .descloc { display: block !important; }

    • This reply was modified 1 year, 10 months ago by room34.
    • This reply was modified 1 year, 10 months ago by room34.
    Thread Starter alfern

    (@alfern)

    Thank you ?? The CSS did the trick!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Inline details without clicking events’ is closed to new replies.