CMS Blog not showing on live site only in designer

We created a blog a while ago using CMS elements. Everything was working fine until recently when we started adding more content. In the designer everything is being displayed correctly but there are cms elements missing. We use pagination (set to 5). On the first page only one element is shown and on page two five elements are shown. Four elements that should appear on the first page are missing.

What I tried:

  • Remove pagination – result: All post except the most recent are missing
  • Change pagination items – result: The first page only shows the most recent, the same four keep missing, more pages
  • Change sorting – result: the same four elements keep missing
  • Remove custom JS code that counts reading time – result: the same four elements keep missing
  • Check for identical content inside the cms

Can anyone point me in the right direction, to what could be a probable solution for this? I can’t explain it.


This is how it looks in the designer.


This is how it looks on the live site.


Here is my public share link: LINK
(how to access public share link)

Hi there,

If you’re experiencing missing CMS elements, this is likely related to your Collection template page publish settings. Here’s how to check and fix this:

  1. Open the Pages panel
  2. Locate your Collection template page
  3. Hover over the page and click the settings cog icon
  4. Select “Publish settings”
  5. Make sure the publish toggle is switched to “on”

This should make your CMS elements visible on the live site.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.

Hey @RAZOmax,

Can you share a read-only link of the site?

Yes I do. It should have been in the initial post actually too.

https://preview.webflow.com/preview/razo-energy-staging?utm_medium=preview_link&utm_source=designer&utm_content=razo-energy-staging&preview=e36e03c82ee9b3276813404c33172b67&pageId=662c133620312b33ec1e91d6&locale=de-DE&workflow=preview

@RAZOmax, the preview link leads to 404 error. Can you double-check and share a valid preview link?

Sorry for that. It seems to have expired. This one works:

@RAZOmax, in each collection item, you have a ‘hidden-div’ block which is set to display:none. Do you want to keep it there?

If yes, for testing purposes, can you clone the collection list in the page and remove that hidden-div block completely and just have the ‘wiki_link-container’ block inside each item? Publish and see if you notice any difference on the live site.

Thank you for your hint. Removing the “hidden-div” does solve the display problem, however then I have to remove the reading time calculation. Inside the hidden divs exists the full blog post, which I use to calculate the reading time that is displayed on the category thumbnails. It worked fine until eight posts, but this logic started to break after the ninth post.

Do you have an idea how I could calculate the reading time without having the post exist twice on the page? I guess I could add a field in my CMS with reading time, but there must be a way to solve this with code.

@RAZOmax, welcome.

Hmm, the simplest way would be to have a field in CMS for the reading time and accessing it (instead of loading the blog content in the list).

If you don’t want the manual work of filling the field, you could setup an automation via Make / Zapier which calculates the reading time via a formula (based on the length of the blog content) and pushes it to the CMS field accordingly. Hope this gives you some idea.