• canoodle2

    (@canoodle2)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter canoodle2

    (@canoodle2)

    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/

    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.