Skip Navigation

[Resolved] my edit link for form not working

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

Problem:

The edit form link does not display anything.

Solution:

The problem is abnormal, you can check these:

https://toolset.com/forums/topic/my-edit-link-for-form-not-working/#post-1371885

Relevant Documentation:

This support ticket is created 5 years, 6 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)

This topic contains 6 replies, has 3 voices.

Last updated by anthonyG-6 5 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#1367345

I created view for my appointment list and I added the form to edit that post type and call it on edit post link using content template but its not working.

#1367361

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Can you please confirm you followed the following Doc:
=>https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-editing/

If yes, I need a problem URL where you added the edit link and access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#1367541

Minesh
Supporter

Languages: English (English )

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

This is weird - I tested on my local test install and edit link works just fine with minimum installation where only Toolset plugins are active with default 2019 theme.

In order to minimize the cause of the issue and to ensure there is no third party plugin or theme conflict:
Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?

Do you see any difference?

#1371307

I tried with default theme but it still not work.

can you please check as client need to complete project asap.

#1371867

I tried deactivating all plugin but still it's not working

#1371885

Hello,

Minesh is on vacation, I will take care of this thread.

I can log into your website and see the problem, here are what I found.
1) As a workaround, you can setup the edit link manually with HTML codes, for example, edit the post view "appointments":
hidden link
in section "Loop item in appointments", line 14, add below codes:

<a href="[wpv-post-url]?content-template-id=4292">Edit [wpv-post-title]</a>

It should be able to setup the edit link and pass the content template's ID as URL parameter "content-template-id".

And the problem is abnormal, you can check these:

1) You are using old version of Toolset plugins, I suggest you update all Toolset plugins to the latest version, and test again.
You can download them here:
https://toolset.com/account/downloads/

2) Since you are using 28 plugins in your website, in case it is a compatibility problem, please deactivate all other plugins, and switch to wordpress default theme 2019, and test again

3) If the problem still persists, please provide database dump file(ZIP file) of your website, also point out the problem page URL and view URL, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/

#1371895

My issue is resolved now. Thank you!