I need immediate help

andrewtane

Active member
Feb 3, 2019
183
76
28
Spore
what will u change? design? just find in css class :
.nav-link at sb-admin-2.min.css
<a class="nav-link" href="/login">
<i class="fas fa-fw fa-sign-in-alt"></i>
<span>Login</span></a>
 
Jul 1, 2019
91
38
18
what will u change? design? just find in css class :
.nav-link at sb-admin-2.min.css
<a class="nav-link" href="/login">
<i class="fas fa-fw fa-sign-in-alt"></i>
<span>Login</span></a>
Hello brother , this is the email i got from google , they send me signin buttons too do you know how to change ? i will do team viewer if you know , here is the email ---
Dear Developer,
Thank you for your response!
We have noticed that the Google Sign-in button is still not compliant with the branding guidelines. (Please see the attached screenshot)
Please update the Google sign-in button so that it complies with the Google sign-in branding guidelines.
Note: Please reply back to this email after updating the button, so that we can proceed with the approval process.
Thank you for your patience. If you have any questions, please reply directly to this email.
 

andrewtane

Active member
Feb 3, 2019
183
76
28
Spore
or the simple way :
1. download google button image from https://developers.google.com/identity/branding-guidelines
2. add google button image (btn_google_signin_dark_normal_web.png) to your root
3. add this code to your sb-admin-2.min.css :
.googlebtn {background: url(your google button image path);}
4. change in your sidebar php :
<a class="nav-link" href="/login">
<i class="fas fa-fw fa-sign-in-alt"></i>
<span>Login</span></a>

into
<a class="googlebtn" href="/login"></a>

im sorry im in tight time today. but basically the easiest way is above.
I can help you but not today.
 
Jul 1, 2019
91
38
18
or the simple way :
1. download google button image from https://developers.google.com/identity/branding-guidelines
2. add google button image (btn_google_signin_dark_normal_web.png) to your root
3. add this code to your sb-admin-2.min.css :
.googlebtn {background: url(your google button image path);}
4. change in your sidebar php :
<a class="nav-link" href="/login">
<i class="fas fa-fw fa-sign-in-alt"></i>
<span>Login</span></a>

into
<a class="googlebtn" href="/login"></a>

im sorry im in tight time today. but basically the easiest way is above.
I can help you but not today.
it have minified version of css too , and i can't see sidebar.php in script
 

andrewtane

Active member
Feb 3, 2019
183
76
28
Spore
no problem, just add the css class on the last line of sb-admin-2.min.css.
for sidebar, you can find the file with code editor, try "find in files" and set to your script folder
find : <a class="nav-link" href="/login">
then you will meet with the respective file.
 
Jul 1, 2019
91
38
18
no problem, just add the css class on the last line of sb-admin-2.min.css.
for sidebar, you can find the file with code editor, try "find in files" and set to your script folder
find : <a class="nav-link" href="/login">
then you will meet with the respective file.
whenever i am trying to find it <a class="nav-link" href="/login"> i can see it in inspect but not in script , in script there is only file which contain this line of code is sidebar.scss . i think i do it with teamviewer when you are free , please send me message when you are free and check the code .
 
Jul 1, 2019
91
38
18
The website is not down , i am changing some codes , it will be up for everyone who wants to stream from drive , but first i have to update google policies then , it will be live again , if anyone know the structure of this code and know how to edit signin with google without errors in sidebar please help me .
Thanks
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu