By Daniele Sidoti on Thursday, 04 May 2017
Posted in Technical Issues
Likes 0
Views 478
Votes 0
Hi,
Like the picture i'm attaching, sometimes we have problems with the event visualization.
How can we fix this issue?

(link of event: https://licklime.com/eventi/226-chi-mi-manca-sei-tu)

Thank you.
Daniele
Hello Daniele,

It seems like your "Sito Web" field is causing the text to be overflown. Here's something that you can try,

[gist]
body #es .table.es-profile-data-table tr[data-display-field="1435"] a {
width: 600px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
}
[/gist]
·
Thursday, 04 May 2017 21:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

where I should put the code you sent?

Thank you,
Daniele
·
Friday, 05 May 2017 03:14
·
0 Likes
·
0 Votes
·
0 Comments
·
You can apply those custom css in this following file location :

JoomlaFolder/templates/YourCurrentTemplate/html/com_easysocial/css/custom.css

Note : these new folder/file you have to manually create it.
·
Friday, 05 May 2017 10:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I created that folder/file, but the problems with the event visualization is still there.

Thank you,
Daniele
·
Friday, 05 May 2017 16:40
·
0 Likes
·
0 Votes
·
0 Comments
·
is it possible provide us with your event page URL so i can directly check on it? because i've checked on your site, it seems work fine.
·
Friday, 05 May 2017 19:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Not all events are look bad.

For example: https://licklime.com/eventi/226-chi-mi-manca-sei-tu

Thanks,
Daniele
·
Friday, 05 May 2017 19:58
·
0 Likes
·
0 Votes
·
0 Comments
·
I already applied above css fix into this file JoomlaFolder/templates/bold_esprestige/html/com_easysocial/css/custom.css

It should work fine now, can you give it a check?
·
Friday, 05 May 2017 21:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Now it work fine...

Thank you,
Daniele
·
Friday, 05 May 2017 21:24
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Daniele, glad that your issues are resolved now
·
Friday, 05 May 2017 22:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post