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!
Hello,
Thanks for the details, I am checking it in your website, will update here if find anything
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/
I am downloading the files, will update here if find anything
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'
Thank you so much!! That did it. Did something along the way? This was working fine for a while. I appreciate your help Lou!