Forum Replies Created

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

    (@bugmealways)

    Modifying html_event() as shown corrects the behavior, I’m just not sure why:

    //if( '1' !== $this->options->get( 'el_date_once_per_day' ) || $last_event_startdate !== $event->start_date || $last_event_enddate !== $event->end_date ) {
                            $out .= $this->html_fulldate( $event->start_date, $event->end_date, $single_day_only );
                    //}
    Thread Starter bugmealways

    (@bugmealways)

    I’m glad it still works! I tried disabling all other plugins, but it still wasn’t working (I’m positive it was working prior to upgrading to 3.7). I’m thinking it must be something with the theme then, maybe I edited something I wasn’t supposed to. I’ll take a look. Thanks for the neat plugin!

Viewing 2 replies - 1 through 2 (of 2 total)