Remove Login With Facebook on the Login Popup

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Mon Sep 10, 2012 4:35 pm
Hi,

First of all, I'm a big fan of eSport, I really dig it.

My question concerns Facebook. I do not allow Facebook registration on my site and I do not want the "Login with Facebook" option to show up on the Login popup.

I've disabled the Facebook option from the Template menu, but the "Login with Facebook" option remains active on the Login popup.

Oh yeah, this is at: http://graysystems.com

Regards,

Matthew
User avatar
Fresh Boarder

Konrad M
Mon Sep 10, 2012 4:47 pm
Hi,
this will be fixed in next update but if you don't want to wait please go to lib/gk.framework.php and find
Code: Select all
// clear FB login
GKParser::$customRules['/<gavern:fblogin(.*?)gavern:fblogin>/mi'] = '';

change it to
Code: Select all
// clear FB login
GKParser::$customRules['/<gavern:fblogin(.*?)gavern:fblogin>/mis'] = '';
User avatar

GK User
Mon Sep 10, 2012 5:17 pm
Awesome!

Thank you very much.
User avatar
Fresh Boarder

GK User
Thu Oct 04, 2012 3:41 am
Hi ,
I applied this code to Financial business template in file lib/gk.framework.php but it did not remove the FB login button.
Regards
User avatar
Senior Boarder

Konrad M
Thu Oct 04, 2012 2:47 pm
@juneja.ricky can you give me url to your site ?
User avatar

GK User
Thu Oct 04, 2012 3:07 pm
Hi,
Can i give the url via PM, as i have seen forum discussions content also reflect in google search, and i don't want queries related to this url to be reflected publicly.
User avatar
Senior Boarder

Konrad M
Thu Oct 04, 2012 3:12 pm
Yes, sure. Send me PM. Remember to add link to this topic too.
User avatar

Konrad M
Fri Oct 05, 2012 8:38 am
Ok I got it. Please try add to override.css
Code: Select all
#fb-auth {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Oct 05, 2012 8:56 am
Yep, It worked. Thanks a lot Konrad.
User avatar
Senior Boarder


cron