Login pop up

Posted in: Newspaper
Post count: 228

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.

Post count: 35449

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!

Post count: 228

Can I use the created page (ex. /register/) on the button of “CREATE AN ACCOUNT”?

I want to use a custom php registration form.

Post count: 35449

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!

Post count: 228

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 ???

Post count: 228

How can I add the wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php in child theme?

Post count: 35449

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!

Post count: 228

I have the same structure “wp-content/themes/Newspaper-child/parts/header/td-login-modal.php” but the change is not published on the front end.

When I edit the “wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php” the front end is working fine.

What is the issue?

Post count: 35449

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!

Post count: 228

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.

Post count: 35449

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!

Post count: 228

I cannot see the image that you share. I have the version : 10.3.2

Is that a problem?

Post count: 228

So, as I can understand I cannot edit the td-login-modal.php in Cloud Template.

Right?

Post count: 35449

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!

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