Problem:
The user would like to filter a view by date against two datetime custom fields.
Solution:
That's tricky, because dates are considered to have the time 00:00:00. So if an event begins and ends on the same day, the view will not find it.
The issue here is that our view only allows a maximum of 50 posts per page when using the pagination settings. However this user wanted to increase this to 70.
Solution:
This can be done by using the code below. Add the following to your Toolset custom code settings at Toolset->Settings->Custom Code. Once you've done this please ensure that you've activated it as well as change the ID 123 to the ID of your view.