• Resolved LarsHe

    (@larshe)


    I miss the text in my comments? The checkbox will be shown
    Check the example under my comment field https://www.lars-fotoblog.de/big-waves-von-nazare/

    Here you’ll find an excerpt of my code:

    comment_field’ => ‘<label class=”label-message”></label><textarea name=”comment” cols=”45″ rows=”5″ placeholder=”‘ . esc_html__(‘Was denkst Du dazu?’, ‘fliper’) . ‘” id=”comment-message” class=”form_field”></textarea>’,
    ‘comment_form_before’ => ”,
    ‘comment_form_after’ => ”,
    ‘must_log_in’ => esc_html__(‘Bitte log Dich ein, um ein Kommentar zu hinterlassen’, ‘fliper’),
    ‘title_reply’ => esc_html__(‘Kommentar hinterlassen’, ‘fliper’),
    ‘label_submit’ => esc_html__(‘Absenden’, ‘fliper’),
    ‘logged_in_as’ => ‘<p class=”logged-in-as”>’ . esc_html__(‘Angemeldet als’, ‘fliper’) . ‘ ‘ . $user_identity . ‘. ‘ . esc_html__(‘Benutzernamen wechseln?’, ‘fliper’) . ‘</p>’,
    );
    comment_form($comment_form, $post->ID);

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Are you sure you have the WordPress Comments integration enabled?

    The checkbox that’s currently visible is not made by our plugin and has something to do with newsletter subscriptions. See the following image: https://imgur.com/a/my5Cu

    Please make sure you have the comments integration enabled. (WordPress backend => Tools => WP GDPR Compliance)

    Thread Starter LarsHe

    (@larshe)

    Yes it is enabled. If I disable thes option, the checkbox disapear.
    (I disable it right now).

    I dont’t talk about the mailchimp option in the footer, I only talk about the checkbox under my comment textfiled.

    I used the current version with the update 29th march

    Thread Starter LarsHe

    (@larshe)

    @donnyoexman

    I deleted the app who was using for the comment subscription and I cleared the cash.

    If I turn on your GDRP Plugin. The checkbox will be shown again without text.

    Thread Starter LarsHe

    (@larshe)

    @donnyoexman

    Could you check that again? I’m waiting for a feedback and I don’t know what the issue is?

    Thanks for your support

    Lars

    Thread Starter LarsHe

    (@larshe)

    @donnyoexman

    Think that you forgot my request. I asked the develope rof my wp template too but it seems that you plugin will not run. I only mss the text

    Please enable it again so I can take a look today. Don’t forget to tag me once you do, so I get an email notification.

    Thread Starter LarsHe

    (@larshe)

    Hi @donnyoexman,

    the Plugin is enable dright now

    Thanks

    Lars

    It’s a styling problem of your theme. See the following image:
    https://imgur.com/a/qfMRv

    This styling means it forces a font size of 0 pixels, which means you won’t see the text. Just remove this styling and it should work just fine, as seen in this image: https://imgur.com/a/hfmGH

    Thread Starter LarsHe

    (@larshe)

    @donnyoexmann

    thanks for his adivse. Is that the correct code?

    }
    <!–
    #commentform,#commentform label {
    font-size:0;
    line-height:0;
    }
    –>`
    /* page pagination *

    Thread Starter LarsHe

    (@larshe)

    Thanks..it works 😉

    No worries! If you have any further questions, please create a new support ticket. Will be closing this one! 😉

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Text ist missing on comments’ is closed to new replies.