• Resolved bork93

    (@bork93)


    The submit or post button that allows users to publish their comment does not appear underneath the comment form.

    I have read several topics here about the submit button and I also read this article: https://wpdiscuz.com/community/postid/5967/

    Still, I am having troubles resolving this issue.

    • This topic was modified 3 years, 4 months ago by bork93.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @bork93,

    This is a CSS conflict with the other plugins or the active theme. Please watch this video: https://www.screencast.com/t/g5YiZ1YXMq

    The CSS code below will help you to solve the issue:

    #wpdcom input[type="submit"]{
        display:block !important;
    }

    Put the code in the Top Admin Bar > Customize > Additional CSS > “Additional CSS” textarea, save it, delete all caches and check again.

    Thread Starter bork93

    (@bork93)

    Thank you for replying so quickly.

    Unfortunately, that piece of code did nothing.

    Plugin Support gVectors Support

    (@gvectorssupport)

    Please delete all kind of caches (website, wpDiscuz, browser) and purge CDN / CSS /JS minifications before checking.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Submit button not appearing under comment form’ is closed to new replies.