Facebook login is still here even turned off

GK User
Sat Jun 02, 2012 9:30 pm
Facebook login is still here even though i turned off "Use Facebook login" in template options and even turned off the plugin. it is still here!

How can i remove it?
User avatar
Fresh Boarder

teitbite
Thu Jun 07, 2012 11:50 am
Hi

Do You mean the one inside login popup?

Please use this code to hide it:

Code: Select all
#gkPopupLogin #loginForm > div > div:first-child {
    display: none;
}
User avatar
Moderator

GK User
Wed Jun 13, 2012 10:32 am
Nope, it is still here!

I c/p that in overide css and it is still there in the popup on login
User avatar
Fresh Boarder

teitbite
Wed Jun 13, 2012 4:37 pm
Hi

Please show me Your site than.
User avatar
Moderator

GK User
Thu Jun 14, 2012 9:13 am
i must be blind, but i can not see option for PM here on forum! :)
User avatar
Fresh Boarder

GK User
Thu Jun 14, 2012 9:17 am
i ll send mail
User avatar
Fresh Boarder

teitbite
Fri Jun 15, 2012 10:31 am
Hi

The facebook login should dissapear when facebook authentication plugin is disabled, but to be sure You can try hide it with this css code:

Code: Select all
span#fb-auth {
    display: none;
}
User avatar
Moderator

GK User
Fri Jun 15, 2012 10:35 am
it is on even though i turned off the plugin!

but your last css code advice removed it

tnx
User avatar
Fresh Boarder

teitbite
Fri Jun 15, 2012 11:00 am
Hi

Ok. Good to hear that. I need to report this to programmers.
User avatar
Moderator


cron