Page 1: Produce Catalogue Page
I have made sure all my attributes are correctly placed and even used the finsweet cloneable to make sure I had them in the right place, but its not filtering all the items that need to be filtered in that a lot of the items that should be showing are not (just one or two). I went into the cms to double check to see if all the correct selections are made and they appear to be in place. Plus I can still see all the info I need on the card. But they are not all showing when I click the radio button.
Publish all the drafts in the Produce Varieties CMS Collection
Currently only 3 of the 40 entries are published, the rest show a Changes in draft message
And none of my categories are showing up. Some of the items are showing on the status.
This seems to have been sorted out & the Category radio buttons are now working as shown in the loom below
The Clear buttons
The Clear buttons currently only have the fs-list-element="clear" attribute
While this works, both of those buttons now act as a “Clear All” button & end up clearing all radio button selections from all filters on the page
Add the attribute fs-list-field="status" to the Status radio buttons Clear
& fs-list-field="category" to the Category radio buttons Clear
The Search input field
If you need the Search here... field to also work with the Card produce names add an fs-list-field="title" to the .card_produce_title names
Loom Link: Produce Catalogue Page Loom
One little update: Loom
Page 2: Quarantine Page
I am also having another issue with quarantine page although I think its because I didn’t put the collection list in the form for the radios to work?..I was also wondering would it be because I have 2 different statuses one for the import status and one for the quarantine and I don’t think I labled them differently not knowing if I should have (actually just thought of that).
On the Quarantine page, the radio buttons are setup correctly
The Status radios have the correct attributes & work as expected
The Type radios also have the correct attributes but don’t currently work
To get the Type radios working, add the attribute fs-list-field="type" to the relevant text on the Collection Item cards
I show how to achieve this on the Quarantine Page Loom below
The Clear buttons
Add the two needed attributes to get the Clear buttons working
fs-list-element="clear" to both buttons
Then fs-list-field="status" to the Status radio buttons Clear
& fs-list-field="type" to the Type radio buttons Clear
The Search input field
If you need the Search here... field to also work with the Card title names add an fs-list-field="title" to the .q-title names as shown in the loom
Loom Link: Quarantine Information Page Loom
Page 3: News & Updates Page
For the News & Updates page, you just need to add the fs-list-element="list" on the .updates-list Collection List
Everything else checks out
The Search input field
If you need the Search here... field to also work with the Card title names add an fs-list-field="title" to the .tag_title names as shown in the loom
Loom Link: News & Updates Page Loom
That should be all for all your 3 filter pages
Let me know how it goes
Thanks