voicetoons
Forum Replies Created
-
Thx we will try again
add_filter(‘wp_send_new_user_notification_to_user’, ‘__return_false’);
add_filter(‘wp_send_new_user_notification_to_admin’, ‘__return_false’);Forum: Plugins
In reply to: [Video Conferencing with Zoom] Change “Meeting Starts In” MessageHi does anyone support this forum anymore? 🙂
Seems to work so far. Removed WP Super Cache and found Captcha 4WP works so far. Thamks Brainvu-tp
Download free version
UPDATE: Changed recaptcha plugin to another and fixed undefined error upon registration on checkout page. Odd!
- This reply was modified 3 months, 3 weeks ago by voicetoons.
We double checked everything and even turned off UM Goggle Recaptcha, cleared cache, cloudflare cache, reinstalled our recaptcha plugin but still get a double recaptcha only on UM login page.
See image here https://ibb.co/0RbyY9KG
- This reply was modified 3 months, 3 weeks ago by voicetoons.
Thank you we already resolved the issue with the login conflict error.
Please any help we are dead in the water loosing registration. 🙂 Tried eveything.
Hi still getting sent WP reset password emails. Is code your supplied correct? We added it to snippets plugin. But get still emails requesting new user to reset password and is very confusing sending them to wp and/or wp login.
<?php <?php add_filter(‘wp_send_new_user_notification_to_user’, ‘__return_false’); add_filter(‘wp_send_new_user_notification_to_admin’, ‘__return_false’); ?>
You rock! Thank you tuned off EDD as we do not even offer those anymore. Fixed! Thank you.
Thx so what is the fix?
ISSUE: You stated “Please deactivate the “Better Notifications for WP” plugin” above and it fixed conflicts. We now realize the reason we used it was after users registered in LearnPress, they get a “to set a password email” which confuses the new users. How do we avoid this in LearnPress? Only started again after killing plugin as suggested. Sorry to be such a pain…seems every change triggers another issue.
Thanks we changed it in Loco.
Fixed sandbox was still on after testing last week.
- Thanks again….As you can see in this image, after /registration the user is NOT sent to thier new account. They just get a green message which is confusing as users thinking there is a glitch. They are not redirected to their new account and should be like you mentioned. See https://ibb.co/yFsBtNWq
- We removed advanced google recaptcha and all is well. Yet now how do we avoid bots and such creating fake accounts with no recaptcha security test?
Thank you seems it was the conflict. Odd! You’re awesome.
We are still having two issues..
- When added the registration page to the nav bar, then try to register directly using the defaut registration page, /registration the user gets a green “You’re are already logged in” message on page after registration. (even when not) Yet their account is added if they go login. Does not send them to their account as it should.
- We added advanced google recaptcha weeks ago and now it thows an error “Recaptcha Failed please try again” when we try to login after adding a course to cart, or register from the cart page.