towytowy
Forum Replies Created
-
Ah never mind, it’s the exact same issue. That’s odd, it was working fine before.
Awesome! Thank you for the quick fix ??
I’m still having the issue, I’d love to see an official fix sometime.
Alyabee’s comment confirmed my suspicion, it is coming from the origin server itself.I had to switch away from this plugin as it made PHP-FPM processes hang, and use up 80-90% of the VCPU on my server, until it stopped after 30 minutes.
So it’s not just a simple warning, it’s a bug.Okay makes sense, the only thing I still find eerie is that the server that the requests are coming from is Hetzner, which is the provider I use, and every time I disable the plugin it stops.
Thanks for the firewall rule, I will use that.
So I temporarily deleted the Wise gateway today and the pinging stopped. I believe you when you say that the plugin itself isn’t doing the pinging. But I’d really like to know what is then, and if it’s critical or not.
Thanks,
TowyThanks for your quick answer.
That is odd, Cloudflare only filters the one with the path for the Wise plugin. The only other thing I can find is my cron job that get’s filtered as well, but that is far less frequent as with the Wise plugin. I’ll try to run a malware scan, thanks for the tip!
I used to use Wordfence but deleted it cause it ate too much CPU ?? I might check out Pareto Security out.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Price amount not aligned correctly.I was able to fix it with the following code.
Thanks to @karlalevelup for the fix, which I found on some older request..email-spacing-wrap table td .woocommerce-Price-amount { float: right; }
I hope this can be fixed natively as well.