Topic-icon Plugin Options - Logout, Etc

Active Subscriptions:

None
11 years 10 months ago #45873 by designsedge
Hey Alex -

Simple questions:

1) How do I center align the login options block? Div style is overridden
2) How to I display a logout button - (Saw this once - can't find a plugin documentation page - Can you provide them?)

Thanks!
The topic has been locked.
Support Specialist
11 years 10 months ago #45876 by alzander

1) How do I center align the login options block? Div style is overridden

There are multiple styles on the login area and each of the login buttons that you can use to style things. For instance:
.sourcecoast.login {
text-align: center;
}
May do what you're looking for. If not, let me know a URL where we can see the buttons and specifically what you're trying to make it look like.

2) How to I display a logout button - (Saw this once - can't find a plugin documentation page - Can you provide them?)

The {JFBCLogin} tag has an option for logout which you can use:
{JFBCLogin logout=true}
You can see all the tag information on our Easy Tag documentation page or in the JFBConnect -> Social -> Examples admin area on your site.

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

None
11 years 9 months ago #46414 by designsedge
Close -- but still having issues (been traveling)

You can see the login on our home page - (bankwide dot com)

And the easy tags covers every aspect except for the Login Buttons ( Small Icons, Text=, Logout=true) |
The topic has been locked.
Support Specialist
11 years 9 months ago #46419 by alzander
The following styles should get you what you're looking for:
.pull-left.intro {
width: 100%;
}

.social-login.pull-left {
float: none !important;
display: inline;
}
The !important is only necessary because the pull-left defined by your template already has an !important, which makes it required that we add the important flag as well.

As for the easy-tags, I'm not sure what you mean there. Right now, it's not possible to add styles using the tags, if that's what you're looking for.

I hope that helps, but if you have any other questions, just let me know!

Thanks,
Alex
The topic has been locked.