Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #500790

    Hi Enfold Team!

    The way the comments are set up is that I can only leave another comment and not reply to a specific comment. Is there a way to enable this or some code that can activate this capability? Thank you so much!

    #500935

    Hey youkendooit!

    Can you please elaborate? You can actually reply to comments by default – http://i.imgur.com/UWBwIuO.png

    Regards,
    Yigit

    #501275

    Mine does not for some reason :/ I would like for mine to have the same capabilities as the website i’ve included in the private content (with replies and not having to register but just entering name, email, and comment.) Thanks!

    #501448

    Hi!

    Please go to Settings > Discussions panel then disable the following options:

    Users must be registered and logged in to comment
    Comment must be manually approved
    Comment author must have a previously approved comment

    You can also disable the “Comment author must fill out name and e-mail ” option but the first three disabled options should enable users to comment without the need to login.

    Regards,
    Ismael

    #501491

    Perfect! Last thing I need is to be able to put “(will not be published)” next to the “Email” label of the field. Any idea on how I can add that in?

    #501493

    Oh and also how to show the checkbox to sign up for email notifications if someone responds to the comment/reply. Thank you!

    #501556

    Hey!

    Please add following code to Quick CSS in Enfold t heme options under General Styling tab

    .comment-form-email label:after {
        content: ' ( Will not be published )';
    }

    Cheers!
    Yigit

    #501860

    Thanks that added the text!

    When attempting to leave a reply to a comment, the form that shows up moves the “required asterisk” to the next line like so:

    Name
    *

    Email
    *

    Any idea on how to fix it?

    Also how can I enable the checkbox to sign up for email notifications if someone responds to the comment/reply? Thank you SO much!

    #501955

    Hey!

    I tried to post a comment in order to check the issue but I got this:

    Access Denied
    This site is protected by the Stop Spammer Registrations Plugin.

    Best regards,
    Ismael

    #502157

    Oh sorry that happened. I just deactivated it so if you can give it one more shot that’d be great. Below is my message with what is going on:

    When attempting to leave a reply to a comment, the form that shows up moves the “required asterisk” to the next line like so:

    Name
    *

    Email
    *

    Any idea on how to fix it?

    Also how can I enable the checkbox to sign up for email notifications if someone responds to the comment/reply? Thank you SO much!

    #502453

    Hi!

    I tried to add a comment here but I can’t see the “asterisk” issue: http://brandambassadorworld.com/how-being-a-brand-ambassador-adds-years-to-your-life/#comment-68

    Is this happening right after you post a comment?

    Best regards,
    Ismael

    #502489

    If you’re logged out of your wordpress account and then try to REPLY to a comment, the asterisk issue arises.

    Also is there a way to enble the checkbox to sign up for email notifications if someone responds to the comment/reply?

    Thanks team!

    #502505

    Hey!

    I’m not logged in when I post the comment. Check the link above. Look for “Test”. Regarding the notification, there is no default option for that so you will have to use a plugin like this: https://wordpress.org/plugins/send-email-only-on-reply-to-my-comment/

    EDIT: I can see the issue now. Please use this in the Quick CSS field:

    .comment-respond .required {
        display: none !important;
    }
    
    .comment-respond label:after {
        content: ' *';
    }

    Regards,
    Ismael

    #502524

    Thanks for the plug in advice.

    The code didn’t work unfortunately. Any other ideas?

    #502929

    Hi!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it? :)

    Regards,
    Yigit

    #505895

    Here you go. Thank you!

    #506277

    Hey!

    The css codes are actually working. Please remove browser cache or hard refresh the page.

    Best regards,
    Ismael

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