Topic-icon login module questions

Active Subscriptions:

None
9 years 6 months ago #48503 by אתרלכל
Hi,

I have several questions regarding the module after loging to the system using Linkedin:

1. After logining, how do I align the button tor the right?

2. why do I see the connection by facebook caption?

3. Why do I see the google+ button?

Please see the attached document.


Doc2.pdf

Thanks
The topic has been locked.
Support Specialist
9 years 6 months ago #48504 by mel
Replied by mel on topic login module questions

1. After logining, how do I align the button tor the right?

In the CSS, you should be able to change the float:left to float:right in the ".sclogin .sclogout-button" block

2. why do I see the connection by facebook caption?
3. Why do I see the google+ button?

Please verify that the SCLogin > Login View Settings > 'Show Logout Button' option is set to Hide. When disabled, you should not see any other buttons to connect other social networks when you're logged in

This should get you going, but please let us know if you still have further issues.

Thanks
-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #48540 by אתרלכל
Replied by אתרלכל on topic login module questions
hi,


1: Can you please provide me with extact file name and location and row number?

2\3., I still see the caption, and still see the google+ button. It make the logout button disappears and this is NOT what I want!

Can you please advise?

Thanks

P.S,


The button is located in logout view settings and not in login view settings
The topic has been locked.
Support Specialist
9 years 6 months ago #48542 by mel
Replied by mel on topic login module questions

1: Can you please provide me with extact file name and location and row number?

The themes are located in /media/sourcecoast/themes/sclogin.css. Depending on which theme you are using, it may be in a different line location, but for default.css the '.sclogin .sclogout-button' block is located at line 119.

I do recommend that you make a theme override and copy the CSS file you are using from the above media folder to the /templates/YOUR_TEMPLATE/html/mod_sclogin/themes/ folder (with a new filename) and alter it there. After copying here, please make sure to update the 'Theme' setting in SCLogin to reflect which theme you are using. Since you changed the name, it should be easy to differentiate between the modified file and original from the options.

2\3., I still see the caption, and still see the google+ button. It make the logout button disappears and this is NOT what I want!

You are right. I incorrectly replied with the wrong setting name. It's Logout View Settings > 'Show Connect Account Button(s)'. This one is the one you want. Very sorry for the confusion.

-Melissa
The topic has been locked.