Title: Move Ticket IFrame
Last modified: March 16, 2017

---

# Move Ticket IFrame

 *  Resolved [zepha317](https://wordpress.org/support/users/zepha317/)
 * (@zepha317)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/move-ticket-iframe/)
 * I am importing the eventbrite events into The Events Calendar. Is it possible
   to move the ticket iframe? It is currently being generated at the bottom of the
   left column because of the theme being used. I would rather have it right after
   the description. ⌊Ticket IFrame⌉
 * The only place I found it was in the class-import-eventbrite-events-common.php
 * `add_action( 'tribe_events_single_event_after_the_meta', array( $this, 'iee_add_tec_ticket_section'));`
 * However, I wasn’t sure what to change this line to in order to correctly place
   the ticket iframe or if there was a better place to change it.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [zepha317](https://wordpress.org/support/users/zepha317/)
 * (@zepha317)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/move-ticket-iframe/#post-8923448)
 * I figured it out. Change the following line in /import-eventbrite-events/includes/
   class-import-eventbrite-events-common.php
 * `add_action( 'tribe_events_single_event_after_the_meta', array( $this, 'iee_add_tec_ticket_section'));`
 * to
 * `add_action( 'tribe_events_single_event_after_the_content', array( $this, 'iee_add_tec_ticket_section'));`
 *  Plugin Author [Xylus Themes](https://wordpress.org/support/users/xylus/)
 * (@xylus)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/move-ticket-iframe/#post-8924539)
 * Good to know that you solved issue [@zepha317](https://wordpress.org/support/users/zepha317/)
 *  Plugin Author [Xylus Themes](https://wordpress.org/support/users/xylus/)
 * (@xylus)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/move-ticket-iframe/#post-8924540)
 * Hello [@zepha317](https://wordpress.org/support/users/zepha317/),
 * Glad to know that problem has been resolved. Feel free to reaching out to us 
   again if you face any other issues.
 * Thanks,
    Xylus Themes.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Move Ticket IFrame’ is closed to new replies.

 * ![](https://ps.w.org/import-eventbrite-events/assets/icon-256x256.png?rev=3465824)
 * [Import Eventbrite Events](https://wordpress.org/plugins/import-eventbrite-events/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/import-eventbrite-events/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/import-eventbrite-events/)
 * [Active Topics](https://wordpress.org/support/plugin/import-eventbrite-events/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/import-eventbrite-events/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/import-eventbrite-events/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Xylus Themes](https://wordpress.org/support/users/xylus/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/move-ticket-iframe/#post-8924540)
 * Status: resolved