-
vidyutdev
Is nested repeater field working with GB meta query loop?
Last time I checked we had to add additional fields to fetch them.
I just need the update.
Thanks
-
Alvind
Hi there,
Unfortunately, not in the current version—but it is on our roadmap to address in a future update.
-
vidyutdev
Hi, any update about the nested thing?
I’m using the old method some post suggested –
{{loop_item key:dates_info.0.available_date}}
{{loop_item key:dates_info.1.available_date}}
{{loop_item key:dates_info.2.available_date}}And then hiding with has selector…
Let me know if that is fixed or not? That method is really unprof,, and i’m reworking on that site.
Thanks
-
Hi there,
And then hiding with has selector…
Sorry, what does this mean?
Let me know if that is fixed or not?
Does it work? If so, then yes, you can use this method.
-
vidyutdev
Here is –
`.date-row:not(:has(p:not(:empty))) {
display: none !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}.date-row:has(p:empty),
.date-row:has(p:blank),
.date-row:not(:has(p)) {
display: none !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}Yes working, but not a professional thing…. I’m not getting the actual post, you guys said nested repeater is coming…
-
Alvind
The dev team is currently working on it, however there is no release timeline yet.
- You must be logged in to reply to this topic.