Bonaldi
Forum Replies Created
-
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackHi Marc,
Fully translated in French!
There still seems to be a translation problem with some strings (see screenshot).
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackAbout template-1, I think it would be great to chose the reload button color with images above, because blue isn’t always adapted to UI.
Regards.
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackDone.
Our template resolve label duplication on template-0 and improve display using flexbox and others.
Somme others small modifications done in code, you can make a diff with actual version ti see it.
Regards.
Forum: Plugins
In reply to: [Captcha for WordPress] math captcha cannot be resolvedHi,
Try to delete Captcha/Honeypot shortcode in CF7 form, it could solve your problem.
Regards.
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackHi Marc.
- Do you plan to fix previous points?
- Are you interested in the changes/additions I made to the latest version?
Like for example an additional template because the current ones break the UI of my sites.
If so, tell me how I can send you the modified files.
Regards.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Multiple errors on Complianz (WP-CRON)Hi,
I have the same type of problem with mPDF in my logs and I’m using PHP 8.3: maybe you should update the version, even if it’s not the cause of chartnet’s problem.
And who knows, it might solve the problem.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Multiple errors on Complianz (WP-CRON)Hi,
It seems that actual version mPDF 8.1.3 in Complianz isn’t supported with PHP 8.3.
PHP 8.3
is supported as ofmPDF v8.2.1
Regards.
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackHi Marc,
Something seems to be wrong with some translations.Regards.
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackHi,
Inputs are not wide enough and are truncated on some screens.
Regards.
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackui/controller/UI_Dashboard.php, lines 471 and 486: in frontend apostrophes ‘ becomes \’
And after backend registration.
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackHello Marc
Good job.
Missing escaping/stripslash in new captcha inputs, I get backslashes before apostrophes.
Regards
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackPersonally, I think it would be wiser to put the reload image under the input.
When the CF7 form is wrapped with “flex-direction: column”, as it already has a hard-coded 5px margin (core/protection/captcha/CaptchaGenerator.class.php, line 89) at the top and no space at the bottom: so it actually fits the input.Or add a margin at the bottom too.
And add “text-align: center” for image.
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackI note also an empty div in the wrapper and don’t know how to add a class name:
<div class="">
<label> CAPTCHA : <span class="captcha-calculation">5 + 3 = ?</span> <a href="javascript:void(0);" class="cf7 captcha-reload" title="Reload CAPTCHA"><img decoding="async" style="margin-top:5px;" src="https://localhost/wp/wp-content/plugins/captcha-for-contact-form-7/core/assets/reload-icon.png" alt="Reload"></a></label><input class="f12c " data-method="math" captchamethod="math" tabindex="" step="" aria-required="true" aria-invalid="false" placeholder="?" value="" type="text" name="f12_captcha-101" id="c_f8f1c011d71920ddeda5">
</div>I note also a space at the end of the input class name:
class="f12c "
Forum: Plugins
In reply to: [Captcha for WordPress] Debug feedbackHello
When you built a form in CF7, you was able to add some items like the placeholder here:
[f12_captcha f12_captcha-101 class:captchaf12 id:captchaf12 captcha:math placeholder"?"]
Forum: Plugins
In reply to: [Captcha for WordPress] Deprecated code with PHP 8.3.3With PHP 8.3.8, I got this message when I activated the plugin:
Warning: Undefined array key "protection_wordpress_comments_enable" in /var/www/wp/wp-content/plugins/captcha-for-contact-form-7/ui/controller/UI_Dashboard.php on line 442