• Resolved greatdee

    (@greatdee)


    Like in the tittle, I wrote custom text to show with the checkbox, but it’s only showing the checkbox not the text. How to fix that?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • This is an issue with your theme styling.

    #commentform p.wpgdprc-checkbox label {
        display: inline-block;
    }
    Thread Starter greatdee

    (@greatdee)

    Ok, thanks, now it works, but now I have 2 checkboxes. First one is empty – with no text, and the second one is the one I want

    The second one is not generated by our plugin. Please contact your theme developer for any assistance regarding the styling.

    Let me know if you have any further questions.

    Thread Starter greatdee

    (@greatdee)

    hmm, the second one is generated by your plugin ’cause it shows the exact same text as I typed in your plugin. But what about the first one? I’m pretty sure it also comes from your plugin ’cause I don’t use any other and it showed up the second I activated the plugin

    I meant the second one not showing. Not visually the second checkbox. The checkbox not showing correctly is a WordPress Core functionality. It has been added in (one of) the latest releases of WordPress.

    Also, don’t get me wrong, but I’m getting a little bit annoyed when I’m told something is in fact a functionality within our plugin. I’m the author of this plugin. I can assure you I know what’s built in and what’s not.

    Since I’m a nice guy I’ll help you out to fix the issue with the checkbox not showing correctly right now:

    #commentform p.comment-form-cookies-consent label {
        display: inline;
    }

    Further questions about something other than our plugin will not be addressed.

    Thread Starter greatdee

    (@greatdee)

    Thank you, but no need to be mean. I’m not a plugin developer so I try to give you as much information as I could even if I’m not always correct. I have several sites and this checkbox showed up only on this one, that’s why I assumed it’s connected to your plugin…

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

The topic ‘Plugin doesn’t show the text, only checkbox’ is closed to new replies.