Title: MISSING COMMENT BUTTON
Last modified: February 19, 2018

---

# MISSING COMMENT BUTTON

 *  [canoodle2](https://wordpress.org/support/users/canoodle2/)
 * (@canoodle2)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/missing-comment-button-2/)
 * the comment button was set to display: none;
 *     ```
       LINE 230: vim ./wp-content/plugins/wp-gnusocial/includes/wp-gnusocial-klaso.php
   
         public function komento_butono() {
               global $post;
               if (!(get_post_meta( $post->ID, 'wpgs_conversation_id', true ) == '') ) {
                   echo "<style>";
                       echo ".form-submit {";
       #                echo "display: none;";
                       echo "}";
                   echo "</style>";
               }
           }
       ```
   
 * why is that?
 * this is bug.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmissing-comment-button-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [canoodle2](https://wordpress.org/support/users/canoodle2/)
 * (@canoodle2)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/missing-comment-button-2/#post-9991558)
 * first of all: thanks for the cool plugin.
 * i am not sure if other people are having this issue as well…
 * it is a combination of things: (r-clicking the comment text area with firefox“
   inspect element” and knowing some html and css clearly helps)
 * happened with:
 * CWP RobiVersion: 1.1.1
    Von codeinwp
 * which also had:
 *     ```
       #commentform p {
           width: 615px;
           margin-bottom: 15px;
           overflow: hidden;
       }
       ```
   
 * which in combination with this plugin:
 * [https://bestwebsoft.com/products/wordpress/plugins/google-captcha/](https://bestwebsoft.com/products/wordpress/plugins/google-captcha/)
 * caused the “submit comment” button to be hidden/invisible.
 * it was still possible to submit comment while being in a textbox and pressing
   enter though 😀

Viewing 1 replies (of 1 total)

The topic ‘MISSING COMMENT BUTTON’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-gnusocial_e0e9ec.svg)
 * [WP-GNU social](https://wordpress.org/plugins/wp-gnusocial/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-gnusocial/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-gnusocial/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-gnusocial/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-gnusocial/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [canoodle2](https://wordpress.org/support/users/canoodle2/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/missing-comment-button-2/#post-9991558)
 * Status: not resolved