Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1370142

    Hi,

    I have a few changes to the comment function on a blog. The details are all on a screenshot in the Drop box.

    Thanks in advance and many greetings,
    Sabine

    #1370272

    Hey Sabine,

    Thank you for the inquiry.

    You can modify the comment options in the Settings > Discussion panel. If you want to disable the name and email field for example, tick off the Other comment settings > Comment author must fill out name and email checkbox.

    Best regards,
    Ismael

    #1370435

    Hello Ismael,

    I have already done that and still the box: Specify website is displayed. On the screenshot were also 7 other points, to which I have unfortunately not received an answer ….. I would also need please.

    Thank you very much and many greetings
    Sabine

    #1370517

    Hi,

    Thank you for the update.

    To adjust the style of the comment form elements, please add this css code.

    #commentform label {
        position: relative;
        left: 0;
    }
    
    #commentform .comment-form-author {
        float: left;
        margin-right: 10px;
    }
    
    #commentform p.comment-form-cookies-consent label {
        margin-top: -20px;
    }
    
    #commentform .comment-form-cookies-consent input {
        top: 10px;
        position: relative;
    }
    
    #commentform p.form-submit {
        text-align: center;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1370548

    Hi Ismael,

    thank you for the codes. Some changes are already done see screenshot 2 in the dropbox. What is still missing is:

    Point 1: More distance to the comment area
    Point 3: The field for the website is still there, that should be removed
    Point 4: The fields of name and email should go over the whole column width
    Point 8: The sentence “Your comment” should be in the center

    Thanks again for the help and best regards,
    Sabine

    #1370738

    Hi,
    Thanks for your patience, please try this css:

    #top .av-buildercomment .comment_container {
    	padding-top: 30px;
    }
    #top #commentform .comment-form-url {
    	display: none;
    }
    #top #commentform .comment-form-email input, 
    #top #commentform .comment-form-author input {
        width: 358px;
    }
    #top .av-buildercomment h3.miniheading {
    	 text-align: center;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1370774

    Hi Mike,

    thank you soooooo much – it is great and it works perfect. Thank you for helping :)

    Best regards and have an nice day,

    Sabine

    PS. you can close this topic

    #1370779

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘customize the comment function’ is closed to new replies.