tomdkat
Forum Replies Created
-
Wow, that’s great information! How did you figure that out? I’ll have to check my sites to see if I can see the same pattern.
Thanks!
Peace…
I’m in the same boat as Ward Graham. I made the changes suggested by st3phan5 and no search hits are being recorded. 🙁
@st3phan5 : Thanks for the information!!!! I just made some adjustments and I’ll see if I start seeing search engine stats.
Thanks again!
Peace…
I’m experiencing this issue as well. In Wordfence, I can see visitors coming to our site from Google but WP Statistics never shows any search engines as referring sites. Weird.
Peace…
Thanks again for this great info! The issue turned out I needed to use .user.ini for the PHP7 environment. After getting NinjaFirewall setup with .user.ini, I’m back up and running in Full WAF mode!
Thanks!
Thanks! I’ll check that out!
Thanks! I’ll give this a try.
Tom
Forum: Plugins
In reply to: [Meta pixel for WordPress] Installation questionHi! Thanks for the reply! I ended up using the “Facebook Pixel Helper” to confirm our pixel was properly setup, so we’re good!
Thanks!
Thanks for starting this thread!!!! I was one of the site admins who *did not* realize the firewall was *disabled* after the update to 3.8.0. I’ve restored my settings and most importantly *re-enabled* NinjaFirewall, so I’m good. 🙂
THANK YOU!
Forum: Plugins
In reply to: [Contact Form 7] Question Regarding 5.1 – URGENT@locascioa: Thanks for the update!
With Contact Form 7, this work is done for you. Have you followed the “reCAPTCHA integration” instructions in the Contact Form 7 section of the WordPress Dashboard? In the “Integration” section of Contact Form 7 settings, you should see a “reCAPTCHA” button you can click which will display instructions on getting reCAPTCHA setup.
Peace…
Forum: Plugins
In reply to: [Contact Form 7] How to know if reCAPTCHA v3 works or not?@yuchit: keep in mind I haven’t done extensive testing, but so far the patch appears to be working fine, meaning we haven’t received any spam via Contact Form 7 forms and legitimate form submissions are being delivered, as expected.
Peace…
Forum: Plugins
In reply to: [Contact Form 7] How to know if reCAPTCHA v3 works or not?@yuchit, I found a way to confirm if reCAPTCHA v3 in Contact Form 7 is actually working or not. I used the information found here:
https://stackoverflow.com/questions/48224799/test-invisible-recaptcha
in the second answer from the top. At the time I wrote this, it had a rating of 9. Anyway, the process involves creating a “Robot” device in Chrome (I used Chromium) and browse the site with Chrome simulating your new “Robot” device. When I did this, I attempted to submit a form and got the error message stating my message couldn’t be delivered.
When I submitted the form using my browser normally, the form went through just fine. Of course, I applied the “patch” mentioned elsewhere on this forum. (The patch involves replacing “return $spam” with “return true” on line 112 of modules/recaptcha.php).
This isn’t necessarily the best approach, but it worked for me.
Peace…
Forum: Plugins
In reply to: [Contact Form 7] Question about Contact Form 7 5.1 and reCAPTCHA v3The only other thing I did was remove the [recaptcha] tags I had in my Contact Form 7 forms. So, I’m not sure why it’s not working for you. Just to be clear, you deleted the v2 key and created a new one while logged in to your Google account, right? The key deletion and creation needs to happen while logged in to your Google account.
Forum: Plugins
In reply to: [Contact Form 7] Question about Contact Form 7 5.1 and reCAPTCHA v3Ok, I got my issue figured out. I ended up *deleting* my old reCAPTCHA v2 key in my Google account and creating a new v3 key. Now, the verification image no longer appears when the pages with the form load.
So, my issue is solved.