Hello,
We are getting back to you with a new request based on feedback from our users.
We use this URL to display the agenda page by default, supposedly without any filters:
“https://www.mairie-melle.fr/agenda?cfilter=1&filter[bydate]=custom&filter[field]=21&filter[field_order]=asc”
Then users can filter by month on the right.
However, in reality this initial display seems to already filtering on the current month, and users don’t understand why, for example, when they navigate to the second page via the pagination at the bottom (especially now that it works ^^), they are stuck on November.
I explored several hypotheses:
– When they land on this page, it displays a fixed number of items defined somewhere in the settings. I’m not convinced by this option since it will always raise questions about the arbitrary limit.
- Load all the articles/events that will then be paginated.
– A UX approach: clarify what they are seeing by displaying something like “Events in November.” In this case, how should I code this in my template override?
Thanks