• Resolved GoranGozo

    (@gorangozo)


    In file /classes/chronosly_widget.php on line 21 you use date("m") to get the current month.
    This returns the current month _with_ a leading zero.

    In all other places where you handle the month you use date("n") which returns the month _without_ a leading zero.

    This causes problems. When the widget is first loaded no events are shown.

    https://wordpress.org/plugins/chronosly-events-calendar/

Viewing 1 replies (of 1 total)
  • Plugin Author chronosly

    (@chronosly)

    Thank you very much for your cooperation, it was a detail that we couldn’t see and that we have inherited to the current version.

    Thanks for your help, now our widget properly display in the first load, as you indicated.

Viewing 1 replies (of 1 total)

The topic ‘Widget has wrong format on default value for month’ is closed to new replies.