• Resolved jamminjames

    (@jamminjames)


    I’ve searched, and can’t find a way to include the show time along with the date in the MEC widget for the sidebar. How can we show the date with a comma, then the time? Thanks!

    The page I need help with: [log in to see the link]

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

    (@jamminjames)

    Is there a way to do this? A hook perhaps, that we could use in functions.php?

    Thread Starter jamminjames

    (@jamminjames)

    Figured out a workaround. In settings, check “Include Local Time”, then use the CSS below in your style sheet to hide part of that.

    “Include Local Time” creates a whole new line below the regular event date, and includes the time, but repeats the date and includes other superfluous text. This CSS eliminates the unnecessary stuff, leaving just the event start and end time.

    .mec-sl-clock, .mec-localtitle, .mec-localdate {
       display:none !important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can we get the time to show along with the date in the widget?’ is closed to new replies.