By trevorl on Friday, 16 January 2015
Posted in General Issues
Replies 12
Likes 0
Views 784
Votes 0
Hi I have an odd issue - in easy social on only some pages and the sidebar options that I cant find module positions for are transparent backgrounds - other pages are fine. I may not want to change all of them but would be good to find out how. This only happens with ES
Hey,

I am really sorry for the delay of this reply as it is a weekend for us here. Hm, I am really sorry but I don't really understand your question above. What do you mean by transparent backgrounds eh? May I know what are you trying to achieve here?
·
Saturday, 17 January 2015 17:01
·
0 Likes
·
0 Votes
·
0 Comments
·
I would like a white background, but only for the items in easy social.

For example Comments in activity stream have white bg.
·
Saturday, 17 January 2015 23:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, but I am still a little lost as to what you are trying to achieve here. Based on my understanding, you are trying to apply a white background on the items of your screen shot?

To set a white background for the headers in the conversation and the sidebar in conversations,


.conversation-tool-header {
background: #fff !important;
}

.view-conversations .es-sidebar {
background: #fff !important;
}


To set a white background for widgets on the sidebar,


.es-sidebar .es-widget {
background: #fff !important;
}
·
Sunday, 18 January 2015 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you...almost there.

1. Regarding the conversation header, the header usually has icons for delete, archive it is those that are not visible..
2. I have used your example of .es-widget and that works... How can I use it to select individual widgets only?
3. in some screens for example the privacy settings screen, the main body where you input text does not have a white background, where as on the edit profile screen it does have... You scan see this if you go to the url I gave you. How can I set the content area for privacy to be white as well? Btw the input boxes are ok.

Thank you.
·
Sunday, 18 January 2015 10:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi- I f you go to the conversation area and click compose ; you get this background.....
·
Sunday, 18 January 2015 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I am sorry for the delayed reply.
You can try use this css override, and put it in your current Joomla template.

body div#fd.es .textboxlist-textField{
background: #fff !important;
width: 100% !important;
}

body div#fd.es .mentions-textfield .mentions>div{
background: #fff !important;
}


Regarding your inquiry, "How can I use it to select individual widgets only?" I believe this cannot be done since each widget are automatically generated. This means that it doesn't have a specific css class to be point to.

Hope this can help.
Thanks.
·
Monday, 19 January 2015 13:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Very strange but it did not work, there does not seem to be a standard with this; for example group discussions gives the same problem.

The conversation header is still not visible.
·
Monday, 19 January 2015 18:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I have helped you fix this issue. I have put the code in this file: /css/template.css . Here is my screenshot: http://screencast.com/t/OpRNtBKm2 and http://screencast.com/t/AzMuuGsCFO .


body div#fd.es .textboxlist-textField{
background: #fff !important;
width: 100% !important;
}

body div#fd.es .mentions-textfield .mentions>div{
background: #fff !important;
}
body div#fd.es .es-container .es-content{
background: #fff !important;
}


Hope this can help.
·
Monday, 19 January 2015 19:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, I see it now thank you

I think with the conversation header the options are only visible when you check the select box- can I set the options to be visible all the time?

Thanks so much for your time.
·
Monday, 19 January 2015 20:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I believe this cannot be done in the current system. I am really sorry about this. If this a priority, please do post them on our sales section at https://crm.stackideas.com and our sales department would get back to you with a proper quote.

I am really sorry and please advise.
·
Tuesday, 20 January 2015 01:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi thanks for your help so far.....

I will wait for you to update it as I feel it should be a standard feature - menu options should be visible- not only after select box is ticked, it is not a good workflow. Otherwise what is the reason for selecting the check box? The menu tells you what and why you are selecting.

·
Tuesday, 20 January 2015 02:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Thanks for the heads up. I think you're right. I will forward this issue to our developers have have them take a look on this issue.

Thanks again and have a wonderful day.
·
Tuesday, 20 January 2015 03:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post