events map below the content

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 10 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #14694

    Hi
    I want my eventsmap to show up between the content and the registration form. Is that possible?

    All the best
    Urban Norlander

    Urban Norlander
    #14722

    Hi Urban,

    Please see the first question on this theme-integration documentation page. That details how you can move all the event details to the bottom of the event. (Though you can remove the map from the event-meta-event-single.php template, and move it to the bottom).

    That, however, will cause the event map/details to appear below the booking form. To get round this you need to do two things:

    1. Disable the automatic booking form<br />
    Just add the following snippet to your theme’s functions.php

    add_filter( 'eventorganiser_pro_get_option_disable_automatic_form', '__return_true' );
    

    2. Insert the booking form

    Add the following to your single-event.php template (see FAQ question referred to above) wherever you want the booking form to appear:

    <?php echo eo_get_booking_form(); ?>
    
    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.