Brian Houdek
Forum Replies Created
-
I received a similar error:
An error of type E_ERROR was caused in line 40 of the file EDITED/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php. Error message: Uncaught Error: Class ‘ActionScheduler_AsyncRequest_QueueRunner’ not found in EDITED/wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueRunner.php:40
Forum: Plugins
In reply to: [Awesome Weather Widget] Removal from the WP.org ? Why?Hopefully one of the dev’s reply to this thread. If there is a security issue they should let us know.
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA v3 Spam / Error ConsoleThanks for the tip. My problem is I have a lot of sites to do this to… I’m kind of hoping for an update but that’s looking less and less likely
Forum: Plugins
In reply to: [Contact Form 7] How to show reCAPTCHA v3 badge only in contact form page?I would also like to know how to do this. It should only have to be shown on the page with the form.
Forum: Plugins
In reply to: [Theme My Login] Password Reset IssueSo you’re saying I should look into how to force my server to not send these emails as HTML? I appreciate all your help.
Forum: Plugins
In reply to: [Theme My Login] Password Reset IssueI see quite a few threads with people having the same issue. I may have partially identified the issue. In compat.php there’s a line:
$message .= ‘<‘ . network_site_url( “wp-login.php?action=rp&key=$key&login=” . rawurlencode( $user->user_login ), ‘login’ ) . “>\r\n”;
user_login gives the name as Brian Houdek but the URL should read brian%20houdek.
user_nicename could replace user_login but I tried that and while it did replace the space with a dash, it still did not work for me.
Any idea how I can fix this???
Forum: Plugins
In reply to: [WooCommerce] UPC codeThanks again for offering to help. I just don’t understand why WooCommerce does not have a standard field to enter a UPC code in addition to a SKU. It doesn’t have to be a required field, but it is required by Amazon and many other marketplaces. I love WooCommerce and this is the only flaw. I do see it as a large flaw however. Thanks again I hope there is an easy way to accomplish this.
Forum: Plugins
In reply to: [WooCommerce] UPC codeWhat would be the easiest free way to add a custom field for UPC to all products? Thanks in advance.
Forum: Plugins
In reply to: [YITH WooCommerce Cart Messages] Not compatible with Master SliderThanks so much for fixing that. After I saw the other person who reported it 4 months ago and didn’t get a response I figured the same would happen to me. I ended up custom coding this myself but I will definitely use this plugin next time I have this need.