Text link visible in designer+preview but not on published site

Hi all,

I’ve got a text link inside a collection that is visible in designer and preview, but it’s not visible on the published site. Can someone please help me with this?

Share link: https://preview.webflow.com/preview/lyd-bilde-redisign?preview=6c60d2ad32857848f1ec1dbec970801d

Published site: http://lyd-bilde-redisign.webflow.io/

Your Share link is broken (try again).

In the CSS i find this declarations:

.dropdown{
  color: #efefef; /*same as your bg color so the text is invisble!! */
}
.title-box.dropdown{
color: transparent;
}
  • in your code the T is “No items found.” (and not Foto & video). mabye try to add this T again + connect to the CMS this t + add again the styles
    <div class="empty-state w-dyn-empty"><div>No items found.</div></div>

New share link here:
https://preview.webflow.com/preview/lyd-bilde-redisign?preview=487f0456f337cf1bd160ba01c1543aac

Thank you @Siton_Systems , that helped me a bit. I did manage to make the text visible, but now the text is visible, but in published site it still says ’ No items found’.

Remove this two classes from “collection items”, I don’t see any design added from this two classes (color: transperenty in you editor see screenshot). Now publish again and check if this is ok

Hi @Sven_Erik_Slattedale

Thanks so much for posting about this. It seems the filter you have set on the collection list is not working on the live site.

Here is a quick video I made that explains the issue and how to work around it: Screen Recording 2017-07-10...

I will report this to the team so we can investigate why the first filter was not working correctly.

@Siton_Systems and @Sven_Erik_Slattedale

After looking over the issue more I found that this is related to a known issue with filters. There are certain special characters that are cause the filter to break. This includes the ampersand &.

If you remove this from your filter and instead have Foto and Video or something similar the category will display as expected.

Thank you both so much for your help!!! @Brando : It was the & that turned out to be the problem, so by changing it to ‘And’, it’s no working as a charm :slight_smile: Thank you so much again for all your help :slight_smile:

1 Like

It’s my pleasure happy to hear that resolve it!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.