[Resolved] How to add comment box

Home Forums Support [Resolved] How to add comment box

Home Forums Support How to add comment box

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1828139
    Taslim

    Hi, I Want to add a comment box like this https://imgur.com/ipNnf12 . Is it possible?
    If possible then can you please tell me how?

    #1828557
    David
    Staff
    Customer Support

    Hi there,

    its possible to inline the 3 fields but adding the icons would require custom development as it would involve editing the WP Comments form template.

    #1833186
    Taslim

    Ops, I Don’t have any knowledge custom development, How can I Make Similar Types Of Comment Box?

    #1833728
    Ying
    Staff
    Customer Support

    Hi Taslim,

    To align the 3 fields in 1 line, try this CSS:

    .single-post form#commentform {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .single-post form#commentform > p.comment-form-comment {
        width: 100%;
    }
    .single-post form#commentform > *:not(p) {
        width: 30%;
    }
    #1833968
    Taslim

    Hello, Ying,
    It Didn’t work when I add this CSS in additional CSS and published the comment box as same as before.

    #1834004
    Ying
    Staff
    Customer Support

    Have you tried clear cache after the change’s made?

    If yes, then could you link me to your site and have cache plugin deactivated?

    #1835114
    Taslim

    I Don’t have any cache plugins

    #1835123
    Ying
    Staff
    Customer Support

    Could you link me to an actual post?

    All the archive page links in the menu are empty.

    Let me know πŸ™‚

    #1835134
    Taslim

    Okay

    #1835173
    Ying
    Staff
    Customer Support

    The 3 fields are in 1 line, I’m confused… Isn’t it what you see?
    https://www.screencast.com/t/jqDsavhR

    If not, clear your browser cache.

    Let me know if I miss anything πŸ™‚

    #1835184
    Taslim

    Yeah, Yeah, I see, Thanks Ying!

    #1835301
    Ying
    Staff
    Customer Support

    No problem πŸ™‚

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.