polyfade
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Turnstile errorsIn fact, when you visit Cloudflare’s own login page https://dash.cloudflare.com/login, inspecting the page, you can see the same exact JS errors.
Forum: Plugins
In reply to: [Contact Form 7] Turnstile errors@takayukister
https://laurawesterlaw.com/
The errors seem to be on Cloudflare’s challenges script.Failed to load resource: the server responded with a status of 401 ()
Note that 'script-src' was not explicitly set, so 'default-src' is used as a fallback.For my Turnstile settings, I chose Widget Mode: Managed and Opt for Pre-Clearance: No
@mayy3321 The errors persist even using a different Cloudflare Turnstile supported plugin.- This reply was modified 6 months, 2 weeks ago by polyfade.
Forum: Plugins
In reply to: [hCaptcha for WP] Performance killer@kaggdesign Unfortunately, neither option was better than the default. Option 1 seemed to return worse results when changing -100 to 0.
I realize calling 3rd-party assets could result in this kind of performance hit on slower connections. You’re already using a dns prefetch call, so I’m not sure what could be improved.
Using Lighthouse compared to PageSpeed Insights also returns very different results even though they both use a simulated slow 4G connection. So, neither seem to be reliable for simulated testing.
Forum: Plugins
In reply to: [hCaptcha for WP] Performance killerURL should not be malicious, and secure:
Forum: Plugins
In reply to: [hCaptcha for WP] Performance killerWith hcaptcha

Without hcaptcha
Forum: Plugins
In reply to: [hCaptcha for WP] Performance killer@kaggdesign The links go directly to each image file hosted on CloudUp.com – a service Matt Mullenweg also owns. What do you mean by malicious? When I attempt to open either link with only
http, it just redirects to thehttpsversion. If I copy/paste or click on my links I posted above, it takes me to the image. Does your browser contain malware?https://cldup.com/-8JaqEN5a3.webphttps://cldup.com/dJbh0sYysm.webp
Forum: Plugins
In reply to: [hCaptcha for WP] Performance killerTypically, I use the hcaptcha plugin, and gtag for tracking analytics and ads.
However, I performed Google Pagespeed Insights mobile simulated tests with gtag and hcaptcha both disabled, and performance is ~97%. See screenshot
With hcaptcha enabled, but gtag disabled, performance is ~50%. See screenshot
With only gtag enabled, and hcaptcha disabled, performance is ~80%.Forum: Developing with WordPress
In reply to: Remove the figure margin styleWhen using
@layer, the only way I’ve found around this is to dequeue theglobal-styles, and manually add them back into the theme with a lower layer of specificity. This isn’t ideal, but that’s where I’m at.Forum: Developing with WordPress
In reply to: Remove the figure margin styleI also don’t even know if it’s coming from core/image either. All I know, it’s in wp-block-library stylesheet – which I still need. Otherwise, I’d unregister it.
Forum: Developing with WordPress
In reply to: Remove the figure margin style@threadi No, that will not work because I’m using a design system with
@layer. And since WP’s style is placed outside the layer in the cascade, it will always override my styles.Adding
0to the top in the theme.json also won’t work because, again, the cascade.I’m using the “owl” selector (
.flow > * + *) to address my child element’s margins. So adding0is a non-starter.Thanks! The Product Bundle with the “optional” option almost gets me there. But, it seems deceptive to the customer because the optional product is always enabled by default, rather than opt-in. And because of that, the total price being displayed includes the mandatory product and the optional product – which isn’t ideal.
I was testing https://wordpress.org/plugins/advanced-product-fields-for-woocommerce/ which provided an add-on solution using checkboxes, but it didn’t allow for an additional description field per add-on.
Sorry, I don’t have a staging link available. Here’s one of their demos, but it uses radio buttons instead of checkboxes. https://product-demo.studiowombat.com/product/software-product/
Forum: Plugins
In reply to: [Private Google Calendars] Use in developmentThanks @michielve.
Forum: Plugins
In reply to: [Advanced Forms for ACF] Conditional RecipientsThanks @philkurth. BTW, https://advancedforms.github.io/filters/af/form/email/recipient/Note leads to a 404.
I think this is it? https://advancedforms.github.io/filters/af/form/email/recipient/
- This reply was modified 2 years, 11 months ago by polyfade.
Nevermind, this plugin allows you to replace the counter field with a text field. Thanks!
- This reply was modified 2 years, 11 months ago by polyfade.
v1.3.29 seems to have fixed that. I had to use a different custom post ordering plugin to reset all to 0 first though. https://wordpress.org/plugins/simple-custom-post-order/
Real Custom Post Order works better than others because it allows custom ordering even on filtered posts. Much appreciated!