Guy
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Jetpack forms support?I’ve opened a pull request with support for Jetpack Forms
Thank you, it works.
Forum: Plugins
In reply to: [Simple CAPTCHA Alternative with Cloudflare Turnstile] Jetpack forms support?Thanks, I started working on adding support for it. I got it to properly display the captcha and check it upon form submission. The UI doesn’t indicate nicely if you failed to pass the turnstile. I’ll send a pull request once I get it more polished.
btw I think there is a bug in inc/turnstille.php. The function cfturnstile_disable_button_styles is intended to be called with $button_id, but the action parameter is actually $unique_id.Forum: Plugins
In reply to: [SyntaxHighlighter Evolved] Wrong code escapedI experience the same issue using version 3.3.2 of the plugin and WordPress 4.9.8. This issue with the combination of markdown and this plugin has been plaguing me with no solution for quite a long time.
I would gladly help with anything needed to debug it.Forum: Everything else WordPress
In reply to: Incremental/Differential/Versioned Backup for WordPressIf you want a solution which you completely control, I’ve outlined how to do incremental wordpress backups. It makes incremental backups of both database and files, and it can be encrypted to. Backups can be done to virtually any backend.