Hey I have a page with a cms collection which should link to cms templates. It always has. I did do some polishing (added a gradient on the component in the link button, but suddenly when I published the site the connection between the pages is undone. It used to alays work now it doesnt. Anyone have an idea?
the website is Narrative (the unresponsive page)
Hi there,
If your Collection pages aren’t loading correctly, here are several troubleshooting steps you can try:
First, check your Collection template publish settings:
- Open the Pages panel
- Click the settings cog next to your Collection template page
- Navigate to Publish settings
- Ensure the publish toggle is switched “on”
If the pages still aren’t loading, your security settings might be interfering. Try whitelisting “*.webflow.com” in your antivirus software. You may also need to temporarily disable any VPN or proxy connections to test if they’re causing the issue.
As a final step, clear your browser cache and cookies to ensure you’re loading the most recent version of your site.
Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.
Hey @Cal
Just took a look & it seems like your navbar (with z-index: 1000) is covering the full page so the CMS links arent able to be clicked. If there is no need to have the nav cover everything, you can fix it by resetting the “bottom: 0” from the position properties to be “bottom: auto” instead for .navbar-2-pages.

