I followed the following Code Queen tutorial for limiting the number of characters displayed in a repeater text element. This has been working perfectly for months.
https://www.youtube.com/watch?v=bprVct9I8uw
Now I recently noticed that if I load more items on my repeater page (either with a pagination bar, load more button, or applying a filter), the additional items that are loaded ignore this code and the text element shows the full text.
There are no errors in the console. I tried other versions of this “limit characters” code that I found on Wix forums. They all work initially but again after more items are loaded, the newly displayed items do not have the truncated text.
You can see this happening on this page: https://www.venture.ch/mentorship
I would greatly appreciate any advice on this topic. Thank you.