By christian on Monday, 21 January 2019
Posted in Technical Issues
Replies 5
Likes 0
Views 429
Votes 0
Hello, I just grabbed text on a post in easyblog, and I just saw that in easysocial The text of the blog post goes beyond. How to solve this problem? look at the picture

Bonjour, Je viens de saisir du texte sur un post dans easyblog, et je viens de voir que dans easysocial Le texte de l'article du blog dépasse. Comment régler ce problème? regarder la photo
Hey Christian,

I have applied the following block of codes to the file /templates/rsevento/html/com_easysocial/css/custom.css fix this issue on your site, can you give this a try again now?

[gist]
#es .es-stream-apps__bd .es-stream-apps__desc {
word-wrap: break-word;
}
[/gist]

I will also log a ticket for this internally to see if we need to apply a fix for this in the next release.
·
Monday, 21 January 2019 21:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

it does not go over, it's ok.

Is it normal that it did not keep the text formatting of the blog in easysocial? see pictures

Christian

ça ne dépasse plus, c'est ok. Es-ce que c'est normal que ça n'a pas gardé la mise en forme du texte du blog dans easysocial?
·
Tuesday, 22 January 2019 19:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Christian,

Yes, that is the correct behavior after applying the CSS fix. If you have such a long word, it needs to be broken down to the next line, there is no way to respect the original word because there is no such word that is this long.
·
Tuesday, 22 January 2019 22:15
·
0 Likes
·
0 Votes
·
0 Comments
·
it works well, thank you.
·
Tuesday, 22 January 2019 22:35
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Tuesday, 22 January 2019 22:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post