Can you provide your website link? I cannot assist you in this case if i cannot see the website.
You can add following code in your theme’s (child theme’s if you are using) functions.php
add_action( 'wp_footer', 'anr_wp_footer', 9999 );
If not work, can you change theme to one of default theme (eg. tweenty sixteen) and then test?
Let me know.
Ok i’ll add that and inform you!
is there any other way to test? I’m apprehensive that changing theme would cause some other issues.
Just checked.its working. thank you so much man!
Hey so sadly even after putting the code u told me to add. The captcha doesnot show up.
Sometimes some browser shows some not. Like chrome doesnot but edge does. I dont know what is up. Please help me and fix it.
I tried with Chrome/Firefox/Safari and everywhere it is showing.
The thing is sometimes when you have already loaded the website into the browser, and the captcha was previously reloaded, it will always show afterwards.
But sometimes when the browser is new, at first it doesn’t show, but if u press the register button, it shows captcha error and then loads the captcha.
Today, i tried the site on new pc, it didn’t showed up on chrome while it showed on chrome incognito mode.
I think it might be because of the line of code u gave me! Idk maybe it could be a reason. Can u please check again
I tried on new mac/safari browser and it loaded in first time.
Your theme added form after this plugin hook, so i gave u that code. That code should not have any impact like this.
I could not reproduce what you described.
Hi, I resolved this issue by placing the wp_footer correctly in the footer.php and it works for me 🙂 without adding any extra codes