Title: rezto's Replies | WordPress.org

---

# rezto

  [  ](https://wordpress.org/support/users/rezto/)

 *   [Profile](https://wordpress.org/support/users/rezto/)
 *   [Topics Started](https://wordpress.org/support/users/rezto/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rezto/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rezto/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rezto/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rezto/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rezto/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar: Category Colors] Legend nto showing on week view](https://wordpress.org/support/topic/legend-nto-showing-on-week-view/)
 *  Thread Starter [rezto](https://wordpress.org/support/users/rezto/)
 * (@rezto)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/legend-nto-showing-on-week-view/#post-12590212)
 * Hi, I did that. I’m defaulting the site to week view. The landing page doesn’t
   show legend until I browse to nect or previous week.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar: Category Colors] Events calendar month view from date picker error](https://wordpress.org/support/topic/events-calendar-month-view-from-date-picker-error/)
 *  Thread Starter [rezto](https://wordpress.org/support/users/rezto/)
 * (@rezto)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/events-calendar-month-view-from-date-picker-error/#post-12175444)
 * Hi,
 * it seems the superpowers don’t work on mobile devices and I get the error like
   we were discussing earlier. Should they work on mobile?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar: Category Colors] Events calendar month view from date picker error](https://wordpress.org/support/topic/events-calendar-month-view-from-date-picker-error/)
 *  Thread Starter [rezto](https://wordpress.org/support/users/rezto/)
 * (@rezto)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/events-calendar-month-view-from-date-picker-error/#post-12149172)
 * Hi Andy,
 * that fixes the problem. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging] date in widget doesn’t change format](https://wordpress.org/support/topic/date-in-widget-doesnt-change-format/)
 *  Thread Starter [rezto](https://wordpress.org/support/users/rezto/)
 * (@rezto)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/date-in-widget-doesnt-change-format/#post-9973816)
 * I found the place where I the date format is. It’s in wp-rss-widget/includes/
   views/view-widget-display.php
 * <?php if ( $show_date || $show_author ): ?>
    <div class=”wprss-w-meta”> <?php
   if ( $show_date ) { $item_date = get_the_time( ‘U’, get_the_ID() ); $item_date
   = ( $item_date === ” )? date(‘U’) : $item_date; $fulldate = date( ‘j.n.Y’, $item_date);
   echo ‘<span class=”wprss-w-date”>’ . $fulldate . ‘</span>’; } $author = get_post_meta(
   get_the_ID(), ‘wprss_item_author’, TRUE ); if ( $show_author && ! empty( $author)){
   echo ‘<span class=”wprss-w-author”>By ‘ . $author . ‘</span>’; } ?> </div> <?
   php endif; ?>
 * Where there’s j.n.Y now was the old format of 4th Jul 18. How can I make this
   change to last over updates?

Viewing 4 replies - 1 through 4 (of 4 total)