NO BUG: Words limit for basic text doesn’t work

The query post’s title doesn’t show completely when the longer post slides to other than the 1st position. I don’t know if this is my wrong setting or if there’s a bug.
In the 1st position, the post’s title is complete.


In the other positions, a part of the title disappeared.

For your reference, here is the URL: https://liontycase.com/

Solved

And here’s another problem, the words limit for basic text doesn’t work suddenly.


Here is the URL: https://liontycase.com/blog/

The words limit doesn’t work for dynamic data, but works fine for plain text.

Does anyone know what happened?

HI lionelcho,
Thanks for your report!

May I ask what the problem was?

There is a “non-breaking space” behind every word - is that intentional? It might be worth trying to clean up the paragraphs. It will probably work then.

Best,
timmse

Hi Timmse,

Thanks for your reply, I understand how to solve it.

But I found another problem, I don’t know if it’s a bug.


If I use the auto height switch, the problem I mentioned in my first lead will happen, but if I type auto in the height column, no problem at all.

I have listed the 2 examples on the page, you can check the following: https://liontycase.com/

Ah, I see :+1:

The auto-height toggle applies the height of the active item to splide__list (the wrapper that holds the items), so it makes sense to use it with only one item per page.

Setting the height to “auto”, adds height: auto to every element without limiting the height of splide__list.

So overall, it’s the expected result.

Okay, I have no problems then. Thanks for your help.