By gökhan on Thursday, 27 March 2014
Posted in General Issues
Likes 0
Views 566
Votes 0
Hi, i have a problem with deleting comments, edit comment pop-up disappear immediately when i tiry to delete comments on stream
Hi Gokhan and Robert,

There have some z-index issues in between the comment editor and the delete button, you can fix it by updated /components/com_easysocial/themes/wireframe/styles/blocks/comment.less

line 46.
From
z-index: 3;
to
z-index: 4;

and
line 56.
From
z-index: 2;
to
z-index: 3;

After that you will need to re-build the stylesheets at /administrator/index.php?option=com_easysocial&view=themes&layout=compiler&location=site&name=wireframe
·
Thursday, 27 March 2014 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gokhan,

Could you give access privilege to delete a comments? I tried reporting comments and the popup is working, please advice?

Thanks:)
·
Thursday, 27 March 2014 05:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes pop -up works with report. Did you try delete a comment? Please try delete a comment. you can post a comment, no wory, site under development
·
Thursday, 27 March 2014 05:11
·
0 Likes
·
0 Votes
·
0 Comments
·
I have the same problem. The menu closes when you hover over delete. Report and Edit are fine, it's just when you get down to Delete.
I had the same problem with the Edit Avatar dropdown menu on the profile but fixed it with some CSS, but that was the entire menu, not just one item on it.
·
Thursday, 27 March 2014 05:13
·
0 Likes
·
0 Votes
·
0 Comments
·
I have the same issue. It disappears fast before I can click on it
·
Thursday, 27 March 2014 05:16
·
0 Likes
·
0 Votes
·
0 Comments
·
@ Gavin G, yes exactly
·
Thursday, 27 March 2014 05:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanx Chang, fixed
·
Thursday, 27 March 2014 21:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for confirming. Glad that your issues are resolved now.
·
Friday, 28 March 2014 02:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post