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.
Thank you for help. I’m using chrome, the default theme, 5 or 6 theme components. I have already uninstalled one by one but its works perfect if i disable topic excerpts or enabling the safe mode.
I have some CSS codes for the logo and 2 or 3 things for the mobile view, i have already tested whitout it but i got the same problem as you Can see here: https://forumjogos.com.br
You Can try to reproduce by installing your plugin +TC, uninstall, and install thé 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.