CSS: change the look and feel of any element on the page

Almost everything generated by Events Made Easy can be changed in layout using stylesheets (CSS). If you don’t want to change any files of your theme, and your theme doesn’t provide an interface to change CSS rules, you can create a file called ’eme.css’ in your theme CSS directory and put in there e.g.: .eme-location-map […]

CSS: change the look and feel of any element on the page Read More »

Shortcodes

Events Made Easy has shortcodes for showing events, locations and a filtering form on any page in any custom format possible. Below you find a list of all possible shorcodes with their explanation. Shortcodes can be used on regular wordpress pages while – in order to change the layout to your liking – placeholders can

Shortcodes Read More »

[eme_events]

[eme_events] As the eme_get_events_list template tag does, this shows a list of events in the page where you put this shortcode. It accepts the following parameters: limit indicates the maximum number of events to display. Default is 10 (set in the EME option “Number of events to show in lists”). If you give the value

[eme_events] Read More »

[eme_locations_map]

[eme_locations_map] Inserts a map of multiple locations. Accepts the following arguments: width: the width (as css style) in pixels, fr, em or percentage (e.g. 100%) of the map. Default: 450. A plain number will be considered as pixels. height: the height (as css style) in pixels, fr, em or percentage (e.g. 100%) of the map.

[eme_locations_map] Read More »

Scroll to Top