_theclevernod:
When I was sorting the items with a number field called Sort Order, it was showing some items but not all. It seemed to be showing items where the sort order was under 6. But then after I went through and made all items under “6” for sort order, it stopped showing those with sort orders 4, 5, 6, so I made them all 3 and below. Then they stopped showing 3, so I made them all 2.5 and below. Now they stopped showing 2.5.
This could be due to the amount of elements in the child collection. As the limit of items on one page is 100, only the first 100 items will be properly nested while the rest will fail as they are not rendered on the page for CMS Nest to properly nest them.
There is a workaround for this detailed here
hey @info2 ! If your collection to nest is 100+ items you can try this:
For the CMS Nest script use this script:
<!-- [Attributes by Finsweet] CMS Nest -->
<script defer fs-attributes-preventload="true" src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsnest@1/cmsnest.js"></script>
Child collection (COLLECTION TO NEST)
Use CMS Load set to render-all
Enable pagination with 100 items per page
Activate Speed Boost
Use CMS Load callback to reinitialize CMS Nest
Add this snippet…