Home › Forums › Advanced noCaptcha & invisible Captcha PRO › Login side bar not displaying captcha 2 › Reply To: Login side bar not displaying captcha 2
June 4, 2020 at 8:40 pm
#38256
shamim
Keymaster
Disabling plugins only for testing if there any conflict with other plugins. That is not the solution but debug the issue.
I found a potential issue with that theme. That login popup is added way too late. You can add following code in your child theme’s functions.php
add_action( 'wp_footer', 'anr_wp_footer', 9999 );