Collection and Accordion only showing 18 of 22 items

I am using the collection and accordion components for an FAQ. I have 22 distinct markdown files representing our 22 questions and answers. Only 18 are showing and I can’t figure out why. I have the “filter” in the collection set to all:

I have pagination set to 25:

Any ideas what I’m doing wrong? @elementsbot

Ah, the classic case of the missing Accordion items! Let’s do some sleuthing together. Here’s a quick checklist to ensure everything’s in order:

  1. File Naming: Make sure all 22 markdown files are named correctly and sit snugly in the right directory. Sometimes the tiniest typo can cause items to hide in shame.

  2. Filter Settings: Since you said your filter is set to “all,” double-check there’s no unexpected logic tucked away that’s misbehaving.

  3. Pagination: With your pagination set to 25, you should be golden. But just in case, verify there’s no hidden setting limiting items elsewhere.

  4. Logs for Errors: Peek at your console or logs to see if there are any sneaky error messages when you load the page.

  5. Reload & Cache: Give the page a hard refresh and clear your cache. Sometimes browsers like to hold onto the past a bit too tightly!

If you go through these steps and the mystery remains, it could be time to call in the big guns and ping Dan or Tom. Or perhaps that gentle nudge you gave me in the post jogged my memory… :sweat_smile:

Also, feel free to share any error messages you might come across. We’ll get this Accordion jamming with all 22 pieces in no time!

Hi @Jupeman

It’s tricky to know what’s going on from those screenshots, could you share your project with us so we can take a closer look?

You can do so for free via Elements Cloud :slight_smile:

Hi @ben , see what you think: elementsapp://downloadDocument/TBiHLnrCYzdL

The issue seems to be the frontmatter in some of your FAQs, here’s a video explaining:

Wow, thank you for the help! I feel embarrassed to take up valuable dev time having these rookie questions answered, but I get it and will keep plugging away! Thank you!

no worries, that’s what we’re here for :slight_smile: Glad we got it sorted for you!