Theming: Description Before Tickets

Home Forums Ticket Products Event Tickets Plus Theming: Description Before Tickets

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #227661
    calgarymagic
    Participant

    Hello,
    In the default single-event.php template, the event description is shown before the Event Details/Venue panel.

    If I change the code to the below:
    <!– Event meta –>
    <?php do_action( ‘tribe_events_single_event_before_the_meta’ ) ?>
    <?php
    /**
    * The tribe_events_single_event_meta() function has been deprecated and has been
    * left in place only to help customers with existing meta factory customizations
    * to transition: if you are one of those users, please review the new meta templates
    * and make the switch!
    */
    if ( ! apply_filters( ‘tribe_events_single_event_meta_legacy_mode’, false ) )
    tribe_get_template_part( ‘modules/meta’ );
    else echo tribe_events_single_event_meta()
    ?>
    <?php do_action( ‘tribe_events_single_event_after_the_meta’ ) ?>
    </div> <!– #post-x –>

    <!– Event content –>
    <?php do_action( ‘tribe_events_single_event_before_the_content’ ) ?>
    <div class=”tribe-events-single-event-description tribe-events-content entry-content description”>
    <?php the_content(); ?>
    </div><!– .tribe-events-single-event-description –>
    <?php do_action( ‘tribe_events_single_event_after_the_content’ ) ?>

    I get the description below the ticket info. What I am looking for is

    EVENT DESCRIPTION/VENUE

    EVENT DESCRIPTION

    TICKET INFO.

    How can I achieve that?

    #230385
    Casey
    Participant

    calgarymagic,
    Thanks for getting in touch! The Ticketing add-ons hook into the ‘tribe_events_single_event_after_the_meta’ action, so your tickets will display wherever you move that PHP to. Try moving that around and see if that does the trick. Thanks! ๐Ÿ™‚

    -Casey-

    #239836
    calgarymagic
    Participant

    Thanks for jumping in so quickly Casey. That sort of worked, but seems like it messed up the listing of each event on the event listing page.

    #244333
    Casey
    Participant

    calgarymagic,
    Do you have a link you can share with me, so I can investigate further? Thanks! ๐Ÿ™‚

    -Casey-

    #466150
    Casey
    Participant

    I just wanted to follow up and see if youโ€™re all set here or if you still have further questions. Just let me know if you have further questions or if I should go ahead and close out this thread. Thanks! ๐Ÿ™‚

    -Casey-

    #666493
    Casey
    Participant

    Since I havenโ€™t heard back from you here, Iโ€™m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! ๐Ÿ™‚

    -Casey-

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Theming: Description Before Tickets’ is closed to new replies.