he View is created by a custom post type for quotes. But if I select the Toolset field only the first quote is displayed. It does not slide on. If I click on the next-arrow a small loading circle shows up and never ends.
Yes, it appears that including the View in a custom field like this and displaying it in an Elementor template leads to some JavaScript errors. Those errors prevent pagination from working correctly in this View.
If I insert the view shortcode directly it works, but then the person's elementor template can't be field dynamically with the right quotes...
Okay that might indicate a convenient solution is available. If the View works when placed directly in the template, we might be able to make the taxonomy term filter dynamic somehow, which would eliminate the need to place the View in a custom field. In this case, the View is shown on a Meister*In post, and the post slug is "paramahansa-yogananda". The View's Query Filter is set up to filter by a taxonomy term that has the same slug - "paramahansa-yogananda". That is convenient, because it allows us to use the current post slug to set the taxonomy term filter using a shortcode attribute. As a test, I created a duplicate of the View, you can see here: hidden link
I modified the taxonomy term Query Filter in this View so that it responds to a shortcode attribute wpvmeisterincat instead of using a static, predefined taxonomy term filter.
Then, I edited the Meister*Innen Elementor Template here:
hidden link
hidden link
I added a Text element just below the current slider. The Text element includes the duplicate View, using a shortcode, with the meisterincat shortcode attribute set by the current post slug:
[wpv-view name="zitateslider-yogananda" wpvmeisterincat="[wpv-post-slug]"]
Now you can see the duplicated Zitate slider here:
hidden link
So in theory, you can reuse the same View in every Meister*In post like this without creating multiple Views with specific term filters and storing each View in a Meister*In post custom field. But this approach only works if the Meister*In post slug is identical to its corresponding term slug, and the Zitate View filtering requirements are similar in each Meister*In post. Does that make sense? If the filtering requirements are different in other Meister*In posts, for example, you need to filter by two or three terms in on Meister*In post, then this approach will not work. If the term slugs and Meister*In post slugs are not always identical, then this approach will not work. Let me know what you think and we can go from there.