Hi everybody,
Nathan, I have the same issue.
We have many events and adding new ones all the time. New ones added are not sorted properly according to the backend setting.
Basically after adding a new event I have also to change the sorting to any other setting, save it, then return it to the old setting and all is sorted properly.
Basically if something is sorted
1,2,3,5,6,7
and now I add 4
it looks in the frontend like this
1,2,3,5,6,7,4
Now I change it in the backend to
7,6,5,4,3,2,1 and back again and it is finally right:
1,2,3,4,5,6,7
Hope I was able to explain it so it is understandable...
all the best,
Matthias