Topic-icon Login module not showing Facebook connect

Active Subscriptions:

None
9 years 6 months ago - 9 years 6 months ago #48653 by fb_710072567
Hi,

I've setup LinkedIN and Facebook connect successfully. If I only select Facebook, the FB connect button is shown and works. But when I active LinkedIN as well, only the LinkedIN connect button is shown. (see screenshot) If I de-active it, the Facebook connect button is shown.

How do I get both buttons to show?

Regards,

Sander
File Attachment:
Last edit: 9 years 6 months ago by fb_710072567.
The topic has been locked.
Support Specialist
9 years 6 months ago #48654 by mel
Inspecting your page shows that both buttons are there, but are on top of each other. Your template CSS is setting the following style block, which is interfering with the buttons and should be modified to exclude them:
@media (min-width: 960px)
.uk-notouch .tm-sidebar-togglebar .tm-sidebar .uk-navbar-nav > li a > i, .uk-notouch .tm-sidebar-togglebar .tm-sidebar .uk-navbar-nav > li a>img {
position: absolute;
left: 0;
}
The topic has been locked.