I added the CSS Codes below: (when you are copy pasting code, remember to “Paste as Plain Text” :
/* Blog Post Comments – Author Comment Spacing*/
ol.comment-list {
margin-top:0.5em;
padding-bottom:0em;
margin-left:0.25em;
margin-right:0.25em;
border-style: groove;
border: 1px solid #F2F7FC;
border-top:0em;
border-right:0em;
}
/* Blog Post Comments – Author Comment Content*/
div.comment-content {
border: 2px solid #F2F7FC;
border-radius: 8px;align-content
background-color: whitesmoke;
}
/* Blog Post Comments – Reply button*/
div.reply {
margin-top:1em;
margin-bottom:1em;
background-color: whitesmoke;
text-align: center;
}
/* Blog Post Comments – Leave a Reply Title */
h3#reply-title.comment-reply-title {
margin-top:1em;
}
8/13/2020 update: code changed to (there is a line that displays at the bottom, so the code change below removed it):
/* Blog Post Comments – Author Comment Spacing*/
ol.comment-list {
margin-top:0.5em;
padding-bottom:0em;
margin-left:0.25em;
margin-right:0.25em;
border-style: groove;
border: 2px solid #0099CC;
border-top:0em;
border-right:0em;
border-bottom:1em;
}
:
Updated: 8/14/2020 2:32 p.m. to include the following links:
Module: Comments and Leave a Reply
Session: Aug 12 2020, Wednesday
Module: Chat Icon on the Bottom Right of the Screen
Module: Recent Blog Posts Widget
Module: Recent Blog Comments Widget
#CodeSnippets
For this post: I changed the following:
1) Discussion Settings: Default post settings
Allow people to submit comments on new posts
2) Discussion Settings: Other comment settings
Automatically close comments on posts older than 7 days.
3) All Posts Settings: And on this specific post, I did a Quick Edit, and then selected the “Allow Comments” box.
So this specific post will automatically close 7 days from publication.
Test reply to CW
I’ll work on the “Recent Blog Posts Widget” and “Recent Blog Comments Widget” next. (the margins are annoying the heck out of me!)
Looks much better now!
I created a new session post so I can copy our chat session there too.
/session-aug-12-2020-wednesday/
Test reply to DBA
This Section “Module: Comments and Leave a Reply” is now marked as updated and resolved.
Read. (no more Like buttons?). Also can we check what happens now when someone “posts a comment” and when someone hits the “Reply” button to someone else’s comments?
DBA & Cris, I sent you a “test reply”, please check your emails on what gets sent out, and whose “from” email appears. Any hacker spammer can use the “from” message to spam our blog subscribers.
“Read. (no more Like buttons?). ”
– we can use “Red” instead.
“can we check what happens now when someone “posts a comment” and when someone hits the “Reply” button to someone else’s comments?”
– I just Replied to you. You can test it too and then post here what your findings are. =) DBA and I are working on different modules at the moment.
– Also to “ALL Admins” – always check the Moderation Q on the “Comments” in the Back Office. With the WP current update version, and the Spam plugins and other plugins not able to catch up with the WP Core Updates, even Admins are getting moderated.
I didn’t receive an email notification. I got a ton from the Forum Replies though.