The same here, now it is 47 years. There is some wrong code in the file
wp-content/plugins/templatesnext-toolkit/inc/widgets/widget-comments.php
I have resolved it as follows:
1) remove complete line 70:
$comment_date = mysql2date(‘U’, $comment_date);
– or just comment out
2) change line 74 which originally reads:
human_time_diff( $comment_date, current_time(‘timestamp’) ) . ‘ ‘ . __(“ago”, “tx”)
into simple
$comment_date
Then the widget shows the real date when comment posted (not the … ago form).
Then another issue came out that the comment text was beginning on an inappropriate line right behind the date which I solved by introducing an html paragraph section for the comment text:
insert <p> at the end of line 78 which would then read:
<div class=”comment-body”><p>
and insert </p> in the beginning of line 88 which then reads
</p></div>
Hope this helps.
@marsian there is also a bug of incorrect menu behavior on Android smartphones (using Chrome browser) in all your free themes, including the latest i-design! Please see
https://wordpress.org/support/topic/small-screen-menu-is-not-responsive-on-smartphone/
Thnks for pointing out the bug, will try to fix that in next update