Bonaldi
Forum Replies Created
-
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
Forum: Plugins
In reply to: [Captcha for WordPress] Deprecated code with PHP 8.3.3Thanks Marc, I’ll give it a try.
However, I see that the tabs have disappeared and that the menu in WP now has only 2 entries.
Is this normal?
Regards.Forum: Plugins
In reply to: [Extra Product Options Builder for WooCommerce] Missing Number icon<div class="RNIconOrImage" style="width: 100%; display: flex; align-items: center; justify-content: center; height: 100%; color: rgb(191, 191, 191); font-size: 18px;"> <svg fill="currentColor" style="height: 1em;" viewBox=""> <path></path> </svg> </div>
Forum: Plugins
In reply to: [Captcha for WordPress] Translatable stringsMarc.
For translations to work, you need to replace the text-domain in the plugin:captcha-for-contact-form-7
instead off12-cf7-captcha
Forum: Plugins
In reply to: [Captcha for WordPress] Translatable stringsI can confirm: it works with a translation file integrated directly into the plugin, but there is a textdomain problem with Translate on wp.org.
Forum: Plugins
In reply to: [MapPress Maps for WordPress] Backend empty pagesSorry, my fault, bad ftp transfert. Works like a charm.
Forum: Plugins
In reply to: [La Sentinelle antispam] Possible ImprovementHi,
The wp-login UI seems to be impacted by this rule. I suggest adding this:
#loginform .la-sentinelle-container { max-height: 0; }
Forum: Plugins
In reply to: [MapPress Maps for WordPress] v. 2.85.3 behaviourThanks.
Forum: Plugins
In reply to: [MapPress Maps for WordPress] v. 2.85.3 behaviourI have already done the tests:
I made the French translations on translate, they download well in the folder wp-content/languages/plugins/, but it does not translate.
I put the files in the languages folder of the plugin and it doesn’t translate either.
Hi,
This notice appears on my sites also.Forum: Plugins
In reply to: [MapPress Maps for WordPress] TranslationDone !