Support

Home Forums Event Espresso Premium upcoming event widget- lose date

upcoming event widget- lose date

Posted: January 31, 2014 at 11:10 am

Viewing 1 reply thread


TCDCamp

    January 31, 2014 at 11:10 am

    Hi- is there an easy way to delete the date after the event title?

    Thanks!


    Dean

    • Support Staff

    February 3, 2014 at 1:16 am

    Hi,

    2 ways:

    1) use the following CSS .widget-event-date { display: none; }

    There is an issue with this that I will raise a ticket ofr, the dash ( – ) won’t get hidden.

    2) Edit the widget.php template file at line 130 approx, change it from this

    <li><a href="<?php echo $registration_url; ?>"><?php echo stripslashes_deep($event->event_name) ?> - <span class="widget-event-date"><?php echo event_date_display($event->start_date) ?></span></a>

    to this

    <li><a href="<?php echo $registration_url; ?>"><?php echo stripslashes_deep($event->event_name) ?></a>
    Viewing 1 reply thread

    The support post ‘upcoming event widget- lose date’ is closed to new replies.

    Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

    Event Espresso - Staging Server