Jörn Lund

Results 57 comments of Jörn Lund

Hi, I just quick-checked the custom contacts form plugin and noticed that it comes with its own recaptcha integration. My plugin is not involved here. (You would just need to...

@SamReciter the plugin hooks into `comment_form_defaults` filter with priority 10. If you hook into the same filter a little earlier (like `add_filter('comment_form_defaults','something',9);`), the captcha should be there again.

Hi, thanks for the proposals! It motivated me to get back to this plugin after quite some time. Just some notes: 1. I added the handle sideload filter, but I...

2.1.3 will come with a toggle option in the toolbar, allowing you to completely disable pasting.

Unfortuneatly I can only test in chrome for mac. The fix was basically adding `-webkit-transform: translateZ(0);` to the container element. What happens if you remove the vendor prefix in dev...

Yes. On webkit it is `fixed` to the viewport coordinate system not the container's. The `transform: translateZ(0)` css rule should establish a seperate coordinate system on the container (`.dropzone .gallery-main`)...

see #17 and https://github.com/mcguffin/acf-dropzone?tab=readme-ov-file#plugin-api