Hi Andre!
Thanks for reaching out. I will try to help you with these issues.
I’m sorry to hear that the Photo View’s sort order is causing you confusion or poor user experience. Others have had similar feedback in the past.
The Photo View uses jQuery Isotope to output the items in a Pinterest-type grid but not in a rigid row-column type grid.
You can view our Demo Site’s Photo View to compare its sorting to how your site is working.
The events are in order if you look at the top of each Photo View item in relationship to the top of the page (not in relationship to each other). Said another way, if your browser’s address bar is the North Pole, all the Photo View items are in order by the earlier start dates being “more north” than later events.
These 2 screenshots may be of further help:
Does this make sense?
If you’d like to see the sorting script improved, feel free to suggest it as an enhancement at our plugins’ UserVoice page.
To control the space under each event in the photo view, you can use the following CSS snippet, adjusted to your needs:
#tribe-events-photo-events .tribe-events-photo-event {
margin-bottom: 10px;
}
Hope that all helps! Please let me know if you have any questions.
Thanks,
Sky