The_content is not pulling Events Tickets Plus into Event Layout

I created a custom layout for a The Events Calendar Events. Everything is looking great, but I can’t seem to bring in the Events Tickets Plus cart form.

Here is the custom layout I created. As per the documentation the ticket checkout should automatically be in the_content field, but it is not appearing so on the Cornerstone layout. See below:

You’ll see in the default events template that the Ticket module appears fine at the bottom of the event’s content:

Here is a link to a sample ticketed event, if that helps: https://bootstrap4.wpenginepowered.com/event/workshop-w-ticket-test/

Any idea why Cornerstone would be blocking Event Tickets Plus from appearing in the_content?

Hey @OctoCog,

Thanks for reaching out!

Would you mind sharing your admin credentials so that we can check the backend settings? To do that, please provide the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts.

Hope that helps.

@marc_a I’ve added the secure note. You will find the layout under the Single Layouts called “Events Single Layout”. Let me know if you need anything else.

Hey @OctoCog,

To show the event ticket, you need to add a text element inside the column and add this shortcode:

[tribe_tickets post_id="{{dc:post:id}}"]

This is the result:

Reference here: https://theeventscalendar.com/knowledgebase/embedding-tickets-and-rsvps/

Hope that helps.

@marc_a Thank you! You are amazing. That worked.

I could of swore I went through all the shortcode elements and couldn’t find a solution, but I must of glanced over it.

Hey @OctoCog,

You’re most welcome!