Topic-icon Move facebook login button

Active Subscriptions:

None
5 years 8 months ago #64377 by hancel
Hello, I want to know how I can do so that the button that appears at the top of my site jomsocial move it more towards the top right without the button that appears in the lower part of the login module disappear. (Please look at image)
File Attachment:
The topic has been locked.
Support Specialist
5 years 8 months ago #64385 by alzander
Replied by alzander on topic Move facebook login button
What you're looking for may be possible with CSS, but it'd be difficult to shift it all the way over there. What I'd recommend is:
* In the SCLogin module, disable the showing of social network login buttons
* Create a new custom HTML module
** Place it in the top right corner of your page wherever you want it
** In the Custom HTML area, add:
<a class="sc_fblogin" href="javascript:void(0)" onclick="jfbc.login.provider('facebook');">
            <img src="/media/sourcecoast/images/provider/facebook/icon_label.png" alt="Identificarse con Facebook" title="Identificarse con Facebook">
</a>
That's the same code the SCLogin module uses.

With that, you have a lot of flexibility to move the button around, change the image, and style it however you want.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
5 years 8 months ago #64386 by hancel
Replied by hancel on topic Move facebook login button
Thank you, teacher
The topic has been locked.
Support Specialist
5 years 8 months ago #64390 by alzander
Replied by alzander on topic Move facebook login button
Glad to help. I hope that got you going, but should you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.