[cXF] Conversation Button under Avatar

[cXF] Conversation Button under Avatar 2.7.4

No permission to download
I've never get any such situation. On mobile it is scrollable. On my laptop or desktop looks fine with long text too.
 
Agree, that happens when you're using overaly function with editor. If you disable editor you won't get this situation. Currently not sure what to do about it.
 
Ok, add this to you EXTRA.css:

Code:
/* START - Conversation Button under Avatar */
.xenOverlay .formOverlay {
    margin-top: -60px;
}

.xenOverlay a.close {
    top: -56px;
}

.xenOverlay .redactor_box {
    max-height: 250px;
}
/* END - Conversation Button under Avatar */

Adjust the max-height in redactor_box to suit your needs. I hope it solves your problem.
 
Hello BassMan, thanks for this great addon!
there are some way to add the tooltip to the icon?
1.gif
With something like:
<i class="fa fa-envelope Tooltip" title="Start a conversation"></i>
 
Hello
I am using Widget Framework to display Staff Online block and Conversation icon does not display on it. (UI.X Class theme)
Any way to fix this ?
Regards
 
Hello
I am using Widget Framework to display Staff Online block and Conversation icon does not display on it. (UI.X Class theme)
Any way to fix this ?
Regards
Hi,

please read the FAQ tab and try the solution you'll find there.
 
@BassMan the tooltip doesn't seem to be working in certain widgets. In TaigaChat, the staff online now widget shows the icon but it doesn't show the tooltip. Not a huge issue, obviously, but I thought I'd let you know.
 
@BassMan the tooltip doesn't seem to be working in certain widgets. In TaigaChat, the staff online now widget shows the icon but it doesn't show the tooltip. Not a huge issue, obviously, but I thought I'd let you know.
Thank you for that information. The tooltip is added only to icon in postbit. I'll add it to icon with online staff later.
 
It doesn't seem to work at all. I also have Conversation Button in Profile Sidebar 0.9 installed but disabled (this mod works perfectly when enabled). Help please!
 
It doesn't seem to work at all. I also have Conversation Button in Profile Sidebar 0.9 installed but disabled (this mod works perfectly when enabled). Help please!
Not sure where is your problem. Need more information. Check settings in style properties, also check template modifications for this add-on if there are any red or gray numbers.
 
Back
Top Bottom