Change of venue and organizer details – event submission form

Home Forums Ticket Products Community Tickets Change of venue and organizer details – event submission form

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1448695
    fabcar
    Participant

    Dear team

    On the events/community/add event submission form we would like to remove some fields for the venue details and organizer details (i.e. delete phone number for the venue). According to the manual we assume we should make a copy of venue-fields.php under the following path:

    /[themesname]/tribe-events/community/modules

    We did that, and took out some parts however no succes yet (changes are reflected). Can you help to confirm if we are touching the correct file or do we also have to touch on edit-event.php file similar to the following thread?

    https://theeventscalendar.com/support/forums/topic/changeadd-text-on-community-event-submission-form/

    Thank you for your support.

    Best regards,
    Fabrizio

    #1450903
    Sky
    Keymaster

    Hi Fabrizio!

    I’d be happy to help you figure this out.

    Editing that particular template is not going to have the effect that you want. After much digging, it turns out that editing the fields for venues and organizers on the community events submission form is not achievable just by creating a template in your theme/child-theme folder. There is apparently a filter that would let you edit that whole chunk of content, but there are no examples of how to do this anywhere.

    Are you just wanting to hide some of the fields? This could be done pretty easily using CSS. For example, this will hide the phone number field for the venue:

    #tribe-community-events .tribe-linked-type-venue-phone {
    display: none;
    }

    Let me know if that will work, and if you need help with the CSS to target any of the specific fields.

    Thanks,
    Sky

    #1457929
    fabcar
    Participant

    Dear Sky

    Many thanks for coming up with a solution, very hepful. We will check the CSS and amend it accordingly.

    Will let you know if something is still unclear.

    Best regards,
    Fabrizio

    #1460994
    Sky
    Keymaster

    Fabrizio,

    Awesome! Glad that worked for you.

    Please let us know in the future if you have any other questions or issues.

    Take care,
    Sky

    #1481312
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change of venue and organizer details – event submission form’ is closed to new replies.