• Resolved 2020media

    (@2020media)


    Is it possible not to set or hide the end time?

    Some events we put on have a start time but there’s no fixed end time.

    thankyou

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter 2020media

    (@2020media)

    I can see this isn’t a quick fix so just a note to add how to do this in case anyone wants to override this manually – specifically on the card view event listings.

    Open plugins/eventprime-event-calendar-management/includes/templates/event_views/card.php
    Go to line 101 or look for

    <div class="em_event_start difl em_color em_wrap"><?php echo $start_time.' to '.$end_time; ?></div>

    change this line to

    <div class="em_event_start difl em_color em_wrap"><?php echo $start_time; ?></div>

    This will only display the start time in the card view.
    Similar changes can be made to other views if desired.

    In future updates of this plugin the line numbers will no doubt change so please be aware this comment may not be relevant in the future. This was written for Version: 2.5.2.

    Plugin Support Metagauss Translation Team (CLPTE)

    (@metagausseditor)

    Hi @2020media,

    As of now, it is not possible to hide the end time. We have noted your requirement. We will add this option in one of our upcoming releases.

    Regards,

    Plugin Support Metagauss Translation Team (CLPTE)

    (@metagausseditor)

    Hi @2020media,

    We have added the option to hide the event end date time in the event settings in our latest update.

    Regards,

    Thank you so much! This is exactly what my client needed. I would love to see the Hide End Time and Custom Link as Global Settings. Appreciate this thread!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No End Time’ is closed to new replies.