• Hej, for a wordpress installation in a very restrictive network environment, using wordpress as sort of cms i’d like to ask how to disable the venue maps at all. It’s all working fine, it is only the permanent wait-for-timeout when you are working with events and/or venues.
    And sady access to *google* is strictly forbidden in that area.

    https://wordpress.org/plugins/event-organiser/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Admin-side there isn’t much that can be done to disable the map (on the events edit page, or venue edit page). On the front-end however the maps will only appear (by default) on the single event page (see this template event-single-event-meta.php) and the venue page (see taxonomy-event-venue.php).

    You can remove the references to the map eo_get_venue_map(), or if you want to be able to disable/enable in various environments, you wrap them in an appropriate if( ... ) statement.

    I’d recommend copying the templates to the theme first, so that you can update the plug-in.

    Admin-side, as I said there’s not much that can be done other than editing the plug-in itself (which is not recommended).

    Thread Starter antiphasis

    (@antiphasis)

    Hej Stephen, thanks for your fast reply.
    So as it seems i have to look for another event/calendar system.

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

The topic ‘Request:Disable Venue maps’ is closed to new replies.