By Mark Wuilleumier on Saturday, 12 April 2014
Posted in General
Likes 0
Views 636
Votes 0
Yet more problems trying to integrate the complicated Stack Ideas components.
Let me keep it simple, and NO Website access necessary!
Look at the attached screen shot. Going left to right: mod_easyblogmostactiveblogger, mod_easydiscuss_top_members, mod_easysocial_leaderboard are the modules.
Notice the avatars. They are ALL DIFFERENT SIZES? Why and Where is all this resizing being done????? The images I entered were all larger than any of the rendered sizes shown here. I have looked at all the settings in all the modules and components (which always takes hours to do with all your unnecessary complexity) and NOTHING helps?
Any clues as to why this is happening???????????
Thanks,
Mark Wuilleumier
Hello Mark,

I am sorry for the late reply since we are weekend here,

I have put this css code in your css/mycustomstyle.css


#ezblog-latestblogger .mod-avatar, /*21april2014*/
div.discuss-mod.top-members img.avatar,
div.mod-es-leaderboard .media-object img{
height: 50px !important;
width: 50px !important;
max-width: none !important;
}

div.discuss-mod.top-members .item-avatar + .item-story{ /*21april2014*/
margin-left: 60px !important;

}

div.mod-es-leaderboard .leader-info span{ /*21april2014*/
margin-left: 12px;
padding-left: 0 !important;
}
body div.es-mod.mod-es-leaderboard .media div.media-object{ /*21april2014*/
height: 51px !important;
width: 51px !important;
}


Please have a look.
Hope this will help.
Thanks.
·
Monday, 21 April 2014 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

They are actually being sized using css or image attributes. Can you provide us with the link to this page so that I can prepare a css block of code for your site to standardize the sizes?
·
Saturday, 12 April 2014 13:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,
Thank you for your quick reply and offer of assistance in fixing this problem. I have uploaded a test site for you to log into and check out the problem. Anxious to learn the issues at hand.
Thanks! I have attached the login information in the form. For front end access the index.php is essential since I have an index.html file blocking normal access. The username and pw gives admin access.
Mark Wuilleumier
·
Saturday, 19 April 2014 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mohd,
Thanks a lot for this great help and fix! Problem resolved! I feel very good support from this company.
Thanks,
Mark Wuilleumier
·
Thursday, 24 April 2014 10:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Mark, glad that your issues are resolved now
·
Thursday, 24 April 2014 10:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Mark,

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.
·
Thursday, 24 April 2014 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post