reveritas
Forum Replies Created
-
Forum: Plugins
In reply to: [hCaptcha for WP] Ninja Form BugNevermind, it works! Turns out I just needed to re-create the hCaptcha field in the form after toggling on “Force hCaptcha”. Then the popup works on submit even when hCaptcha is set to invisible.
Forum: Plugins
In reply to: [hCaptcha for WP] Ninja Form BugJust chiming in here to say that version 4.6.0 also did not work with Ninja Forms for me, when submitting a form the Captcha showed as not completed, even though it was. The new version you provided fixed the issue, however I can report another (less severe) bug.
With version 4.6.0, when the “Force hCaptcha” option was checked, the Captcha solver was triggered when submitting the form. With your version 4.7.0-RC2, this no longer works. When clicking on submit and the Captcha has not been solved, it is validated and shown as not completed instead of triggering the solver. So essentially the “Force hCaptcha” option no longer works.
Thanks so much for the link, it seems to work great. However it has the same limitation as the upcoming WP 6.6 feature, which is that it is only implemented for some basic blocks, while I am using mostly Stackable blocks. I tried adding the Stackable blocks to the CORE_SYNCING_SUPPORTED_BLOCKS object, but that is clearly not enough to get it to work. If there is no easy way to implement it myself for third-party blocks, I will either switch to the basic blocks for these specific instances where I need overrides and style them to look exactly like my Stackable buttons, or I will try out the Pro version and only use custom CSS for overrides. I love what you’ve done with this plugin and I think you’ve already bridged a huge gap between the WP block editor and custom PHP code that is completely missing in all other plugins.
Hello @mr2p,
Thank you very much for your response. I am looking forward to trying out this feature to see if it fits my needs. As for the Pro ‘Manage Stylesheets’ feature, it was my understanding that it functions the same as the normal styling options, but with complete custom CSS for advanced styling. But is it indeed a synced option compared to the normal block editor styling? E.g. if I create a button with placeholder text, use this custom block in a post and replace the placeholder with the real text, then adjust the custom CSS with the ‘Manage Stylesheets’ and publish the custom block button again with the placeholder text, the button in my post will have the updated styling but still contain the real text?