. .
ShallHelp

×


| Home | home
| Consumers |
| Quote |
| Licensed Professionals |
| Clients |

| EXPLORE |
| Community / Forum |
| Articles / Blogs |
| Members Chat |

| MY ACCOUNT | person
| Sign In or Register |
| Missions |
| Tech Team |

Module: Comments and Leave a Reply

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;
}

:

#CodeSnippets

10 thoughts on “Module: Comments and Leave a Reply

  1. 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.

  2. I’ll work on the “Recent Blog Posts Widget” and “Recent Blog Comments Widget” next. (the margins are annoying the heck out of me!)

  3. 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.

    1. “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.

Comments are closed.