• Resolved somethingelse

    (@somethingelse)


    so, redesigned our site and rebuilt from the ground up, except for posts & pages (did xml import… long story)…

    anyway – i reinstalled Events Manager, and added some new events…
    and they all display the same date, even tho they are definitely NOT on the same date… (the DAY changes, but the DATE remains the same)…

    https://www.comoxvalleyarts.com/community-calendar/

    any suggestions or brilliant ideas?
    it’s using the #_EVENTDATES placeholder on that page and on the individual events page… i’m stumped

    formatting for that page is:

    <div class="eventlist">
    <div class="event">
    <h4 class="eventlink"> #_EVENTLINK</h4>
    <p><div class="eventimg">#_EVENTIMAGE</div><div class="eventdate">#_EVENTDATES</div>
    
                    {has_location}<p class="eventlocation">#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</p>{/has_location}
    <div class="eventnote">#_EVENTEXCERPT{20,...}</div>
               </div>
    </div

    yes, i have deactivated all plugins and that didn’t help.

    any other ideas are much appreciated…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter somethingelse

    (@somethingelse)

    not sure what’s what… but i hit the “reset” button… and that seemed to fix the date problem…

    any insights what might have caused it for people’s future reference are welcome, tho ??

    Thread Starter somethingelse

    (@somethingelse)

    turns out it was my date formatting string…

    had D M y – was missing the actual DATE placeholder!! duh.

    changing it to D M j, Y and all is well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[events manager] every event showing with same date??’ is closed to new replies.