Shorten post title
-
Hi there!
First of all, thank you for this great plugin. I just started translating my site to a second language and the plugin’s response has been excellent so far (like in any other context). Really happy with it! Thank you ??
Ok, here is my issue: I’d like to be able to limit the post title length, preferably to a certain amount of characters… or to a certain amount of lines.
I’ve tried the following methods, but none of them offer the desired outcome or are cross-browser effective:
1. Text truncation with css, usingtext-overflow: ellipsis
. Like this:white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
Problem: it only works with one line of text. Too limiting.
2. -Webkit-line-clamp property
overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
This would be perfect because it lets me decide the number of lines to display, but only works in webkit browsers…
I know that it’s not possible to specify the character length via css, but maybe there’s a way to do it editing a plugin file. In any case, I would really appreciate some help in this regard.
Thank you in advance!!! ??
The page I need help with: [log in to see the link]
- The topic ‘Shorten post title’ is closed to new replies.