By Fagault Eric on Thursday, 26 October 2017
Posted in General
Replies 5
Likes 0
Views 258
Votes 0
Hello,
I use Cometchat on my site, since the update (2.1.1) I encounter small problems of layout.
When accessing the profile by clicking on the username in Cometchat, the profile does not display correctly.
On mobiles (With the mobile plugin), the Comm Chat bar (at the bottom of the screen) covers the lower part of the screen, which prevents access to eg the logout.
Is it up to you to point out these worries?
Best regard
Eric
Hey Eric,

Perhaps you can attach some of the screenshot which part not display properly so we can see whether this issue related to us or Cometchat.
·
Thursday, 26 October 2017 19:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much, here is a screenshot.
·
Thursday, 26 October 2017 20:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Eric,

I checked the difference between URLs generated by EasySocial and Cometchat and it seems like Cometchat isn't getting the right profile URL. Here's the difference,

Example:
URL generated by EasySocial: https://www.weblibertins.com/en/profil/2339-cpl-libertin-75/timeline

URL generated by Cometchat: https://www.weblibertins.com/en/community/profile/2339

Cometchat needs to get the correct URL for the profile. By the way, while I was on your site, may I suggest that you add the following css codes as it would make your members listing look prettier, http://take.ms/MZtO9

[gist]
.es-users-item {
background: #fff;
border: 1px solid #d7d7d7;
}

.es-users-item + .es-users-item {
margin-top: 15px;
}
[/gist]
·
Thursday, 26 October 2017 21:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,
Thank you very much, I add these codes in the wireframe style-min.css plugin?


For Cometchat, what do I do? I contact Cometchat?

Best regards.

Eric
·
Thursday, 26 October 2017 22:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Eric,

You need to add into your Joomla template's css file because if you add it in the wireframe, upgrading EasySocial will cause your changes to get overwritten

As for Cometchat, yes because those links are being generated by Cometchat in their own way. They are not utilizing our API to generate the profile links and this is why, the links are messed up
·
Thursday, 26 October 2017 23:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post