[Resolved] Elementor shorcode is not working in toolset content template.
This support ticket is created 3 years, 2 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.
It seems like the only context where it works is directly within the wpv-loop tags of a View.
You are trying to add the elementor shortcode to a content template.
You could try inserting a View into that template where you pass the current post id as a shortcode attribute to the View and the View includes a post id filter that takes its value from that shortcode attribute (so that the View is querying the same post being displayed by the content template), and then add your elementor shortcode to the output section of that View.
I haven't tested it, but that seems like the only scenario where that could work...