By ayhan on Monday, 05 January 2015
Posted in General Issues
Likes 0
Views 1K
Votes 0
some questions (perhaps too much,sorry)


How can ı hide "Please login using the form below"
to add some text,banner or pics
and
How can ı hide "Login to your account"
to add some text,banner or pics?


and another question How can I modify EasySocial Login (horizontal)?
for example :more thinner,longer and changing the color


How can ı add below the "Don't have an account? Register now to join the community!"
for example :"By clicking Create an account, you agree ......"?

thank you very much


EasySocial v1.3.13 Template: Wireframe
Hi Ayhan,

I am sorry, I can't understand you well. What do you mean by the "same problem"? By the way, the fix which I put it in your site is to make the form a little bit longer.

Can you tell us what do you want to achieve here so that we can help you apply the changes.

Please advise.
Thanks.
·
Thursday, 08 January 2015 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ayhan,

I am sorry for the late reply. Please find your answers below:
1. How can I hide "Please login using the form below"
>> You can use this css override code. You can put it in your current Joomla template. However, I don't encourage you to hide this alert notice since I believe this is essentials for EasySocial to display information to the user.

body div#fd.es .alert{
display:none;
}


2. How can I hide "Login to your account" to add some text,banner or pics?
>> You need to modify and customize these files and find this language string to be hide/removed: COM_EASYSOCIAL_LOGIN_TO_ACCOUNT_TITLE .
If you want to change to image, please change this: <?php echo JText::_( 'COM_EASYSOCIAL_LOGIN_TO_ACCOUNT_TITLE' );?> to <img src="" />
...\components\com_easysocial\themes\wireframe\dashboard\default.guests.login.php
...\components\com_easysocial\themes\wireframe\unity\default.php
...\components\com_easysocial\themes\wireframe\login\default.php
...\components\com_easysocial\themes\wireframe\login\dialog.login.php

3. How can I modify EasySocial Login (horizontal)? for example :more thinner,longer and changing the color .
>> I'm not sure how do you want to display it. Perhaps you can provide us link to your site so that we can inspect your site and provide you with possible css overrides.

4. How can ı add below the "Don't have an account? Register now to join the community!" for example :"By clicking Create an account, you agree ......"?
>> You also need to go to the above listed files and find this code:

<p class="text-center mb-20">
<?php echo JText::_( 'COM_EASYSOCIAL_LOGIN_REGISTER_NOW' );?>
</p>

and replace it with

<p class="text-center mb-20">
<?php echo JText::_( 'COM_EASYSOCIAL_LOGIN_REGISTER_NOW' );?>
</p>
<p class="text-center mb-20">
<?php echo ( 'By clicking Create an account, you agree ......' );?>
</p>


Hope this will help.
Thanks.
·
Monday, 05 January 2015 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
hi

1. How can I hide "Please login using the form below"
>> You can use this css override code. You can put it in your current Joomla template. However, I don't encourage you to hide this alert notice since I believe this is essentials for EasySocial to display information to the user.

you're right but where is css code ?

body div#fd.es .alert{
display:none;
}


3. How can I modify EasySocial Login (horizontal)? for example :more thinner,longer and changing the color .
>> I'm not sure how do you want to display it. Perhaps you can provide us link to your site so that we can inspect your site and provide you with possible css overrides.
for example: no space for 'username and password'
For a better understanding please see for picture 3.jpg

what i realy want is :
please see for picture full.jpg

Thank you
·
Monday, 05 January 2015 16:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Regarding your questions:
1. I already have gave you the css code. Please see the previous reply. However, may I give you another solution to hide this message? Here I have attached to you a file, can you download it and put it in your site here: ...\administrator\components\com_easysocial\includes\foundry.php . This is a customization and will not be included in the next releases. Please backup your site before upgrading EasySocial to the latest.

3. Here I give you a css override, can you copy and put it in your current Joomla template.

body div#fd.es.mod-es-login.style-horizontal .input-area .form-inline{
width: 200px;
}


Hope this will help.
Thanks.
·
Monday, 05 January 2015 17:59
·
0 Likes
·
0 Votes
·
0 Comments
·
thank you Mohd

1. and 4. It is okay

second question its about how to hide the "Login to your account" including "I forgot my password"

because i like to use EasySocial Login (horizontal) by the way I can not find the css for EasySocial Login (horizontal)

thank you again
·
Tuesday, 06 January 2015 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ayhan,

I am sorry for the late reply. Thanks for updating us back.
So, the remaining issues are:
2. How can I hide "Login to your account" to add some text,banner or pics?
>> You can modify/customize this files:
...\components\com_easysocial\themes\wireframe\dashboard\default.guests.login.php
...\components\com_easysocial\themes\wireframe\unity\default.php
...\components\com_easysocial\themes\wireframe\login\default.php
...\components\com_easysocial\themes\wireframe\login\dialog.login.php

If you want to change to image, please change this: <?php echo JText::_( 'COM_EASYSOCIAL_LOGIN_TO_ACCOUNT_TITLE' );?> to <img src="/" />

3. How can I modify EasySocial Login (horizontal)? for example: more thinner, longer and changing the color.
>> I believe I have give you a css override to make the form looks longer.
body div#fd.es.mod-es-login.style-horizontal .input-area .form-inline{
width: 250px;
}

You can find the css for the EasySocial Login Module here: ...\modules\mod_easysocial_login\styles\style.css . However, it is not advisable to make a modification/customization to this module css since it will get override if you updating EasySocial component to the latest.

Please advise.
Thanks.
·
Tuesday, 06 January 2015 17:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd


I found the style.css and I did a little experiment on it but nothing has changed

please can you seend me the css included


body div#fd.es.mod-es-login.style-horizontal .input-area .form-inline{
width: 250px;
}


if possible?

realy ı dont have any idea to this
·
Tuesday, 06 January 2015 23:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ayhan,

I am sorry for the late reply and I'm sorry for the messed-up reply earlier.
Have you clear your site cache and browser cache?

If you have, but still nothing change, perhaps you can provide us with backend access and FTP access so that we can have a better view on your site and provide you with the correct fix. Also, can you tell us what you're trying to achieve here? "more thinner, longer and changing the color".

Please advise.
Thanks.
·
Wednesday, 07 January 2015 13:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd

shure you can have FTP access but the problem is my site is now online
i add a picture its easier to tell (localhost display)
I want to change the colors, more compliant with my website
very important is there no space for email and password so that 'longer'

Thanks.
·
Wednesday, 07 January 2015 21:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ayhan,

Thanks for getting back to us on this. We can assist you with the "spacing" but not with the color schemes unfortunately as it is actually beyond our support scope.

However, we would need the site access to assist you with this and to identify the css conflict issues that you are having with the name and password.

Thank you for understanding!
·
Thursday, 08 January 2015 00:31
·
0 Likes
·
0 Votes
·
0 Comments
·
ok thank you
·
Thursday, 08 January 2015 02:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ayhan,

I am sorry for the late reply.
It seems like you have disable the login module. When I tried to access the backend, your site redirected back to the frontend.

Please advise.
Thanks.
·
Thursday, 08 January 2015 13:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd

try again please

ayhan
·
Thursday, 08 January 2015 16:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ayhan,

I have helped you put the css override code in your site here: .../css/template.css . Here is my screenshot: http://screencast.com/t/HrMqrfz4vC . Can you have a look on this?

Hope this will help.
Thanks.
·
Thursday, 08 January 2015 16:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mohd

Show Registration to 'NO'
than Show Registration back to 'YES'
and same problem...
and I did not anything else
·
Thursday, 08 January 2015 17:11
·
0 Likes
·
0 Votes
·
0 Comments
·
that's perfect
thank you very much
·
Thursday, 08 January 2015 17:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ayhan,

May I know is your issue is resolved?

Please advise.
Thanks.
·
Thursday, 08 January 2015 19:10
·
0 Likes
·
0 Votes
·
0 Comments
·
ok

thank you very much
·
Friday, 09 January 2015 00:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Ayhan, will mark this thread as resolved
·
Friday, 09 January 2015 01:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post