- Upload the
fi-events-manager-addons
directory to the /wp-content/plugins/
directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
Note: To enable the pop-up maps for events in the event list, you have to edit Event Manager format settings.
Go to Events > Settings > Formatting > Default event list format
Replace the event list format with following content:
<tr>
<td>
#_EVENTDATES<br/>
#_EVENTTIMES
</td>
<td>
#_EVENTLINK
{has_location}<br/><i><a href="#" id="#_EVENTID" class="fi-toggle-event-map"> #_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</a></i>{/has_location}
</td>
{has_location}
<tr>
<td colspan=2>
<div id="#_EVENTID" class="fi-event-map-container"></div>
</td>
</tr>
{/has_location}