Skip Navigation

[Resolved] Edit url not appearing in view

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

Problem:

The Toolset edit form link is not showing, I’m not sure why this won’t work?

Solution:

So the problem you mentioned above is abnormal, please check these:

https://toolset.com/forums/topic/edit-url-not-appearing-in-view/#post-1882459

Relevant Documentation:

https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/

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)

This topic contains 2 replies, has 2 voices.

Last updated by Dee_DeeA2948 3 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#1882269

Hi there,
On my prepnavigator site, I have a view that lists the post name & it references a url to edit the post submission (which is a form submission).
View Name: Profile Edit View
Templates for this View:
<h5><font color="#808088">Name: </font>[wpv-post-title]</h5>
<p><u>[toolset-edit-post-link layout_slug="profile-editor-layout"]Edit Profile[/toolset-edit-post-link]</u></p>

The first line is showing on my view (starting with <h5>, but the edit url is not showing (starting with <p>). I’m not sure why this won’t work? I appreciate your help.
If you navigate to my account > manage profile, you will be able to see the view results.

#1882459

Hello,

I have tried it in my localhost with a fresh WP installation + the latest version of Toolset plugins, it works fine.

So the problem you mentioned above is abnormal, please check these:
1) Make sure you are using the latest version of Toolset plugins, you can download them here:
https://toolset.com/account/downloads/

2) In case it is a compatibility problem, please deactivate all other plugins, and switch to wordpress default theme 2021, and test again

3) Also check if there is any PHP/JS error in your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/

4) If the problem still persists, please provide database dump file(ZIP file) of your website, you can put the package files in your own google drive disk, share the link only, also point out the problem page URL, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/

#1884553

My issue is resolved now. Thank you!