Skip Navigation

[Resolved] More issue about “account page”

This thread is resolved. Here is a description of the problem and solution.

Problem:

Setup "Forget password" link and "Register" link in my account page.

Solution:

You can setup those links manually, like this:

https://toolset.com/forums/topic/more-issue-about-account-page/#post-1927429

Relevant Documentation:

This support ticket is created 3 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by yoshihikoH 3 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#1927377

Dear Luo Yang,

I am very grateful that you helped me edit my account page. I think your help is perfect.

By the way, attached to the bottom of the account page (mode 1 = Login Form),

・ Ca n’t log in? Reset your password
・ Do n’t have an account yet? Register for free

I want to edit, how can I see these two sentences?
Clicking the "Block Editor" button on the far right of the Login Form does not return to the original screen.

Thank you.

#1927429

Ca n’t log in? Reset your password
It should be Forget password form, for example:
Edit the content template "Login Form":
hidden link
Click button "Block Editor", add three shortcode blocks:
1) Login form shortcode

[wpv-login-form redirect_url='[wpv-post-url item="252"]' allow_remember="true" remember_default="true"]

2) Link to forget password page:

<a href="[wpv-post-url item=433]">Forget password?</a>

3) Register page link:

<a href="[wpv-post-url item=339]">Register</a>
#1929213

My issue is resolved now. Thank you!