fkento
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] All messages marked as spamI figured it out. I discovered this code in the template:
add_filter( 'wpcf7_spam', function($spam) { // Require AJAX on contact forms if ( $_SERVER['HTTP_X_REQUESTED_WITH'] != 'XMLHttpRequest' ) { $spam = true; } return $spam; });But now it appears CF7 is using Fetch instead of XHR. Removing this code solved the problem. Thanks for developing a great plugin and I appreciate your help.
- This reply was modified 5 years, 1 month ago by fkento.
Forum: Plugins
In reply to: [Contact Form 7] All messages marked as spamIt just says “Submission result: spam” which is not very helpful.
Screenshot:
Forum: Plugins
In reply to: [Contact Form 7] All messages marked as spamI’m using these plugins
Contact Form 7
Flamingo
Hummingbird
Insert Headers and Footers
Redirection
Strong Testimonials
WP Fastest Cache
Yoast SEO PremiumThe theme is a custom theme based on Underscores
Is there a way to simply disable the spam filtering in Contact Form 7?
Thanks
KentForum: Plugins
In reply to: [Contact Form 7] All messages marked as spamThe website is https://mxguardian.net/contact
Forum: Plugins
In reply to: [WP Media Cleaner] Table 'wordpress.wptable_wpmcleaner' doesn't existHi Jordy,
Thanks for the tip. The reset button generated some more errors but that led me to discover that my database user did not have CREATE and DROP privileges. After granting the appropriate privileges and hitting reset again, everything worked! I’ll see if I can find the donate button 🙂
Thanks