Changes to the event submission form – Community Tickets

Home Forums Ticket Products Community Tickets Changes to the event submission form – Community Tickets

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1184972
    anywherefest
    Participant

    Hi

    I have made lots of changes to the event submission form but there are a few things I can’t figure out how to tweak:

    1. I want to remove/hide the checkbox + text “Hide attendees list on event page”
    2. Remove Sell tickets using: RSVP (I want only WooCommerce to be checked as I do not offer RSVP)
    3. Hide/Remove Global stock mode
    4. Hide/remove Purchase limit

    Many thanks.

    #1185441
    Cliff
    Member

    Hi Alex.

    What’s your Community Events form link?

    And are you okay using CSS to hide these?

    #1185561
    anywherefest
    Participant

    This reply is private.

    #1186035
    Cliff
    Member

    This reply is private.

    #1186082
    anywherefest
    Participant

    Thanks Cliff- anonymous submissions enabled.

    #1186492
    Cliff
    Member

    Thanks. Well I learned that only logged-in users can create Community Tickets… so I created an account and you can disable Anonymous Submissions now. Sorry about that.

    FYI: this is how my Community Tickets looks with Twenty Sixteen theme: https://cl.ly/0H2m3x0x0g3B
    Notice Global Stock option is in a different location.

    Phew! That was a tough one… Here’s some CSS specific to your site (preview in Pink and display:none):

    /* Hide attendees list */
    body.tribe_community_edit #event_tickets table.ticket_list tr:first-of-type,
    /* RSVP ticket type */
    body.tribe_community_edit #ticket_form_table tr.ticket > td > input[value="Tribe__Tickets__RSVP"],
    body.tribe_community_edit #ticket_form_table tr.ticket > td > span:first-of-type,
    /* Global stock mode */
    body.tribe_community_edit #ticket_form_table tr.global-stock-mode:not(.sales-cap-field),
    /* Purchase limit */
    body.tribe_community_edit #ticket_form_table tr:nth-of-type(13) {
    display: none;
    }

    I hope it helps. Please let me know.

    #1186495
    Cliff
    Member

    This reply is private.

    #1197046
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Changes to the event submission form – Community Tickets’ is closed to new replies.