Hi again! 🙂
This part is the most important of our project, and we need to find any solution.
We are showing child posts ('publicacion') of a parent post ('tablon') in a Layout and in to a Slider made with the third party plugin "Smart Slider". We are getting this Layout using the url: "hidden link"
(We are using this plugin to improve the youtube and vimeo video visualization and autoplay them)...
At this moment the slider is working in a non-dynamic way:
We are creating a Slider for each parent filtering by the '_wpcf_belongs_tablon_id'. (See attached image)
But we need it to work on a dynamic way.
Our question is:
<b>
- Is there any way of filtering the child-posts visible on a layout by it's parent_id or parent_name?
- If the answer it's negative: Do you know any third party plugin Slider that allow us to do that?
- Is there any way to autoplay youtube and vimeo videos in Toolset Slider?</b>
Thanks a lot in advance!
Hi,
Q1) - Is there any way of filtering the child-posts visible on a layout by it's parent_id or parent_name?
Since you are using another plugin "Smart Slider" to setup the slider, so it depends on the plugin "Smart Slider", I suggest you check if it is possible with the author of plugin "Smart Slider"
Q2) If the answer it's negative: Do you know any third party plugin Slider that allow us to do that?
There is built-in slider within Views plugin.
You can create a view, list all child "publicacion" posts of current parent "tablon" post:
https://toolset.com/documentation/user-guides/querying-and-displaying-child-posts/
Then output the result as a slider:
https://toolset.com/documentation/user-guides/creating-sliders-with-types-and-views/
Q3) Is there any way to autoplay youtube and vimeo videos in Toolset Slider?
You just need to add URL parameter "autoplay=1" to the youtube video URLs, see similar thread in other website:
hidden link
Thanks for your answer, Luo!
Regarding to "autoplay videos", my real question would be:
Is there any way to autoplay videos with the built-in slider that continues to the next Slider when the video ends?
Thanks in advance!
No, there isn't such a built-in feature within Views slider, if you agree, we can take it as a feature request, our developers will evaluate it.