Home › Forums › Ticket Products › Event Tickets Plus › Theming: Description Before Tickets
- This topic has 5 replies, 2 voices, and was last updated 11 years, 8 months ago by
Casey.
-
AuthorPosts
-
June 15, 2014 at 1:08 pm #227661
calgarymagic
ParticipantHello,
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?
June 16, 2014 at 6:17 pm #230385Casey
Participantcalgarymagic,
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-
June 20, 2014 at 8:58 pm #239836calgarymagic
ParticipantThanks 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.
June 23, 2014 at 6:37 am #244333Casey
Participantcalgarymagic,
Do you have a link you can share with me, so I can investigate further? Thanks! ๐-Casey-
July 20, 2014 at 8:48 pm #466150Casey
ParticipantI 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-
August 14, 2014 at 8:17 am #666493Casey
ParticipantSince 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-
-
AuthorPosts
- The topic ‘Theming: Description Before Tickets’ is closed to new replies.
