By Shaw Wu on Saturday, 09 November 2013
Posted in Technical Issues
Replies 3
Likes 0
Views 1.3K
Votes 0
Hi,

I've installed EasySocial on my site which has jReviews extension installed the same time. They work very well with each other. Thanks to the folks at ReviewsforJoomla.com - they did excellent job.

Just wanted to report a small layout issue in the EasySocial User profile page. On that page, the text within each frame indicating My Favorites/My Listings/My Reviews (set up in JReviews) gets truncated and partially hidden. Please see the following screenshot:

http://www.screencast.com/t/eqUwaGBBrocZ

Well, we JReviews users all know What 'My Lis' or 'My Re' really means. However for new site visitors, they may not easily know what those texts really mean if they are truncated. And this makes the site look very UNPROFESSIONAL. I think this is an issue with your EasySocial Demo site as well.

Can you please provide any solutions to this issue? In which php/html files should the code be modified to eliminate the text truncation, or which CSS to edit to make the frames containing the text a little bigger?

Please advise. Thanks so much!
Hello Shaw,

I am really sorry for the delay of this reply as I am currently in Boston attending the Joomla World Conference (Have a really bad jet lag here ). Ah, they are actually meant to be "truncated" because if the text get's too long, it messes up the layout Perhaps what we could do is to add a tooltip there. Does this make sense to you?

If you want to eliminate the truncation (Which I really wouldn't advise you to because it will mess up the layout), you need to add the block of css codes below into your template's css file,


div#es-wrap .es-header.es-header-mini .es-nav-apps .btn > span {
overflow: visible !important;
}
·
Saturday, 09 November 2013 14:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark for providing the css code. I used that and also increased the bth width and now all the text is included. BINGO! Thanks again.
·
Sunday, 10 November 2013 14:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

You're welcome.
·
Tuesday, 12 November 2013 12:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post