Comments Jack started the conversationDecember 1, 2019 at 8:49pmHi,I tried to add truncate filter to dark carousel widget :<p style="color:{{item.primary_color}};">{{item.post.intro|truncate(50)}}</p>But I get an error : Unlimited Elements Error: Error in widget Article Dark Carousel, The filter "truncate" does not exist in "item" at line 7I also tried truncate_html(100) filter; same error.Plugin documentation says to use |raw for HTML, so I'm a bit confused.Regards Max replied privatelyJack repliedDecember 2, 2019 at 1:40pmThat worked like a charm ! Thank you very much :) Max replied privately Sign in to reply ...
Hi,
I tried to add truncate filter to dark carousel widget :
<p style="color:{{item.primary_color}};">{{item.post.intro|truncate(50)}}</p>
But I get an error :
I also tried truncate_html(100) filter; same error.
Plugin documentation says to use |raw for HTML, so I'm a bit confused.
Regards
That worked like a charm ! Thank you very much :)