falondrian
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Sender email blacklistThanks a lot, I will try the disallowed list. However, Captchas are indeed in conflict with the GDPR because they are not hosted locally. For any third party that I want the user to contact (in this case google) I would need a consent. If you value mozillas observatory suggestions, loading data from other domains is prohibited anyways via http security headers.
Forum: Plugins
In reply to: [Shariff Wrapper] Integration der WhatsApp-Alternative “Signal”/signed, need Signal! ??
Forum: Plugins
In reply to: [Contextual Related Posts] Polylang support for Output tabThank you!
Forum: Plugins
In reply to: [W3 Total Cache] WOFF and WOFF2 Font Missing Cache-ControlHello Marko,
thanks for the reply, however, I am not quite convinced. I have a 100% repro rate (= not very rare) and it is only happening with fonts (except for one font per folder). I suspect it has to do with the way that W3 puts the objects in the S3 bucket, probably some batched operation that isn’t 100% supported by S3 – my assumption is it successfully puts the entire batch in the bucket but sets the meta data only on the first object of the batch.
Forum: Plugins
In reply to: [Yoast SEO] Fallback size for custom social media image filtersHello suwash,
well kind of, I had to replace my two lines of code by 100 (!) lines to solve my issue by using custom presenters. I would be much happier if you could forward my request to your developers as a bug report because it really is not a good default behavior (after a fix I could go back to my 2 lines). Technically the real issue is how yoast selects the correct image attachment which is really not very sophisticated. If yoast selected the right attachment by its size (facebook 1200×630, twitter 1024×512 for large card) I wouldn’t need any custom code at all.
Forum: Plugins
In reply to: [W3 Total Cache] WOFF and WOFF2 Font Missing Cache-ControlHello, I have the same issue. I uploaded” wp-content/fonts/*.woff2″ via custom files list to S3. All fonts are missing the cache control header, EXCEPT for one font in the bucket, very strange behavior. I could verify the same behavior with another folder that has two fonts – one of the fonts has the header, the other doesn’t.
Forum: Plugins
In reply to: [Contextual Related Posts] Polylang support for Output tabExample:
– Click List Building -> Subscription Form Fields in Newsletter Plugin top bar
– Set polylang language in admin bar to language 1
– Enter field labels
– Switch polylang language in admin bar to language 2
– Now you can enter different labels for language 2Forum: Plugins
In reply to: [Contextual Related Posts] Polylang support for Output tabHello, thanks a lot! An example is WP Newsletter: https://www.ads-software.com/plugins/newsletter/
Hello, thanks for the fast reply. Unfortunately no debug error is printed. The plugin indeed calls wp_update_attachment_metadata in yoimages/vendor/sirulli/yoimages-crop/inc/image-editor.php (130)
Forum: Plugins
In reply to: [EWWW Image Optimizer] Update thumbnail on CDNThanks for the info, I’ll ask their support. I have Object Versioning enabled in Offload Media, so to my understanding updating files shouldn’t be an issue.