By Mike Bires on Tuesday, 25 August 2015
Posted in Technical Issues
Likes 0
Views 633
Votes 0
I just upgraded to the latest version of EasyBlog. I am using the Showcase module, and noticed;

1) Long titles get cut off as opposed to truncating or wrapping, and
2) I can't change the date to month first, day, then year, in the language overrides in Joomla.

How do I fix both problems?
Hi Michael,

I already inspected your site. Please use below CSS hacks to fix the title overlapping issue, please apply this CSS code into your own Joomla template stylesheet.
div#fd.eb.eb-mod .eb-gallery-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

Please let us know if you need further assistance regarding to apply this CSS hacks.

We already updated our development repo to fix this issue, thank you very much for reporting!
·
Tuesday, 25 August 2015 12:04
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Michael,

I am sorry that delay of this reply, regarding with your second issue is actually using this language constant :


DATE_FORMAT_LC3

I've help you override this language constant in your Joomla language override.

Regarding with your first issue, I already pass to our designer and keep you update.
·
Tuesday, 25 August 2015 11:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you!
·
Wednesday, 26 August 2015 02:04
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Michael.
·
Wednesday, 26 August 2015 18:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post