× Joomla Facebook Connect support forum

Topic-icon JFBCLogin button display incorrectly

Active Subscriptions:

None
15 years 3 months ago #7954 by fb_634042543
I place the facebook login button into some message translation, I work great with Kunena. But the button look ugly in Jomsocial and Joomla core login part. see: awesomescreenshot.com/0278k7m6c

Any tips to fix it? THanks a lot=]
The topic has been locked.
Support Specialist
15 years 3 months ago #7963 by alzander
Can you send me (PM is fine) links to where it looks good and where it looks bad? That will allow us to see what's different in the HTML to make the difference.

Thanks!
The topic has been locked.
Active Subscriptions:

None
15 years 3 months ago #7989 by fb_634042543
I haved sent a PM to you, please check, Alex=]
The topic has been locked.
Support Specialist
15 years 3 months ago #8003 by alzander
Anson,
Sorry for the delay. The reason you have that extra space in the Login button is because you're including the button in the System Message, and you have the following in templates/yoo_phoenix/css/system.css:
#system-message dd {
text-indent: 30px;
}
The text-indent is causing the space. If you throw the following into any of your CSS files that are loaded on every page, it should fix the Login button on this page (and not cause problems on other pages that use it):
.fb_button_text {
text-indent: 0px;
}

Hope that helps, and as always let us know either way!
The topic has been locked.
Active Subscriptions:

None
15 years 3 months ago #8030 by fb_634042543
The spacing problem solved, thanks Alex=]

But another problem sometimes appears these days, it's also appears in www.sourcecoast.com/
see: awesomescreenshot.com/07c8oqu44
Double buttons appears and no response given when I click it. Problem gone when I refresh the page.
I use chrome usually.

One minor question, for the apps in facebook, do we need to submit it to app directory. My apps only for login and update status message. What's the pros and cons for submit it to app directory?
"Once you have completed your app, you may submit it to the App Directory."
The topic has been locked.
Support Specialist
15 years 3 months ago #8045 by alzander
Hmm.. we've never seen the double facebook button, anywhere. We use Chrome most of the time too, but will keep an eye out for possible explanations. Thanks for pointing it out, but I have no suggestions on what it could be..

As for the Apps directory, you don't need to submit it at all. We don't submit any of ours. It's beneficial to submit them if you want them searchable by users on Facebook, which is good for games or things like that. It can help you with getting users to your site, a little bit, maybe, but we haven't seen any big advantages to this unless your application name is something people search for (either well known, or good keywords).

All in all, submitting your app to the director isn't required, and you can always decide to do it later. I can't remember if there's still a fee for submitting it, but there was at one point if you had less than a certain number of users.

Hope this helps, and good luck!
The topic has been locked.