Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter JCC Website Admin

    (@jcc-website-admin)

    Just checking in… the calendar USED to show all the start times… after I ran the recent plugins update it no longer does. Any help? Anyone?

    Thread Starter JCC Website Admin

    (@jcc-website-admin)

    https://charlestonjcc.org/calendar/

    Not sure what to do besides just keep asking…. Like I said, it used to show the events start time, now it no longer does. Any help? I can’t find any settings or anything like that for showing event start time…

    I am having the same issue… version 2.0.5

    I was able to create a custom theme and copy over twig/agenda-widget.twig – which is the particular view I was missing a time stamp in.

    The code before was
    {{ event.get_runtime( ‘start_time’ ) }}

    I switched it to
    {{ event.get_runtime( ‘short_start_time’ ) }}

    and now the time is showing again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Time not showing on calendar’ is closed to new replies.