This support ticket is created vor 6 Jahren, 3 Monaten. 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.
Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.
Let´s say i have an CPT. And on this single template i want to build in a bootstrap button which triggers a modal.
In this modal a relation-form is inside.
Ok everything is working fine: the button triggers the modal and the form is working. my solution was to use a content template. but i can´t put in visibility queries like in a view.
I want to show this Button in the single template only when the current user is the author of the cpt (like in views but views or only loops).