I use finsweet filters on this page. The problem is that I get only a subset of elements shown when I apply the “Tests” filter (2-3) whilst there are more CMS items with the category “Tests” in the database. I have no idea why. Can anybody help me?
On the products page the filters work as expected. So why not on the News/Neuigkeiten page?
Ensure your CMS Collection List on the News/Neuigkeiten page is set to display all items without limitations. Check that missing CMS items have the “Tests” category assigned correctly. Verify that the Finsweet filter script is targeting the correct collection list wrapper and matches the category slugs exactly. Inspect the page using Chrome DevTools (F12 > Console) to check for JavaScript errors or hidden elements. If items exist in the DOM but are hidden, adjust CSS display settings. Lastly, compare the page structure with the Products page where the filter works correctly to spot any discrepancies.
I really dont’ get it, why it is not working: I compared the page with Products and about page and could spot any difference. Maybe I overlooked something. I am not familiar with unsing the Developper console in the browser for error tracking. So any other smart advice would be highly welcome