If your collection is not showing up on the Careers page in Webflow but works fine on the News page, there might be a configuration or visibility issue specific to the Careers page. Here's how you can troubleshoot this:
1. Confirm Collection List Binding
- Check that the Collection List is correctly bound to the desired collection on the Careers page.
- Go to the Designer view for the Careers page and ensure that the Collection List element is present.
- Ensure that the correct collection is selected in the Collection List Settings.
2. Check Element Styles
- Inspect the Collection List in the Style panel to make sure there are no styles causing the content to be hidden, such as
display: none or visibility: hidden. - Verify padding or margin settings that might push the content out of view.
3. Confirm Collection Item Conditions
- Review any filters or conditions applied to the Collection List that might be restricting items from appearing.
- Ensure filters are appropriate for the content you intend to display on the Careers page.
4. Check Page-Specific Settings
- Make sure the Careers page is set up correctly to display dynamic content.
- Review visibility settings specific to the Careers page that might impact item display.
5. Examine Collection Permissions
- Verify that user permissions for the collection allow for content display on all intended pages.
- Look at any gatekeeping settings in place that may be interfering with how and where the content is displayed.
Summary
To resolve the issue of a collection not appearing on the Careers page, verify that the Collection List is correctly bound, check styles to ensure content is not hidden, review item conditions and filters, and ensure page-specific settings and permissions do not restrict display.