Now I have about 100 events
In the plugin's settings, I set 20 events per page
And I'm using this shot code on page -
[aec_events past_events=0 header=0 view=table orderby=event_start_date pagination=1]
I need to show the map on another page of the site.
I'm using this shot code on page -
[aec_events past_events=1 view=map header=0]
But all events on the map have paginations (20 per page) - the events map displays part of the events. You need to click on map several times to see all the events. It is not comfortable
I need to show all events on the map without pagination
I understand that I can replace the settings from 20 to 100 or 1000 - in this case the map will display all the events. But this option is not suitable, because The site page with all events will be too heavy.
I need a pagination, only on events page.
On the map, I need to show all events without map pagination
I apologize for the details, I hope the problem is described
Is there a solution?
Thank you.