Login recaptcha

Posted in: Newspaper
Post count: 8

How do I add recaptcha to the modal login?

Post count: 22421

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!

Post count: 8

How would I implement that into the theme?

Post count: 22421

Sorry but there is no simple method to implement it into the theme login modal. You can however create a custom login page and redirect the link from the modal to your new custom login page.
Thanks.

Post count: 8

How do I set that up? I can’t find the option in the theme panel.

Post count: 20688

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

Post count: 8

Can you add a toggle option to turn this on and off in the next update?

Post count: 20688

Only the display of the login can be toggled on/off at the moment. I don;t believe there are any plans currently, to make modifications or add more options to the login functionality. Maybe in the future, I cannot say for sure.

Post count: 8

OKay, one last question and i’ll stop bugging the crap out of you guys 😉

Is there a way to copy the code for the login page and put into the child theme so I don’t have to keep updating it each time I update the theme?

Post count: 20688

All the files from the header folder can be modified through a child theme, there should be no problem. That will be useful if you made modifications to files from that folder.

Post count: 8

So can I just copy the code section to the child theme or is there a specific way I have to do it?

Post count: 20688

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.

Post count: 8

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?

Post count: 8

Disregard that, I didn’t understand the screenshot properly at first

Viewing 14 posts - 1 through 14 (of 14 total)
The forum ‘Newspaper’ is closed to new topics and replies.