Please help me:
1. to disable this modal login form and redirect users to “wp-login.php” page or frontend “/login/” page from this comments section or from overall website.
2. Also tell me from where I can customise these forms through coding. It’s on js but I’m not able to find the exact file location that will reflect changes everywhere of the modal login form on the website.

Hello,
Unfortunately, there isn’t a built-in option in the theme to set up a redirect for the login modal. This can only be achieved by modifying the theme files.
There are two files responsible for the modal login form, depending on the template you are using:
For the cloud template:
wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php
For the standard template:
wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php
You’ll need to modify the relevant file to implement the redirect.
Thank you!
Hi ctucker,
If you are using the login module from the standard pack, then you can use the child theme to override it – https://forum.tagdiv.com/the-child-theme-support-tutorial/. Unfortunately, for the cloud, it will not work.
Thank you!