By Paul Murray on Wednesday, 25 March 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 550
Votes 0
Hello SI Team

Can you please help me to get the Login/Register box looking good!?!

Please see the screen shot.

a) Where "Your user name or email"
If we could change this to "user name or email"

b) The Login/Register buttons are too wide.

thanks in advance

Paul
Hello Paul,

I am sorry as I'm not explaining in details of my fix. I added the following css code in order to re-adjust the width to automatically follow the size of the module:

body div#fd.es .register-wrap {
width: auto;
}

body div#fd .btn-sm {
white-space: pre-line;
}


Regarding on your second inquiry, yes I am referring to the changing of the "username or email". You can find the following language string inside the file that I've mentioned in the previous reply:

COM_EASYSOCIAL_LOGIN_EMAIL_PLACEHOLDER="username or email"


Hope these help
·
Wednesday, 25 March 2015 18:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul,

I've applied the fix inside your /templates/wanderers/css/custom.css and also apply the language string inside your /languages/en-GB/en-GB.com_easysocial.ini for the placeholder. Please take a look
http://screen.stackideas.com/2015-03-25_1800.png
·
Wednesday, 25 March 2015 18:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hallo Ezrul

Thanks for the quick fix

I looked at the CSS file but honestly my CSS skills are so primitive that I do not know which lines are responsible for this fix. Could you kindly tell me which lines change the size of the Register boxes?

I guess when you refer to place holder you are talking about changing this here "user name or email"?

I will need to manually change the ini file after each Wanders update?

best

Paul
·
Wednesday, 25 March 2015 18:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ezrul

Please you do not need to apologise.
I just need to ask these stupid questions so that if/when things break again I can fix them myself.

Thank you for your great fast fix

best

Paul
·
Wednesday, 25 March 2015 18:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Paul,

You are most welcome. Glad that your issue has been resolved now.
·
Wednesday, 25 March 2015 18:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post