Advertisement:

Author Topic: [SOLVED] Trouble with Social Auth plugin.  (Read 1073 times)

rcmarket2015

  • Jr. Member
  • **
  • Posts: 77
[SOLVED] Trouble with Social Auth plugin.
« on: September 03, 2015, 04:40:50 pm »
Hi everyone

i purchased yesterday this good plugin Social Auth

Now, i followed instructions but i have 2 issues.

First, i have added a link to connect with facebook in my header next to login, register etc...

Now, it works, and users can login, but problem is, when logged in, the link remains visible, and should not show after logged in.

is there a way or code to change this?

Also, im using Sofia theme, when i add the button to the login wrap, text of facebook is blue, and should be white. on login page, there button is showing fine.

Can anyone guide me true?

thanks
« Last Edit: September 04, 2015, 04:02:06 pm by rcmarket2015 »

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Trouble with Social Auth plugin.
« Reply #1 on: September 03, 2015, 05:58:42 pm »
@rcmarket2015
For whice color of link, add this to your style:
Code: [Select]
#header .head-links .zocial a {color:#fff;text-shadow:none;}

rcmarket2015

  • Jr. Member
  • **
  • Posts: 77
Re: Trouble with Social Auth plugin.
« Reply #2 on: September 03, 2015, 07:50:51 pm »
in what file do i add this or change this?

in you style css or in Social Auth css file?

rcmarket2015

  • Jr. Member
  • **
  • Posts: 77
Re: Trouble with Social Auth plugin.
« Reply #3 on: September 03, 2015, 07:56:30 pm »
also, it is only in wrap of your theme, the Facebook button text is bleu.

on login page , it is ok

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Trouble with Social Auth plugin.
« Reply #4 on: September 03, 2015, 10:12:06 pm »
@rcmarket2015
You can place it to style.css located in theme folder.

rcmarket2015

  • Jr. Member
  • **
  • Posts: 77
Re: Trouble with Social Auth plugin.
« Reply #5 on: September 03, 2015, 10:15:14 pm »
already did, does not change

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Trouble with Social Auth plugin.
« Reply #6 on: September 04, 2015, 01:54:25 am »
@rcmarket2015

Sorry,
instead of
Code: [Select]
#header .head-links .zocial a {color:#fff;text-shadow:none;}
it should be
Code: [Select]
#header .head-links .boxzocial a {color:#fff;text-shadow:none;}

rcmarket2015

  • Jr. Member
  • **
  • Posts: 77
Re: Trouble with Social Auth plugin.
« Reply #7 on: September 04, 2015, 03:43:57 am »
Perfect ! i added also text decoration none, to not have line under text on hover

Quote
#header .head-links .boxzocial a {color:#fff;text-shadow:none;text-decoration:none;}

Thanks a lot.

now just trying to find solution, once logged in by facebook that the option to login desapear

strange, in facebook connect, that option worked when user was logged in.


rcmarket2015

  • Jr. Member
  • **
  • Posts: 77
Re: Trouble with Social Auth plugin.
« Reply #8 on: September 04, 2015, 04:02:02 am »
ok, i managed to make it work

but problem is now, button is to big for menu in header

is it possible to make it smaller?

but only that button, not in wrap menu and login page

frosticek

  • Hero Member
  • *****
  • Posts: 3948
Re: Trouble with Social Auth plugin.
« Reply #9 on: September 04, 2015, 10:58:04 am »
@rcmarket2015
Use you css knowledge or define which button.

rcmarket2015

  • Jr. Member
  • **
  • Posts: 77
Re: Trouble with Social Auth plugin.
« Reply #10 on: September 04, 2015, 03:59:44 pm »
Its ok. SOLVED :-)