• Resolved raizen84

    (@raizen84)


    Hi i believe there is a bug on the file cren_plugin.php at line 296 the filter should be ‘cren_gdpr_checkbox_label’ as described ion your plugin home page and not ‘cren_comment_checkbox_label’

    Also on genesis theme the checkbox shows on the right and is not alligned with the text I’ve fixed it with the following

    <label for=”cren_gdpr” style=”display:block !important”><input id=”cren_gdpr” style=”width:auto; margin-right:7px;” name=”cren_gdpr” type=”checkbox” value=”yes” required=”required”>’ . $label . ‘ ‘ . $privacyPolicy . ‘ <span class=”required”>*</span></label></p>

    adding aastyle=”display:block !important” and style=”width:auto; margin-right:7px;” it works fine

    I’ve tried using the filter on my functions.php because I don’t really want to edit your plugin but it doesn’t work well it does repeat the check box and the privacy policy link

    Maybe you can help me with this?

    Many thanks
    Vincenzo

    • This topic was modified 5 years, 7 months ago by raizen84.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I’ve found a bug’ is closed to new replies.