we are really appreciate sportpress teamwork but if they can fix this problem as soon as possible we will be rally happy and i know sportpress saw this problem and we hope then can fix this bad issue, i suggest you one way until this problem fixed Kyle McCarley,
do this way
1. do not Schedule lot of events example if you want to show 3 events then Schedule events should not be more than 3 ok now you done next step
2. go to your widgets and select event block sport press or event list sport press then click on this widget and set your events like this:
title anything you want
select calender: select your calender
start: all
date: default
number of events example 3
sort ordering: descending
sort ordering is very important
for now you have just one way same like me i am doing like this is a little unprofessional
this is the code for date i did not find any problem in this code
if ( $this->date !== 0 ):
$args[‘year’] = date(‘Y’);
if ( $this->date == ‘w’ ):
$args[‘w’] = date(‘W’);
elseif ( $this->date == ‘day’ ):
$args[‘day’] = date(‘j’);
$args[‘monthnum’] = date(‘n’);