- This topic has 33 replies, 4 voices, and was last updated 4 years, 5 months ago by
Elvin.
-
AuthorPosts
-
February 22, 2021 at 9:52 am #1668080
Tom
Lead DeveloperLead DeveloperCorrect – I’ll be sure to filter the entire output so both things are possible.
February 22, 2021 at 11:05 am #1668168Jesse
That would be amazing! Thanks so much!!
Best regards,
JesseMarch 31, 2021 at 3:43 pm #1717202Jesse
Hello Tom,
Just wanted to check in and see if there is an updated ETA on v3.1.0?
Best regards,
JesseMarch 31, 2021 at 6:11 pm #1717282Elvin
StaffCustomer SupportHi Jesse,
It’s still in active development but Tom has yet to give an ETA.
You can monitor its activities if you like though. The github page is public. 🙂
https://github.com/tomusborne/generatepress/tree/release/3.1.0April 27, 2021 at 2:48 pm #1751573Jesse
Hello,
I see the theme was updated to v3.0.3 today. Is it possible now to completely remove (not hide) the comment date and time stamp via filters as Tom mentioned here would be available in v3.1? Not sure if that capability was added to today’s release or if I need to keep waiting.
Best regards,
JesseApril 27, 2021 at 6:41 pm #1751777Elvin
StaffCustomer SupportHi there,
There’s no release for the theme today. Perhaps what you saw is the GP Premium 2.0 official release.
As for the filter in question:
This isn’t implemented yet. There may have been delays to fast-track the release of GP Premium 2.0.
I’ll follow this up with Tom and see if he has any updates for this he’s yet to push on the github page.
April 27, 2021 at 6:44 pm #1751781Jesse
Hi Elvin,
Yes, it was the GP Premium update that I was referring to today.
Any updates you can provide on ETA for the theme update would be great!
Best regards,
JesseApril 27, 2021 at 7:55 pm #1751836Elvin
StaffCustomer SupportTom has yet to give out any ETAs for 3.1.
I’ll make sure to reply to this thread once I get any word from Tom. 🙂
April 29, 2021 at 11:30 am #1756192Tom
Lead DeveloperLead Developer3.1 is next on the list, we’ll be sure to get this filter added 🙂
October 26, 2021 at 6:40 pm #1977022Jesse
Hi Tom,
I see there was an update today! (I have been waiting for a long time lol)
Did this update happen to include the filter that was mentioned here: https://generatepress.com/forums/topic/remove-comment-date-and-time-using-comments-php/#post-1665933
Best regards,
JesseOctober 26, 2021 at 7:47 pm #1977068Elvin
StaffCustomer SupportHi Jesse,
You can see the direct changes here – https://github.com/tomusborne/generatepress/blob/master/inc/structure/comments.php
Which is in the changelog – https://generatepress.com/generatepress-3-1-global-colors-dynamic-typography/
New: generate_after_comment_author_name hook New: generate_show_comment_entry_meta filterNow that there’s a condition, we can filter it to false so it doesn’t display.
October 28, 2021 at 4:57 pm #1981458Jesse
Thanks, Elvin. I added this filter, but it doesn’t seem to be doing anything. Did I use the correct format? The comment date and timestamps are still there.
add_filter( 'generate_show_comment_entry_meta', '__return_false' );Best,
JesseOctober 28, 2021 at 5:00 pm #1981462Elvin
StaffCustomer SupportCan you confirm you’re using the latest update of GP Premium?
The exact same code works on my end. See this sample post – https://dev-generate-press.pantheonsite.io/quasi-nostrum-dolor-voluptatibus/#comment-4
You can see that the commenter doesn’t have any entry meta underneath – https://share.getcloudapp.com/8Lu9rox6
October 28, 2021 at 5:07 pm #1981469Jesse
Yes, I just updated to version 2.1.1 which appears to be the latest version. I deleted the filter and then added it again via the Snippets plugin, but still no luck. I’m still seeing the date and timestamps on each comment. I also made sure to clear my cache.
Best,
JesseOctober 28, 2021 at 5:48 pm #1981498Elvin
StaffCustomer SupportThis fix is applied to the theme itself so it’s the theme that should be updated.
This is applied on GeneratePress 3.1.0. 😀
-
AuthorPosts
- You must be logged in to reply to this topic.