I wish to add custom message and two checkboxes to the login form on Newspaper theme. I have looked through the blogs here and haven’t really found what I need. A code snippet or two and where to put them to create check box for agreement to site policies and another for opt in to mailpoet on registration popup is what I’d like. I’m not sure if code should go in the td-login-modal or in the top-menu or in td_top_bar_menu
Hello,
You can create a custom page using custom field for checkbox -> https://forum.tagdiv.com/custom-fields-support/
Thank you!
That will work but there isn’t a way to edit td-login-modal in composer. Therefore I need to know where to put the custom items in the modal code.
I am attempting to use tagdiv td-login-modal or woocommerce my-admin in a tagdiv popup modal. As yet neither have proven satisfactory since I 1) don’t know what needs to go where. I have the woo my-account page called in popup no problem but it doesn’t pick up the extra items (checkbox and statement) from function.php
Hello,
You can find the files here, depends what login you want to use
-> wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php
-> wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php
-> wp-content\plugins\td-subscription\includes\shortcodes\tds_menu_login.php
Thank you!