By Joe Scaramucci on Friday, 11 November 2016
Posted in General Issues
Likes 0
Views 187
Votes 0
Strange behavior on 2.0.3. Not always easy to reproduce.
Tested on IE, Chrome, Firefox on W7, W10, Debian.

I can not add a "like" or a "comment" or "repost" or "social share" to a new event/pages if I AM THE FIRST ONE to add such a detail. I can add them if somebody else have already added a comment.
Otherwise, I can add a comment or a "I like" to an UPDATED event/pages post.

You can see this strange behavior on http://es2.stackideas.com/events demo site. Try to clikc on the comment link on the first post of an event (-->XXX created a new event) . See attach. pic .

Same behavior on my On Line site.

Any suggestion?
Thank you

joe
Hello Joe,

For quick fix you can apply css codes below into your template's stylesheets
[gist type="php"]
#es .es-profile-header--mini .es-profile-header__cover {
overflow: hidden;
}
[/gist]

The fix will be included in next release.
·
Friday, 11 November 2016 10:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Chang,
thank you so much for your quick reply.
Your quick fix CSS solved the problem.

BR
joe
·
Friday, 11 November 2016 15:13
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Joe.
·
Friday, 11 November 2016 20:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post