I’m experiencing some strange behaviour with the first element of a looper.
In this instance, I have a looper provider
on a grid grabbing a custom post type, with the cells doing the consuming
, and when I set the count to a number higher than 15, the first child element of the first cell loses it’s content:
This is occurring in the builder only, and it shows up correctly on the front end.
Here is what the content should be:
And here you can see it is totally empty when the number of items being provided is higher than 15:
It’s a really odd one, as I have tried a few other things and none are coming up with this issue.
E.g. if I bring in a different custom post type to this same provider
, the issue does not arise. Also, changing the ordering of this provider
has no effect, so it’s not to do with a specific post breaking it.
Not sure if it’s one that will be very replicable, but maybe!
I added a secure note with login details incase that helps. The specific page is the About
page and the Team Grid
consumer and layout.