In topic lists, this will display the most recent (aka highest) post excerpt below the title (or topic excerpt). It requires a plugin to actually have the highest-post data available.
Also includes settings to display the excerpt avatar, a reply icon, and limit excerpt rendering to a single line. There is also an option to show topic excerpt which is similar to Topic List Excerpts but works in a different way. Excerpts can be limited to specific topic lists by categories and/or tags.
Thank you for your help. I’m using Chrome, the default theme, and 5 or 6 theme components. I’ve already uninstalled them one by one, but it works perfectly if I disable topic excerpts or enable safe mode.
I have some CSS codes for the logo and 2 or 3 things for the mobile view. I’ve already tested without them, but I’m having the same problem, as you can see here: https://forumjogos.com.br
You can try to reproduce it by installing your plugin + TC, uninstalling it, and then installing the topic list excerpt back.
Looks like a problem with this topic, where part of a url results in an excerpt with a long unbroken line: ref_src=twsrc^tfw|twcamp^tweetembed|twterm^1793429561969193338|twgr^|twcon^s1_&ref_url=
Discourse is not removing the url from the excerpt and there is no max-width on the column so the word-wrap: break-word; doesn’t apply.
You might be able to fix this by adding this CSS which seems to force the long line to break even without a max-width:
I’m also looking for a way so that when people click on the reply content (from the home page), the opened topic moves to the reply post, not the post of the topic creator.