• Resolved mooresites

    (@mooresites)


    Man, I’m excited I found this plugin. I wondered if it’s possible to omit Sunday and Saturdays from the grid?

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

    (@room34)

    The plugin doesn’t offer this feature directly, and I’m unlikely to add it as I haven’t seen much interest in it… but there is a way to do it fairly easily with a bit of CSS, which you can add to your theme or in the Customizer (Appearance > Customize > Additional CSS):

    .ics-calendar tr > *[data-dow='0'],
    .ics-calendar tr > *[data-dow='6']
    { display: none; }
    • This reply was modified 4 years, 8 months ago by room34.
    Thread Starter mooresites

    (@mooresites)

    Dude, lightning response! Thanks!

    Thread Starter mooresites

    (@mooresites)

    While I’m at it, I can’t find (under advanced) where to hide the legend at the top with the checkmarks (using multiple feeds). That doable? Excited to see how the Pro shapes up. This may be just what I need! Here’s my example page: https://1stchanceryms.com/test-calendar/

    Plugin Author room34

    (@room34)

    That’s another one that will need some CSS. (I’m debating adding some more options for hiding the legend or not having the checkboxes… I’ve just recently added the checkboxes and moved the legend from below the grid to above it, because having it below with the checkboxes would make the legend jump around on the page when you check/uncheck them.)

    You can hide it with this CSS:

    .ics-calendar-color-key { display: none; }

    If you want the legend but not the checkboxes, use this:

    .ics-calendar-color-key input[type=checkbox] { display: none; }

    Thread Starter mooresites

    (@mooresites)

    Fantastic! Again, thanks.

    Plugin Author room34

    (@room34)

    Marked as resolved.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Weekends?’ is closed to new replies.