soderlind / acf-field-date-time-picker

Date and Time Picker field for Advanced Custom Fields v3 and v4
GNU General Public License v2.0
65 stars 27 forks source link

Display Problem from Query - Months Disappearing/Repeating #77

Open nicholasdpeterson opened 9 years ago

nicholasdpeterson commented 9 years ago

We have a performing arts site that has a number of show series pages. Each show series page has 29 ACF date time fields associated with it. We pull these out to a calendar page. We also display the current month on on home page.

Some strange things have been happening:

  1. Right now, the month of February has disappeared from our calendar display. Instead, the month of March is repeated twice.
  2. We also have some fields repeated when displayed on the homepage but not on the calendar page. We think that the repeating of the pages on the home page is due to an autosave. When we recreate the page and then delete the old one, only one page happens. Our thoughts are that we should turn off autosave.
  3. Ideally, we would like the homepage to display everything that is in the next 7 days regardless of month as opposed to what it currently does of displaying everything left in the current month.

Is there a way to fix issue #1 at least?

Many thanks,

Nick