• Resolved mugglenetdotcom

    (@mugglenetdotcom)


    It looks as though the plugin updated and now our calendar events (mostly birthdays, anniversaries, etc) all say “recurs yearly” underneath. That wasn’t there until recently, and I cannot figure out how to get rid of it.

    I looked at current documentation and tried a few things with no success. Is there a shortcode that would take that out?

    Thanks!
    Kat

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • At this point there’s not an option to hide that — honestly I was looking for some feedback first to see what the reaction would be.

    For now, you can hide it with a bit of CSS in your theme or in Appearance > Customize > Additional CSS:

    .ics-calendar .eventdesc .recurrence { display: none; }

    Version 7.1.0 will be available shortly. It adds a new hiderecurrence option. This does not hide the recurring events themselves (skiprecurrence="true" does that), but it will suppress showing the recurrence frequency in the event description.

    There are two ways this can be used:

    1. Use hiderecurrence="true" to hide ALL recurrence frequency details.

    2. Use hiderecurrence="yearly" to just hide the yearly recurrences but show monthly, weekly, etc. You can also hide multiple frequencies this way, e.g. hiderecurrence="yearly|monthly".

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Turn off “recurs yearly”’ is closed to new replies.