By Goodwin mankomba on Wednesday, 24 September 2014
Posted in General Issues
Replies 21
Likes 0
Views 853
Votes 0
Hi
can you please help me where i can find a code to change the size of the avatar in the search dropdown results. the default ones look small to me and i want to change to a reasonable size.

below are two snapshots of how i want the avatars to look like from the default one

Regards
Goodwin
Thanks for updating Goodwin, glad that your issues are resolved now
·
Tuesday, 30 September 2014 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Goodwin,

You can add the block of css codes below into your template's css file,


body .search-result-list .es-avatar,
body .search-result-list .es-avatar img{
width: 24px !important;
height: 24px !important;
}
·
Thursday, 25 September 2014 01:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi mark.
Thanks for your help. i was able to increase the size of the avatar.

There is something i have noticed with the search form. when i search for the name robert it shows me the results of even the accounts i had before which i deleted and also when i change the profile avatar the search will give me the results of the unused avatar but that will redirect me to the dashboard interd of profile page

below is a snapshot i have posted
·
Thursday, 25 September 2014 12:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Mark
Is it also possible if you can also help me with the css codes for size of the avatar for Friend request, Conversation and notification popups. i need to change the avatar size like you helped me with the search form.
·
Thursday, 25 September 2014 13:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Add this to your template:

body div#fd.es.popbox-notifications .es-avatar img {
height: 32px !important;
width: 32px !important;
}

body div#fd.es.popbox-notifications .es-avatar {
height: 32px !important;
width: 32px !important;
}


Hope that helps.
·
Thursday, 25 September 2014 13:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanx Josh. it worked.

Goodwin mankomba wrote:

Hi mark.
Thanks for your help. i was able to increase the size of the avatar.

There is something i have noticed with the search form. when i search for the name robert it shows me the results of even the accounts i had before which i deleted and also when i change the profile avatar the search will give me the results of the unused avatar but that will redirect me to the dashboard interd of profile page

below is a snapshot i have posted


that is now what is remaining the form results
·
Thursday, 25 September 2014 15:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Goodwin,

Try to purge the Smart Search results and see if you are able to reproduce this again.
·
Thursday, 25 September 2014 16:18
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Goodwin,

I believe your issue has been resolved now? If you are still having issues with this, do let me know
·
Thursday, 25 September 2014 23:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark
This issue was solved but after upgrading to 1.3.6. the avatars have gone back to the small sized defult.

theses are the code i had put in my css file "templates/ict_conches_pro/css/responsive_v1.css" below:

body .search-result-list .es-avatar,
body .search-result-list .es-avatar img{
width: 40px !important;
height: 40px !important;
}

body div#fd.es.popbox-notifications .es-avatar img {
height: 40px !important;
width: 40px !important;
}

body div#fd.es.popbox-notifications .es-avatar {
height: 40px !important;
width: 40px !important;
}

they worked perfectly for almost a week and just after upgrading these codes cant work. am i missing something?

Please help

Regards
Goodwin
·
Monday, 29 September 2014 15:55
·
0 Likes
·
0 Votes
·
0 Comments
·
I have just tried to place these css codes into your template's css file using firebug and it does work correctly as you can see here, http://screencast.com/t/87DJCHU4EQBF

I am really sorry but unfortunately we would not be able to further assist you on these customizations.
·
Tuesday, 30 September 2014 01:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Don't worry Mark, I got your back on this one. A link to your site will allow me to see what's going on.
·
Tuesday, 30 September 2014 02:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Josh, how do i send you my admin details?
·
Tuesday, 30 September 2014 03:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Technically you shouldn't have to. As long as I can see your site I will be able to see the CSS that is being loaded and what over ride is conflicting (via a !important rule). You can also contact me via my website. Access to a test user account however would be appreciated.
·
Tuesday, 30 September 2014 03:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for helping out Josh
·
Tuesday, 30 September 2014 11:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Josh thank you for your effort to try and help me . i have sent you the login details through your website.

Regards
Goodwin
·
Tuesday, 30 September 2014 11:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark, we need your help. For some reason the font icons are not loading through out the entire ES component of Goodwin's site. In addition to this, the notifications/pm/friend requests popbox says "Unable to load tooltip content" as well as on the search. All I did was login and take a peek.
·
Tuesday, 30 September 2014 12:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Josh
to my side the site is able to load properly and here are the snapshots of the site
·
Tuesday, 30 September 2014 14:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Here's what it looks like on my end:



I tried a different browser just to be sure. I'm guessing this is a CDN issue based on my location.
·
Tuesday, 30 September 2014 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Have you tried flushing your cdn and reloading all the static files?
Ken
·
Tuesday, 30 September 2014 16:52
·
0 Likes
·
0 Votes
·
0 Comments
·
hi josh
i don't know if my cdn is activated because my isp has not yet pointed the ns records for cloudsource.com the ones i want to use the cdn from. CDN IS NOT YET ACTIVATED
·
Tuesday, 30 September 2014 16:57
·
0 Likes
·
0 Votes
·
0 Comments
·
josh. i have done it its working well now. all i did was replace the css file which was corrupt. and it has done the magic. thanks for youe effort

You are such a great help with mark too

Regards
Goodwin
·
Tuesday, 30 September 2014 22:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post