I would like to add google captcha to sign in form. Can you please guide me where to write the code for that or the theme already have the fuctionality?
Hi,
The theme do not have this option but you can try with some plugins.
How to Add CAPTCHA in WordPress Login and Registration Form -> https://www.wpbeginner.com/plugins/how-to-add-captcha-in-wordpress-login-and-registration-form/
Thank you.
Hi Calin,
Thanks for the quick response. These plugins allow to add captcha in WordPress default form. I am using the dark theme and want to add the captcha on newspaper sign in form which is on top right header. If I am adding captcha at wp default form then newspaper sign in form is throwing invalid password error.
Please take a look on my website https://buffercode.in/ and let me know where to write my code to add captcha there.
-
This reply was modified 7 years by
buffercode.
Hi,
Here you can set your code
wp-content\themes\Newspaper\parts\header\td-login-modal.php
https://www.screencast.com/t/KvchbrqlZVxT
Example
https://www.screencast.com/t/OdmpUCm6kwE
https://www.screencast.com/t/pV9lzJBM
Thank you for your understanding.
Hi Calin,
Thanks for helping.
There is one more query, I am getting a non https image on my website from theme style. I found it using inspect elements tool.Please look at below code:
.td-page-content .widgettitle {
color: #fff;
}
.td-menu-background,
.td-search-background {
background-image: url(‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/4.jpg’);
}
.white-popup-block:before {
background-image: url(‘http://192.168.0.208/wp_011_test_demos/wp-content/uploads/2017/05/1.jpg’);
}
ul.sf-menu > .td-menu-item > a,
.td-theme-wrap .td-header-menu-social {
line-height:70px;
}
Can you please help me removing these images link?
Thanks
-
This reply was modified 7 years by
buffercode.
Hi,
Please go in Newspaper>Theme panel>Background and look in Mobile menu/search background and remove the background image
https://www.screencast.com/t/eKKAOq9tbh4F
Thank you.