By david.bruehlmeier@sozialinfo.ch on Monday, 10 July 2017
Posted in General
Likes 0
Views 759
Votes 0
Why is there no link to the profile in echo template, if someone has voted?
Regards
Martin
Hi Martin,

Thanks for pointing out the issue. We will have a proper fix in the next release but in the meantime can you put this code below to your custom.css?


.com_easysocial #es .es-polls__count {
pointer-events: auto;
cursor: pointer;
}
.com_easysocial #es .es-polls__voters {
text-align: right;
display: block;
}
.com_easysocial #es .es-polls__voters .o-avatar {
line-height: 24px;
width: 24px;
height: 24px;
}
·
Monday, 10 July 2017 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Eugene
Thank you. the custom.css works well.

Another question. As you can see on the screen shot, a long text does overlapping with the link vote. It would be desirable if long texts (questions) do not overlap with the link vote (s) link. Do you have a solution for this?

Regards
Martin
·
Tuesday, 11 July 2017 02:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Maybe you can try to apply css code below and see how it goes

.com_easysocial #es .es-polls__count {
position: inherit !important;
}
·
Tuesday, 11 July 2017 09:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Warith, Perfect, Thank you.
·
Wednesday, 12 July 2017 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Wednesday, 12 July 2017 10:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post