Support

Home Forums Event Espresso Premium Google Maps in EE3

Google Maps in EE3

Posted: December 2, 2017 at 4:16 pm

Viewing 1 reply thread


Melissa

December 2, 2017 at 4:16 pm

Hello,
I do not like the appearance of the Google Map on the event listing. It is centered and awkward and takes up a significant portion of the page. Can I remove the map but still leave the clickable “Maps and Directions” hyperlink? Thank you.


Tony

  • Support Staff

December 4, 2017 at 5:42 am

Hi Melissa,

EE doesn’t output the map in that location by default, in the event description are you using the [ESPRESSO_VENUE] shortcode?

If so you can add: show_map_image=false to that shortcode to prevent the map from being displayed, like so:

[ESPRESSO_VENUE show_map_image=false]

However that will only work on each event that you edit to include that, so you could hide the map using CSS:

#event_espresso_registration_form .map_image_wrapper {
    display: none;
}

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

That should hide the map on all of your events but leave the address information.

Viewing 1 reply thread

The support post ‘Google Maps in EE3’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso