[Resolved] [toolset-edit-post-link] shortcode not functioning
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.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Tell us what you are trying to do?
I'm attempting to use the [toolset-edit-post-link] shortcode to allow site users to edit a CPT on the site ("Businesses"). I had this feature working on a development site, but now can't seem to get it working on the production site. It's likely a simple setting somewhere that I've overlooked, but I can't for the life of me figure it out...
This turned out to be a forehead-slapper: I had inadvertently included the "edit" CPT form in a re-usable block that I was also using for the "new" CPT form. This caused both forms to be included in only one of the content templates with the consequence that only one of the content templates was recognized as being allowed to modify the CPT.
Once I removed the "edit" CPT form from the re-usable block definition, everything returned to working normally.