Hi,
Unfortunately there is no settings to can customization the login popup, you can do this only if you make changes in theme files.
If you want to change some text from the popup module, you can translate it from theme panel -> https://forum.tagdiv.com/customize-a-translation/
If you want to change the module for popup there are two files in the theme, one for the default login wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php and one of cloud login -> wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php
Thank you for your understanding!
Hello,
Is there any chance to override these template using child theme?
one for the default login wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php and one of cloud login -> wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php
Thank You,
Kishan
Hi,
The td-login-modal.php can be set in child theme wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php but the files from cloud can not be overwrite.
-> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hello,
during registration I would like to send few more values and store in database.
May I know in which while I can find the function you guys making this process.
When I click register it is going admin-ajax.php with action:td_mod_register.
May I know where I can customize this action?
Thank You,
Kishan
Hi,
The process that start after you pres the button is in wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js -> https://i.imgur.com/VQtAb9F.png
Thank you!