By sofian on Thursday, 02 October 2014
Posted in General Issues
Likes 0
Views 883
Votes 0
hi
i am using the frosty theme .
i want to play and edit the css for the imge cover on the profile and groups and eavents .
in the eampty cover i want to change the imge
in full cover i want to add some css elements .

thank you
You can replace the image in /media/com_easysocial/defaults/covers/user/default.jpg to an image you want (I don't know if ES have an over ride on this)
Ken
·
Thursday, 02 October 2014 08:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sofian,

Can you try Ken's suggestion because we didn't yet have this setting in the currents system. I am sorry for the inconvenience caused.

Please be advise.
Thanks.
·
Thursday, 02 October 2014 11:34
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you both ken and mohd .

i succese to change the defuald cover .
but the user cover (after he add acover with his image) , where i find this on css ?
in other words : the div that content the cover image .

thanks again
·
Thursday, 02 October 2014 14:22
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Sofian? Do you mean you dont want the user to change the background/cover image? If that's the case, just add this code on your css file (template)

.es-flyout-content {
visibility: hidden;
}
Ken
·
Thursday, 02 October 2014 14:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ken,

I am sorry but I can't understand you well regarding this issue:
but the user cover (after he add a cover with his image) , where i find this on css ?
in other words : the div that content the cover image .

Perhaps you can explain more so that we can understand you well.

Please be advise.
Thanks.
·
Thursday, 02 October 2014 16:58
·
0 Likes
·
0 Votes
·
0 Comments
·
here what i want exactly :

see the attachment image please .....

thank you both mohd and ken
·
Thursday, 02 October 2014 18:32
·
0 Likes
·
0 Votes
·
0 Comments
·
please .....
i dont want you to do it for me
just lead me to the code .

thanks
·
Friday, 03 October 2014 03:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sofian,

I am sorry for the late reply.
You can put this code in your current Joomla template and see if this issue resolved.

#fd .es-profile-header-cover{
box-shadow: inset 0px -70px 90px rgba(0,0,0,0.6);
-moz-box-shadow: inset 0px -70px 90px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 0px -70px 90px rgba(0,0,0,0.6);
-o-box-shadow: inset 0px -70px 90px rgba(0,0,0,0.6);
}


Please be advise.
Thanks.
·
Friday, 03 October 2014 11:22
·
0 Likes
·
0 Votes
·
0 Comments
·
perfeeeeeeeeeeeeeeeeeeeeeeeeeeeect ...

thank you mohd very very very much .

yes , my issue resolved now .

thanks
·
Friday, 03 October 2014 12:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sofian,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Friday, 03 October 2014 12:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post