By LAC Webadmin on Thursday, 23 June 2016
Posted in General Issues
Likes 0
Views 421
Votes 0
When an album name is too long it pushes the photo count to the next line and it doesn't look nice. Please see attachment.

Also, when clicking on the sidebar album name it does not show an ajax loading animation. That is confusing when the album loads slow.
Hey there,

I already consult with my colleague regarding this, the fix will included in next release version.

By the way, we will release next version today.
·
Friday, 24 June 2016 10:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,
It seems this is a bug on our end. Can you provide us with backend and ftp access so we can manually apply the quick fix for you? If not, please follow these steps to apply the css code into the related file. This is the css code:
div#fd.es.view-albums .es-widget-filter > li > a span {
display: inline-block;
line-height: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 90%;
}

1. Here is the guide to create custom css codes: http://stackideas.com/docs/easysocial/administrators/templating/adding-custom-css-codes
2. You will need to manually create the file directory as mentioned in the guide. Once created, add the code into the custom.css file.
3. Clear your site cache and browser cache and refresh the page and the fix will be applied.
Hope this helps.
·
Thursday, 23 June 2016 12:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Raymond,

Since you said it is a bug, I assume that it will be fixed in the later version. Can you just send me the patched css/less file since I don't want to create an override css file for ES.

Thanks,

Jackson
·
Thursday, 23 June 2016 23:55
·
0 Likes
·
0 Votes
·
0 Comments
·
I will consult with my colleague tomorrow morning regarding this and keep you update.
·
Friday, 24 June 2016 00:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex!
·
Saturday, 25 June 2016 00:02
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome, glad that your issues are resolved now
·
Saturday, 25 June 2016 03:06
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post