Skip Navigation

[Resolved] toolset-edit-post-link Stopped working

This support ticket is created 2 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 5 replies, has 2 voices.

Last updated by Armando 2 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#2377613

What is the link to your site?
hidden link

Hello! I have a site that has been running fine for a number of years. Suddenly, the [toolset-edit-post-link] stopped working. It has worked fine previously.

This is for Single Job Content template in the Toolset admin.

There is a admin user set up:
username: toolset
password: Toolset1!!

I also have a user 'dashboard' I created, which has the ability to edit a post as well. Using [cred_link_form] seems to work.

I have assigned authorship of a post so you can see:

hidden link

Please feel free to do whatever to this site as It is a staging environment.

Thank you!

#2378655

Hello,

Thanks for the details, I am checking it in your website, will update here if find anything

#2378667

It should be a compatibility issue of your website, I have tried these:
1) Deactivate other plugins, and switch to WordPress default theme 2022,
2) Test it again in frontend, it works fine, for example:
hidden link
I can see the editing post form correctly.

Since it is a compatibility issue, if you need more assistance to locate the problem, please provide a copy of your website in below private message box, you can put the package files in your own google drive disk, share the link only. I need to test and debug it in my localhost
https://toolset.com/faq/provide-supporters-copy-site/

#2379391

I am downloading the files, will update here if find anything

#2379417

Please try these:
Edit your theme file single-jobs.php, line 48 from:

							echo do_shortcode('[wpv-post-body id="' . $content_template_slug . '"]');

To:

							echo do_shortcode('[wpv-post-body view_template="' . $content_template_slug . '"]');

More help:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-body

view_template:
'content template name' | 'content template slug' | 'None'

#2381761

Thank you so much!! That did it. Did something along the way? This was working fine for a while. I appreciate your help Lou!