By Maurice Womack on Wednesday, 13 November 2013
Posted in General
Replies 8
Likes 0
Views 1.5K
Votes 0
I want to change the login icon to say "Login" instead of just an image. I tried to change it myself by adding the text "Login" to the icon-toolbar-white.png but the text is cutoff and I can only see the "Lo". I tried to change the width in the css file from 18 to 45px on line 13282 but it screwed the notification icons when logged in. Any advice?
Hello Maurice,

Sorry for late reply to this,
Do you mean you want your icon to be like that right ? See screenshot : http://screencast.com/t/YecPPL8S (This example from EasyDiscuss)
May i know which component login button you want to change?

Best Regards
Arlex
·
Wednesday, 13 November 2013 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Exactly. I want to change it in easysocial.
·
Wednesday, 13 November 2013 11:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Also,
Is there a way to collapse the es-social sidebar ion the left n the unity view? or move it to the right side? just curious...
·
Wednesday, 13 November 2013 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Maurice,

I want to change the login icon to say "Login" instead of just an image. I tried to change it myself by adding the text "Login" to the icon-toolbar-white.png but the text is cutoff and I can only see the "Lo". I tried to change the width in the css file from 18 to 45px on line 13282 but it screwed the notification icons when logged in. Any advice?


Can you pass me your site admin login credential and your ftp account and we will see if we can change the icon to text 'login' or not on the toolbar

Is there a way to collapse the es-social sidebar ion the left n the unity view? or move it to the right side? just curious...


Em i dont quite get you regarding the above. Can you capture a screen and show us which icons you referring?
Please advise.
Sam
·
Wednesday, 13 November 2013 13:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Done.
·
Thursday, 14 November 2013 10:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Maurice,

Thanks for the login details. I've applied a simple hack on your file 'JOOMLA/components/com_easysocial/themes/wireframe/toolbar/default.login.php' at line from 15 ~ 17:


<i class="icon-es-tb-locked" style="vertical-align: middle;"></i>
<span style="color:#fff;"><?php echo JText::_( 'COM_EASYSOCIAL_TOOLBAR_LOGIN' );?></span>


Please see http://screencast.com/t/iwDMSZ23u

Please take note, the above customisation will be gone if you upgrade your EasySocial in future. You will then need to re-apply the above fix every time you upgraded your EasySocial

Hope this help and have a nice day
Sam
·
Thursday, 14 November 2013 13:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Wow. Fantastic service! Much appreciated!
·
Saturday, 16 November 2013 22:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Maurice,

You are most welcome. Glad that your issue is solved.

Thanks!
·
Sunday, 17 November 2013 01:54
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post