First, let me say, great plugin. The Google Maps integration is especially nice. Thank you.
We’ve been using the plugin on our site without a problem, but recently we realized it will only show the closest 3 upcoming events. If I add an event, it will display if it is before any of the current 3, bumping one off, but if it is after, it does not display. The RSS feed shows all 4 of the events.
I am using 2 short codes on the upcoming events page, which is not the page generated by EME. I use
[events_list scope=future]
and
[events_list scope=past]
As far as other customization, all I’m doing is a little bit on the settings page.
Well, as I was writing this, I decided to try changing the limit. If I set a limit of 200, it shows all 4 events. If I don’t specifiy a limit, it shows only 3 future events. I figured I’d submit this anyway in case it helps someone in the future, but this has solved our issue.
the shortcode I am using now is
[events_list scope=future limit=200]