Hello,
Sorry but our theme does not have such a feature for the moment. You can try to use plugins that can provide a recaptcha feature but you will need custom modifications to ad it to the theme modal login, but unfortunately there is no solution we can provide in this regard. Sorry.
Thank you!
Hi,
Not in the theme panel, the theme does not have redirection options. The login link displayed in the top menu is defined in this theme file
– https://www.screencast.com/t/GDpvpxGWUeM
This is a similar topic – https://forum.tagdiv.com/topic/login-redirect/
So you can modify the link to lead to an address of your choosing, this is an example where the login link is modified to direct to Google
– https://www.screencast.com/t/ogPRT15z
Thanks
You have to recreate the path to the file (same directory structure) and copy the files there. They will then be served from the child theme, you can modify them safely.
Example – https://www.screencast.com/t/Vm4swZokzrO
Also more about the child theme here in this guide
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Remember to activate the child theme from Appearance->Themes once created.
I moved the following code into the child themes functions file like this:
https://www.screencast.com/t/8AmrzGwtAv
I get this error on the site because of it though:
https://www.screencast.com/t/EfGFQGVB5Bx
Any way to fix that?