hi
the shortcode [google_map_link] when clicked it pulls through the state used for the interactive map e.g “YO” so the link does not work unless you remove YO from the search terms
A little update on this: There are some new filters included in the latest release of Event Espresso 4.6 that allow for long form county/region names.
Here’s an example of how to use the new filters. You add the following to a custom function either in your theme’s functions.php file or into a custom snippets plugin:
// display full names for states and countries
add_filter( 'FHEE__EEI_Address__state__use_abbreviation', '__return_false' );
add_filter( 'FHEE__EEI_Address__country__use_abbreviation', '__return_false' );
The changelog for version 4.6.21.p can be found here:
The support post ‘Google map link’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.