Skip Navigation

[Resolved] Split: The “my account” page is shown instead of the login form – edit form not working

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 1 reply, has 0 voices.

Last updated by Minesh 4 months, 2 weeks ago.

Assisted by: Minesh.

Author
Posts
#2800583

Thank you, Minesh, for solving this problem!

There is a second, i think related, problem:

Two other content templates, which are for editing "locations" either as an "owner" or as an "admin" are also not shown.

I assigned one of the "locations" to your Admin User, so you can see what I mean : hidden link

Near the top of the page you will find two links , which are displayed conditionally, according to the visitor's role:
( see uploaded image) "Bearbeiten" means "edit", and is for location "owners", and the second one is "edit as admin".

The two editing-forms, which are not shown, are
hidden link -- for "owners"
hidden link -- for "admins"

I had a look at the article you mentioned above: https://toolset.com/documentation/programmer-reference/theme-support-for-content-templates/

I tried to find out the "the call function name that Views displays" to copy it into the settings, but I don't get it: Where does "Views display" anything?

Please could you help me to resolve this problem, too.

#2800586

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I see the theme you are using seems to be FSE theme and FSE theme is not 100% compatible.

The workaround would be - with the content template "Vorlage für textile Orte" - I've added the conditional statement to check the URL param "content-template-id" and checked the content template ID 940.
=> hidden link

Please check the following screnshot:
- hidden link

And within conditoinal block I've added the content template block and selected the content template "Template zum Ändern von Orten" that holds the form.

Please check the following screenshot: hidden link

You can do the same for your another form, add conditoinal block and within conditoinal block add the content template that holds your another form and check the URL param "content-template-id".

You can show/hide other content as required like when URL param "content-template-id" has ID available we set to display the form and when URL param "content-template-id" is empty or not available show your other content/other than form.