By saovry on Wednesday, 18 October 2017
Posted in General Issues
Replies 6
Likes 0
Views 485
Votes 0
1. How could I move profile photo at profile, page, group and other parts that have profile photos because I don't want those profile photos block some part of cover profile.

2. Could I change header of it black color to light blue, other color...

Now I am using Wireframe, could we override on it..


thank...
Hi there,

1. How could I move profile photo at profile, page, group and other parts that have profile photos because I don't want those profile photos block some part of cover profile.

2. Could I change header of it black color to light blue, other color...

You can apply css codes below on your custom.css files as follows https://stackideas.com/docs/easysocial/administrators/templating/adding-custom-css-codes and see how it goes.
[gist type="php"]
//For profile sections, align them accordingly
#es .es-profile-header__avatar-wrap {
bottom: -105px !important;
}

//For header, chnage them accordingly
#es .es-navbar__body {
background-color: #2196f3 !important;
}
[/gist]
·
Thursday, 19 October 2017 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
They are not change...
·
Thursday, 19 October 2017 14:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have applied those css on this path .../templates/purity_iii/html/com_easysocial/css/custom.css and it should shown correctly now. Please give it check and see how it goes.
·
Thursday, 19 October 2017 17:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Could we increase space for event, profile picture, groups and page because those profile pictures are block on them? You can see on my attachment file?
thank
·
Thursday, 19 October 2017 17:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

It seems that any changes done on your site, get cached. I am not sure where does those cache is stored and how to clear them properly. Maybe you can provide us on how to clear them properly, maybe on your server end.

I have made some fixes, and it should works as it should, but it is required for you to purge all cache first in order for them to get it latest changes. Please advice.
·
Thursday, 19 October 2017 17:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post