Changing the text on pop up registration text

Posted in: Newspaper
Post count: 228

I would like to change the url and the text of “CREATE AN ACCOUNT” when someone will click on that button.

On the previous versions I was going to /xxxx.com/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/header

and I changing the

$users_can_register_link = '' . __td('Create an account', TD_THEME_NAME) . '';"

Now, In the version 11.3.1 I cannot see the changes that I make.

Do you know why?

Post count: 21065

Hello!

Any change you make in the files after update will be overwritten and you have to make the changes again. Better save the code somewhere and then apply it again after update.

Thank you!

Post count: 228

Hello Bettina,

Sorry for my misunderstanding. What I mean is that I am editing the file
/xxxx.com/public_html/wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php

but the modal login window doesn’t change with the changes that i have.

the

$users_can_register_link = '' . __td('Create an account', TD_THEME_NAME) . '';

and I change it to
$users_can_register_link = '' . __td('Register', TD_THEME_NAME) . '';

But no changes happened on (Signin / Login – top right) of https://capitallinkshipping.com/

Am I editing the right file???

Thank you.

Post count: 21065

Hello!

Yes, that one is the right file.

Thank you!

Post count: 228

Thank you!

It works!
May be was sucuri – caching issue.

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