Ticket Display Settings

Home Forums Calendar Products Community Events Ticket Display Settings

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1041880
    Arsen
    Participant

    How can we display ticket or RSVP above description.

    Thank you,
    Arsen

    • This topic was modified 8 years, 5 months ago by Arsen.
    • This topic was modified 8 years, 5 months ago by Geoff.
    #1042414
    Geoff
    Member

    Hi Arsen,

    You should be able to move the ticket form using the snippet provided in this post:

    https://theeventscalendar.com/knowledgebase/moving-the-ticket-form/

    Cheers!
    Geoff

    #1042417
    Geoff
    Member

    Oh! And I should add that you can move the RSVP form similarly with this snippet:

    /**
    * Move RSVP Tickets form in events template
    */
    if (class_exists('Tribe__Tickets__RSVP')) {
    remove_action( 'tribe_events_single_event_after_the_meta', array( Tribe__Tickets__RSVP::get_instance(), 'front_end_tickets_form' ), 5 );
    add_action( 'tribe_events_single_event_before_the_meta', array( Tribe__Tickets__RSVP::get_instance(), 'front_end_tickets_form' ), 5 );
    }
    #1042453
    Arsen
    Participant

    Thank you!!

    #1042455
    Geoff
    Member

    My pleasure! Thanks for reaching out and please do hit us with a new thread if any other question pop up–we’d be happy to help. 🙂

    Geoff

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Ticket Display Settings’ is closed to new replies.