Okay
  Public Ticket #2501805
Show days with events
Closed

Comments

  •  1
    Björn Edman started the conversation

    HI, we have noticed that in month and week views, days with current events are not shown at all. Why, is it some settings that are wrong?

  •  783
    Zhivko replied

    Hi,

    There's conflict between moment.js libraries.

    The plugin Date Time Picker Field is loading its own moment.js library but it should load the built-in Wordpress one. I don't know why people keep loading it outside Wordpress when it has been shipped with it for some time now. Perhaps the plugin is not up to date.

    Either disable this plugin or provide me with ftp access to the server to make the necessary changes. Alternatively you could contact the author of the plugin and ask them to change the code to load moment.js from the wordpress libraries:

    wp_enqueue_script('moment');

    Stachethemes Developer