By Mark Klinkhammer on Tuesday, 21 February 2017
Posted in General
Replies 4
Likes 0
Views 110
Votes 0
I am picking a template for my final EasySocial site. I think I am going to go with echo. I was wondering within the template, is this a module.... and what is the position within the template. SEE ATTACHED PIC
Hi there,

Based on our codes, those highlighted on your attached image, it seems that it is hardcoded. It will shown if you view those page. You can give a look at this path .../components/com_easysocial/themes/wireframe/friends/default/default.php. Please advice.
·
Tuesday, 21 February 2017 11:31
·
0 Likes
·
0 Votes
·
0 Comments
·
So it would be hard-coded into the template when I purchase it? Also, regarding the echo template.... is it possible to have square images of members... instead of the circles?

Thanks....
·
Wednesday, 22 February 2017 01:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

So it would be hard-coded into the template when I purchase it?

Yes it is. it will included on the packages it self.

Also, regarding the echo template.... is it possible to have square images of members... instead of the circles?

You have to do css template override, if you required them to shown on your site. I have provided below css below in order for you to do css template override.

.echo #es .o-avatar img {
border-radius: 2px !important;
}
·
Wednesday, 22 February 2017 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post