Nested Repeater with GB Meta Query loop?

  • 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

  • Hi there,

    Unfortunately, not in the current version—but it is on our roadmap to address in a future update.

  • 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.

  • 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…

  • The dev team is currently working on it, however there is no release timeline yet.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.