• Resolved osseonews

    (@osseonews)


    This is an excellent plugin, but the design of the actual comment form and position, is not user friendly. A few questions:

    1. How do we get rid of the captcha in the comment form? We use akismet, so a captcha is really no necessary and the captcha doesn’t even work well.

    2. How do we move the comment form to the bottom of the comments? Virtually no websites show a comment form above the comments and very few internet users are used to such an order. We couldn’t even figure out how to comment initially.

    3. How do we set it up so that the comment form is actually fully open on page load, instead of closed, until you click on the actual comment box. The reason for this, is once again, that the format is not something most users are used to. Again we couldn’t even figure out how to comment when we first installed this.

    4. How do we reposition the “Notify of” subscription box and/or provide instructions for this box? Also, how do we disable this “Notify of” if we don’t want it. It’s entirely not clear to users what this for and the position on the page is very confusing.

    • This topic was modified 7 years, 1 month ago by osseonews.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Dear osseonews,
    Thank You for using wpDiscuz.

    1.You can disable captcha from comment form.

    • Please navigate to Dashboard > Comment > Forms admin page.
    • Then edit the Default form.
    • Click on edit CODE(CAPTCHA)
    • Uncheck “Show for guests” and “Show for logged in users” options.

    2. I’m really sorry but there is no way to move comment form to bottom.

    3. This can be done by using the custom CSS code.
    Just navigate to Dashboard > Comment > Settings > Styling tab admin page. Add following code in “Custom CSS Code” area.

    #wpcomm .wc-form-footer {
       display: block !important;
    }

    4. This also can be done by using the custom CSS code, but there is no way to change position of “Notify of” subscription box from wpDiscuz settings., However You can disable “Notify of” subscription box. Navigate to Dashboard > Comment > Forms admin page. Check “No” in “Enable subscription bar” option.

    Thread Starter osseonews

    (@osseonews)

    Thank you. This is very helpful. One other question: In the comment form, the default text says: “Join the discussion” before a user clicks on the comment box – how do we change this text? Is there a filter for this?

    Thread Starter osseonews

    (@osseonews)

    You can ignore this question. I see you have a phrases section in the plugin. sorry i missed that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘re: comment form’ is closed to new replies.