gordonzed
Forum Replies Created
-
Forum: Plugins
In reply to: [Auto Coupons for WooCommerce] Extremely high CPU usageI’d be happy to do a bit of investigating when I have some free time. I do have a custom plugin that generates new coupons when users spin a prize wheel, although I can’t imagine why this plugin would be interacting there. I also have a far less elegant bit of code that auto-deletes unclaimed prize wheel coupons after 24 hours, using WP_query if I remember correctly, and something tells me that might be the more likely culprit.
I’ll try and make some time to mess around with this tomorrow after work if possible (later today actually; I had no idea it was anywhere near 6:45am 🫠).
- This reply was modified 1 year, 3 months ago by gordonzed. Reason: minor aesthetic edit
Forum: Reviews
In reply to: [Twenty Twenty-Four] A joke! As all what Automattic did in the last yearsIt feels like your review is less a review of the theme, and more a review of the block editor, because the majority of that markup is made up of Gutenberg blocks, which are neither unique to the theme, nor permanent:

Also, just add this to your functions.php and you can continue to use the old editor:
add_filter('use_block_editor_for_post', '__return_false', 10);
Thank you for pointing me to that. A built in toggle would be nice for less technically inclined users though.
Forum: Plugins
In reply to: [WooCommerce] CSV Product Import, category by ID?Yes, I’m using the built in importer, not the paid Import Suite extension. Unfortunately, this is a client site full of an as yet unreleased product line, so I can not share the data. That being said, I’ve sorted out my import and got everything up successfully.
Forum: Reviews
In reply to: [Media Cleaner: Clean your WordPress!] media in use are deletedI mean, I agree, but do you blame them? It did the opposite of what it said on the tin. Not everyone is a dev. Some people just need to run their site and want a tool to do the thing. Your reply is understandable but is going to read very poorly to anybody who hasn’t been in your shoes.