Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated

Flat theme chat secton

6 years 8 months ago
  • Goran's Avatar
    Topic Author
  • Goran
  • Offline
  • Junior Boarder
  • Posts: 140
  • Thank you received: 13
Licenses:
JomSocial Active GURU Expired Publisher Expired AdAgency Expired iSEO Active

Hello, I have noticed that chat section on Flat theme looks kinda weird.
I have thought that it was me but it is the same on the JomSocial demo page demo.jomsocial.com/

6 years 8 months ago
Licenses:

Zdravo Goran.

Thank you for contacting us.
How does it look on your site?
Could you provide printscreen?


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
6 years 8 months ago
  • Goran's Avatar
    Topic Author
  • Goran
  • Offline
  • Junior Boarder
  • Posts: 140
  • Thank you received: 13
Licenses:
JomSocial Active GURU Expired Publisher Expired AdAgency Expired iSEO Active

Here it is Michal, pretty much it looks the same as on your demo site.
Pic 1 and 2

Also I have one question is it possible to use default theme but to have front page as with Flat theme (pic 3)

6 years 8 months ago
Licenses:

Zdravo, Goran.

Hvala, now that looks like a bug.
I'll report this to our developers.

Assigning template to frontpage only could be tricky as frontpage menu item is shared with all other JS pages.
You'll need to create menu item ID (by creating menu items) for each main JS positions.
Then assign template to frontpage menu item.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
6 years 8 months ago
Licenses:

Zdravo, Goran.

Please, try: rebuild the css by pressing save in theme designer while using flat.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Goran
6 years 8 months ago
  • Goran's Avatar
    Topic Author
  • Goran
  • Offline
  • Junior Boarder
  • Posts: 140
  • Thank you received: 13
Licenses:
JomSocial Active GURU Expired Publisher Expired AdAgency Expired iSEO Active

Already done that several times with theme changing even reinstalling it.
Concerning frontpage header I will not have to assign menus and modules since I need only header with login box as in flat theme. Any points of advice on that.

And thank you again. :)

6 years 8 months ago
Licenses:

Zdravo Goran.

Okay, I ask developers to investigate this.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Goran
6 years 8 months ago
  • Goran's Avatar
    Topic Author
  • Goran
  • Offline
  • Junior Boarder
  • Posts: 140
  • Thank you received: 13
Licenses:
JomSocial Active GURU Expired Publisher Expired AdAgency Expired iSEO Active

Hvala Michal, enjoy the weekend. :)

6 years 8 months ago
Licenses:
JomSocial Active

I can confirm problem with Flat theme and new chat system. On jomsocial theme everything looks like it should. On Flat theme is looks like new layout is not used but rather old messaging layout.

Attachments:
6 years 7 months ago
Licenses:

HI, Vladimir.

I was able to replicate this issue and I'm in touch with our developers.
I hope I could provide you with fix ASAP.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Vladimir
6 years 7 months ago
Licenses:
JomSocial Active

Fix for Flat chat/messaging section is simple css. Took from jomsocial theme.
Change Primary and Secondary colors as needed:

.joms-chat__conversations-wrapper {
display: table-cell;
width: 35%;
border-right: 1px solid rgba(0, 0, 0, .05);
vertical-align: top;
}
.joms-chat__messages-wrapper {
display: table-cell;
vertical-align: top;
}
.joms-chat__wrapper {
display: table;
width: 100%;
}
.joms-chat__search {
padding: 14px;
border-bottom: 1px solid rgba(0, 0, 0, .05);
background-color: rgba(0, 0, 0, .025);
border-top: 1px solid rgba(0, 0, 0, .035);
}
.joms-chat__search_conversation[type="text"] {
margin: 0px;
}
.joms-chat__item.active {
color: #fff;
background-color: #3f947c; /*PRIMARY COLOR BUTTONS*/
}
.joms-chat__item > .joms-avatar {
display: table-cell;
width: 32px;
vertical-align: middle;
}
.joms-chat__item > .joms-avatar > img {
max-width: 32px;
max-height: 32px;
}
.joms-chat__item-body {
display: table-cell;
padding-left: 9px;
vertical-align: middle;
}
.joms-chat__item.active a {
font-weight: bold;
color: #fff !important;
}
.joms-chat__header {
display: table;
width: 100%;
padding: 14px;
border-bottom: 1px solid rgba(0, 0, 0, .05);
-webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, .025);
-moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, .025);
box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, .025);
}
.joms-chat__message-item {
position: relative;
display: table;
width: 100%;
padding: 6px 14px;
color: #666666;
}
.joms-chat__message-item > .joms-avatar {
display: table-cell;
width: 32px;
vertical-align: middle;
}
.joms-chat__message-item > .joms-avatar > img {
max-width: 32px;
max-height: 32px;
}
.joms-chat__message-body {
display: table-cell;
padding-left: 9px;
vertical-align: middle;
}
.joms-chat__message-item.you .joms-chat__message-body > div {
background-color: #64AE9A; /*SECONDARY COLOR BUTTONS*/
color: white;
}
.joms-chat__message-body > div:last-child {
border-bottom-left-radius: 9px;
border-bottom-right-radius: 9px;
}
.joms-chat__message-body > div:first-child {
border-top-left-radius: 9px;
border-top-right-radius: 9px;
}
.joms-focus__button--options--desktop {
padding-top: 15px;
}
.joms-chat__message-body > div {
background-color: #ecf0f1;
font-weight: bold;
font-weight: 500;
margin: 2px 0;
padding: 6px 14px;
position: relative;
}
.joms-chat__messagebox {
padding: 14px;
background-color: rgba(0, 0, 0, .025);
border-top: 1px solid rgba(0, 0, 0, .035);
}
Add to Joomla template template.css or add as user.css to Joomla template css folder in case you don't want it overwritten by some update and load it in template index.php <head>...</head>
section like:
<link href="<?php echo JURI::base() . 'templates/' . $app->getTemplate() ?>/css/user.css" rel="stylesheet" />

The following user(s) said Thank You: Goran
6 years 7 months ago
Licenses:

HI, Vladimir.

Thank you for sharing this.
This was reported and our developer is working on this.
Fix should be implemented ASAP.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
The following user(s) said Thank You: Vladimir
6 years 7 months ago
  • Goran's Avatar
    Topic Author
  • Goran
  • Offline
  • Junior Boarder
  • Posts: 140
  • Thank you received: 13
Licenses:
JomSocial Active GURU Expired Publisher Expired AdAgency Expired iSEO Active

Hvala Vladimire.

6 years 7 months ago
Licenses:

HI, Guys.

It's fixed in latest version 1.0.1.
Please, download if from here: www.jomsocial.com/my-downloads
Install it by uploading package content here: ROOT/components/com_community/templates
Then browse to Backend -> Components -> JomSocial -> Theme Designer -> Colors and click SAVE button.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW