This support ticket is created 6 years, 7 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.
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.
Hello. Thank you for contacting the Toolset support.
Well - when you add view, it will add view's wrapper divs. If you are just using view to just display the content and want to just output view's results as raw output.
Please add following code to your current theme's functions.php file and replace the view' ids.
Thanks so much for the code! Is there any way to do this more... normally? Maybe with something like output='raw'? Example:
[types termmeta="gender" output='raw'][/types]
I have a _lot_ of fields and term metas to setup and this 'code hack' seems extremely cumbersome to implement as a solution and not really scalable/friendly... Do you know if there's a normal, "non-hacky" way to do this?
I can't imagine just pulling back custom fields and term metas only without any formatting would be an edge case and would probably be used often...
Well - I'm talking about view's shortcode here. You are using view's shrotcode and to have raw output using view's I have only solution to offer you which I shared in my previous reply.
Yes - obviously there is raw output available with Types shortcode but NOT with views. We have feature request already registered for it.
"We have feature request already registered for it."
To make sure I understand you, you mean, feature request to raw output for Views? If so, do you know when this will be released?
This is a critical piece of functionality since having to update $view_ids every time I add a new view to pull back specific custom fields might be okay with 5-10 fields, but unsustainable from a maintainability perspective as I add 20, 30, 40 fields or term metas.
The process to show a related Term Meta via a View is already incredibly involved (Another plugin does this in 4 clicks, Views takes over 10+ clicks across multiple tabs to query and display just 1 related field.)
Please, please put in a feature request to improve the Usability and UX of Toolset so we can accomplish more with fewer steps.
To make sure I understand you, you mean, feature request to raw output for Views? If so, do you know when this will be released?
==> Yes, the feature request is filed against view's plugin to have raw output. We already filed the feature request but there is no ETA on it as it's totally depends upon Developer's predefined priority and available resource. This is something judge by developers not supporters.