馃敆 Allow to Query for Post Attachments #24234
vladninja
started this conversation in
Feature Request
Replies: 2 comments
|
I tested that by the using a custom query ID, but when I am using an Image widget with the "Post Feature" dynamic tag, it's not working. I assume the Image widget currently can not working in a context of the Attachment |
0 replies
|
For now that solved by using a custom query ID + custom dynamic tag for the Image which is able to use an attachments. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
I want to have a slider for my image attachments in post.
The best solution is probably to use a Loop Carousel for that, as that the flexible and allows to the user to create a loop item for that with the needed information.
It allows the user create a sliders with the attachments with a data which they want (like image, title, custom fields, etc)
Describe the solution you'd like
Add a new source for the Loop Carousel (maybe also for other Loop based widgets) - Attachments
Remember that the attachments may be in the context as well as an outside of the context, so the user need to define that also to be able to do what he needs.
Describe alternatives you've considered
Add ability to use a dynamic tags as a source. The Post Attachments dynamic tag is available by the default, so not need to change anything else.
Additional context
No response
All reactions