Change order of page layout "remove_action" not working

Home Forums Ticket Products Event Tickets Plus Change order of page layout "remove_action" not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #87803
    cecapra
    Participant

    Hello,
    The default page layout is Text, Details, Venue, Tickets
    I want text, Tickets, Details, Venue.

    From here: https://theeventscalendar.com/moving-the-ticket-form/ I get the php to move the Tickets to the place I want with
    add_action(‘tribe_events_single_event_before_the_content’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));

    But
    remove_action(‘tribe_events_single_event_after_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));
    is not removing the default Tickets.

    Can someone give me the proper php for remove_action

    Thank you

    #87963
    cecapra
    Participant

    I want to move forward with my site so I am hoping someone has a answer to this even if the answer is we do not know

    Thank you

    #88027
    Kelly
    Participant

    Hi, cecapra. Great question!

    Here’s a post that should get you back in business: https://theeventscalendar.com/support/forums/topic/wootickets-showing-up-twice-on-my-event/#post-68895 (Basically, you need to add that priority.)
    Also, please be aware that our normal response time is 24 hours. We appreciate your understanding about that. 🙂

    Hope that helps!

    #88193
    cecapra
    Participant

    My apologies I was being impatient. That solved the problem. Thank you

    #88490
    Kelly
    Participant

    No problem at all, cecapra. I just want to make you that your expectations are set appropriately. 🙂

    So glad to hear that the new snippet worked out for you. Thanks for being a TEC user!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change order of page layout "remove_action" not working’ is closed to new replies.