Hi there,
I am going to give you two ways that you can use to achieve what you want and finally present you the documentation for Elementor and Toolset integration.
----------------------------
For that you can create a Content Template from Toolset > Content Templates.
You will be presented with Native WordPress editor that you can add content.
Use that to add the View with a block called Views.
Do not assign the content template to any post type, you will use the Views block to add the proper content you want for that post type:
https://toolset.com/course-lesson/creating-a-view/
After everything ok there, you can use the shortcode below in Elementor to load that content Template:
[wpv-post-body view_template="slug-of-the-content-template"]
When you add the content template you will be able to name the content template on the sidebar of the native WordPress editor. There add something like slug-of-the-content-template which then you can use to reference in the shortcode
For more information about the shortcode:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-153372
----------------------------
This is one way to go about that, but you also can use the legacy mode to create the view without the WordPress native editor:
- Go to "Toolset > Settings > General".
- Find the "Editing experience" section.
- Check the "Show both the legacy and Blocks interface and let me choose which to use for each item I build" checkbox.
- Reload the browser page.
- Go to the newly added "Toolset > Views" menu.
- There you will be able to edit the views.
For more information:
https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/
Now you will have a menu item Toolset > Views that you can add the views with the legacy view. For more information:
https://toolset.com/documentation/legacy-features/views-plugin/view-layouts-101/
After you add your desired content there you can use the TOOLSET VIEWS Elementor element to call that view in the Elementor layout.
----------------------------
Finally I present you the documentation of the Toolset and Elementor integration tips:
https://toolset.com/course-lesson/using-toolset-with-elementor-page-builder/
Thank you.