Community Events Recurrence Rules

Home Forums Calendar Products Community Events Community Events Recurrence Rules

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1045577
    Daniel
    Participant

    Hi there,

    As it turns out, the Community Events Recurrence Rules on the front end submission form are bit too complex for my user base.

    Can I remove these from the template without repercussions to the rest of The Events Calendar or new event submissions?

    Thanks!
    Dan

    #1045984
    Cliff
    Member

    Hi Dan.

    If you’re okay with just hiding it via CSS, this should work for you (works on both New Event and Edit Event forms from Community Events add-on):

    #tribe-community-events.form .recurrence-row {
    display: none;
    }

    You can add custom CSS code via your child theme’s style.css file or via a plugin like Simple Custom CSS or, my favorite, Jetpack. Jetpack supports regular CSS and the LESS and Sass pre-processors.

    Note that this will hide the recurrence rules area even for events that already have recurrence rules — so an event’s recurrence pattern wouldn’t be easily modifiable via the Community Events form.

    Let me know how it goes for you.

    #1046054
    Daniel
    Participant

    Hi Cliff,

    Thanks.. yours was the obvious answer and it worked like a charm. 😉

    I have another question about ordering on the page and am having a problem with your “required” code, but I’ll start a new ticket for that..

    Thank you so much!

    Dan

    #1048271
    Brook
    Participant

    Howdy Dan,

    It’s our pleasure. Thanks for opening a new ticket. I am running through our holiday backlog right now, but others are simultaneously hitting new tickets. We’ll get to you ASAP.

    Cheers!

    – Brook

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Community Events Recurrence Rules’ is closed to new replies.