This is an issue with your theme styling.
#commentform p.wpgdprc-checkbox label {
display: inline-block;
}
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.
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.
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…