• Resolved mackem39

    (@mackem39)


    Hi,

    Have searched forums but can#t readily see a solution.
    I am using Events Manager Pro with WP Fullcalendar (v1.1). The results look great but events is only showing the time i.e. hour and “p” for pm.

    In Events -Settings – Formatting – Date/Time using g:i a which should show 7:00 pm, but it’s showing {time of the event}p e.g. 7p then Event title

    As shown in the Events Calendar

    Want to show event stat time, end time and Event title.
    For example “7:00pm – 9:00pm {Event Title}”. But I am getting “7p {Event Title}” shown in Events Calendar.

    Are there some settings that need to be set or have missed or is there some sort of conflict? Or is the another post that has resolved this issue, which I cannot find.

    kind regards,

    mackem39

    https://www.ads-software.com/plugins/wp-fullcalendar/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry but Im afraid that from-to event date format is not currently possible.

    Thread Starter mackem39

    (@mackem39)

    Hi angelo,

    I have also reported this issue more eloquently on the Events Calendar pro-forums.

    Already have the from – to date sorted. What I need is to be able to remove the 7p before the Event name. Which you cannot even if you remove, even if I remove the setting(as last 3 paragraphs)

    I used, in EVENTS – Settings – General – Full Calendar Options – Event title format #_EVENTNAME #_12HSTARTTIME – #_12HENDTIME which displays the Event name , 7:00 PM – 9:00 PM. But still cannot seem to get rid of the 7p prefixing this.

    In Events -Settings – Formatting – Date/Time using g:i a which should show 7:00 pm, but it’s showing {time of the event}p e.g. 7p then Event name.

    Tried removing the h(:mm)t and Saving Changes. refreshing the Events Calendar but it still shows 7p before the Event name?

    I think there is a a bug somewhere here that needs reporting & sorting out asap.

    regards,
    mackem39

    Plugin Support angelo_nwl

    (@angelo_nwl)

    this issue is already been reported however you can try this workaround in your theme style.css or theme custom css option

    span.fc-time {
        display: none !important;
    }
    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    for without access to the EM Pro support forums, here’s the relevant bit about how to fix this:

    It turns out that this is due to the change to the FullCalendar library 1.x to 2.x

    The plugin works fine, but the format is wrong. You can get it working immediately now. If you want it to say AM instead of just a, then use the format in your settings – h(:mm)A

    It hasn’t all changed, but you can get the new list here:
    https://momentjs.com/docs/#/displaying/format/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP FullCalendar not showing time truncated in Events Calendar’ is closed to new replies.