Changed the code of the BxTimelinePageViewItem.php file, now the page titles and descriptions are correct. Everything seems to work correctly. UNA is so big, where many things are connected, so the question arose, does my solution break any functions of UNA?
Hello, it is impossible to change this in CSS. My code changes the headings on the pages. For example, previously on the timeline pages, no matter what you wrote, there would always be the same heading, for example: "Ivan added a message", which is very bad. With the changed code, the heading is generated from the first 70 characters of the text of the first paragraph, so it will be unique. I noticed this solution in one of the social networks, which is very well ranked by search engines.
Well, log files should indicate possible errors to start of with. Always back up just in case you need to fall back...
You could have just used css or maybe tailwind because browser by default use it. I've used custom css for mine.
Hello, it is impossible to change this in CSS. My code changes the headings on the pages. For example, previously on the timeline pages, no matter what you wrote, there would always be the same heading, for example: "Ivan added a message", which is very bad. With the changed code, the heading is generated from the first 70 characters of the text of the first paragraph, so it will be unique. I noticed this solution in one of the social networks, which is very well ranked by search engines.