How can I modify the pop up (colors, get help) of login form?
Can I use link ex./register/ instead of pop up?
In pop up SIGN IN you dont have the Register link while you have the Sign in/Join as a link on the page.
Hi,
The background image can be change from here -> https://i.imgur.com/zeW9UPq.png and the colors can be adjusted from here -> https://i.imgur.com/A7G0jRG.png also the text can be translated using theme panel > translations https://i.imgur.com/QdSo2Dc.png -> https://i.imgur.com/IRUE4ow.png
The login and registration can be enable using our documentation from here -> https://forum.tagdiv.com/login-how-to-enable-user-registration/
Thank you!
Can I use the created page (ex. /register/) on the button of “CREATE AN ACCOUNT”?
I want to use a custom php registration form.
Hi,
If you want to use a custom page for register you can do it, you need to assign this page url to a button or if you want to set it on the login pop=up you need to set the url on these files:
For cloud header -> wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php -> https://i.imgur.com/b7aMNDu.png
For standard header -> wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php -> https://i.imgur.com/MQ6Sh9I.png
For mobile theme plugin -> wp-content/plugins/td-composer/mobile/parts/register.php
But please note that the only td-login-modal.php can be set in child theme, the rest of files can not be set in a child theme, therefore will be lost when you’ll make a theme update.
Thank you!
Hi,
The file wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php where should be added in child theme?
ex. themes/Newspaper-child/td-cloud-library/parts/tdb-login-modal.php ???
How can I add the wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php in child theme?
Hi,
Please note that cloud files can not be set in child theme -> https://i.imgur.com/hrVO1ba.png
wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php this file need to be set in child the like this
wp-content/themes/Newspaper-child/parts/header/td-login-modal.php
Also you can check our documentation for child theme from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hi,
That is because in wp-content/plugins/td-standard-pack/Newspaper/parts/header/td_top_bar_template_1.php, td_top_bar_template_2.php td_top_bar_template_3.php td_top_bar_template_4.php is set the link in composer -> https://i.imgur.com/bZ55o7d.png for this you need to set in child in parts header these files too
td_top_bar_template_1.php
top-menu.php
top-widget.php
and in td_top_bar_template_1.php make this changes -> https://i.imgur.com/SyTWOoD.png -> https://i.imgur.com/EecpEKw.png
After that make sure that child theme is activate and you have set the top bar 1.
Thank you!
Hi,
I use Cloud Template for header. I don’t know what the top bar 1 is.
Can I keep the changes to the file “wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php” ?
If I ll update the theme to the newest version will I lose that change?
Thank you.
Hi,
If you are using a cloud header, the changes will not apply, also only on standard header from theme panel -> https://i.imgur.com/RbeNk1E.png also if the changes are made on wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.phpand you do not set it in a child theme, when you;l update the theme all the changes in theme files will be overwrite.
Thank you!
I cannot see the image that you share. I have the version : 10.3.2
Is that a problem?
So, as I can understand I cannot edit the td-login-modal.php in Cloud Template.
Right?
Hi itgrcapitallink,
The cloud templates can be edited with tagDiv Composer and these elements can be get from tagDiv Cloud library, but standard templates as td-login-modal.php can not be editable with tagDiv Composer, only from theme files.
Thank you for your understating!