Omit Category on Community Event Form

Home Forums Calendar Products Community Events Omit Category on Community Event Form

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1005493
    Eric Reynolds
    Participant

    I have a community members only calendar on a Buddypress site that allows members to freely add and categorize events. However, we have a private hidden Buddypress group that needs its own event category. The category cannot display on the community members form. However, I am the private hidden group admin and I would like to create events from the Dashboard and assign these events the category that will not display on the frontend community form. Is this possible?

    Thank you.

    🙂 Eric

    #1005689
    Brian
    Keymaster

    Hi,

    Thanks for using our plugins. I can help out here.

    I think we can provide some css to add this category.

    Do you have a link to the Community Events form so we can take a look?

    Let me know.

    Thanks

    #1005727
    Eric Reynolds
    Participant

    This reply is private.

    #1005811
    Brian
    Keymaster

    Thanks for the info.

    What is the category you are looking to hide?

    Let me know and I can come up with something.

    Thanks

    #1005814
    Eric Reynolds
    Participant

    Organizational Development

    Thanks 🙂 Eric

    #1005934
    Brian
    Keymaster

    Hi,

    So I got this to work:

    .tribe-events-community-details #event-categories #tribe_events_cat-135 {
    display: none!important;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    You could also add more then one category to the css, by adding the Category ID so if you had another category with id of 56 it could look like this:


    .tribe-events-community-details #event-categories #tribe_events_cat-56,
    .tribe-events-community-details #event-categories #tribe_events_cat-135 {
    display: none!important;
    }

    Let me know if that helps.

    Thanks

    #1005990
    Eric Reynolds
    Participant

    Excellent. That works! Thanks Brian. 🙂 Eric

    #1006007
    Brian
    Keymaster

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Omit Category on Community Event Form’ is closed to new replies.