mtdave

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Separate Details and Venue Panels #78540
    mtdave
    Participant

    Hmmm, adding add_filter( ‘tribe_embed_google_map’, ‘__return_true’ ); made no difference.
    But add_filter( ‘tribe_embed_google_map’, ‘_return_true’ ); (where there is only one underscore before ‘return_true’ ) removes the map panel. This is ok, but is there some way to put the map panel back in under the description/content?
    Thanks

    in reply to: Separate Details and Venue Panels #78528
    mtdave
    Participant

    This reply is private.

    in reply to: Separate Details and Venue Panels #78525
    mtdave
    Participant

    Yes, the ticket form generated by WooCommerce Tickets.
    The Themer’s guide doesn’t cover splitting the Details and Venues panels.
    To make it clearer, I need to have the panels in this order:
    Details
    Content
    Venue
    The following code allows me to reposition the meta panels, but not seperate them. I am interested in seperating them.
    [code]remove_action(‘tribe_events_single_event_after_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’), 5);
    add_action(‘tribe_events_single_event_before_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));[/code]
    Is it possible to seperate ‘Details’ and ‘Venue’? Please let me know and if so how?
    Thanks

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