If the collection is not showing up on the Careers page in Webflow, even in Designer view, while it works fine on the News page, there could be a few potential reasons for this.
1. Template inconsistency: It's possible that the Careers page template in your Webflow project is not set up to display the collection properly. Ensure that the necessary collection list or collection item element is present on the Careers page and configured correctly to pull data from the appropriate collection.
2. Collection filtering: Check if you have any filters applied to the collection list on the Careers page. If there are filters set up that exclude certain items or documents, it could prevent the collection items from showing up. Double-check the filter conditions and make sure they align with the data in your collection.
3. Conditional visibility: If you've set up any conditional visibility rules on the collection list or collection item element, review them to ensure that they aren't causing the collection to be hidden on the Careers page. Check for any conflicting conditions or visibility settings.
4. Collection binding errors: If there are any errors in the binding between the collection and the Careers page, it could lead to the collection not showing up. Make sure that the collection items are properly bound to the elements on the page, and that the field names used in the collection match the field names referenced in the page elements.
5. CMS item publication status: Verify that the CMS items you want to display on the Careers page are published and not in draft mode. If an item is still in draft status, it will not be visible on the live website.
6. Collection permissions: Check the permissions for the collection, particularly if you have set specific permissions for the Careers page collection. Ensure that the logged-in user or user role has the necessary permissions to view and display the collection items on the page.
By troubleshooting these potential issues, you should be able to identify why the collection is not showing up on the Careers page in Webflow and resolve the problem accordingly.