Reply To: Login side bar not displaying captcha 2


Home Forums Advanced noCaptcha & invisible Captcha PRO Login side bar not displaying captcha 2 Reply To: Login side bar not displaying captcha 2

#38256
Shamim Hasan
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 );