Topic-icon Not sure but plugin blocks content

Active Subscriptions:

None
13 years 3 months ago #31699 by guystu
Not sure how I can fix this or if has something to do with JFBConnect but if someone can help would appreciate
File Attachment:
. See photo for what i cam talking about, the big white space blocking content on home page.
The topic has been locked.
Support Specialist
13 years 3 months ago #31704 by alzander
The problem is caused when you've switched Facebook to be logged in as a "Page" instead of a personal profile account. That switch box is normal because you can't Like content when you're logged in as a Page, only when you're a real person user. That's to prevent abuse that would easily happen if Pages could Like content.

The big white box itself is an issue with Facebook where their iFrame is growing way too large. If we can see your page, that may help us understand what is causing it (likely some CSS conflict).

Can you post, or private message, the URL where that's happening?

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 3 months ago #31706 by guystu
sent you a message with link.
The topic has been locked.
Support Specialist
13 years 2 months ago #31725 by alzander
Guy,
Thanks for the PM with details on the site. There is definitely a bug with how the Login button is being rendered. This should only happen when you have 'switched' to using Facebook as a Page instead of as a personal profile account. When I switched to a personal account, the button showed fine with no gigantic white box.

Fortunately, there are a few ways you can fix this:
* In the SCLogin module, change to using a 'Custom Image' instead of the Javascript button you are using. Then, supply whatever image you want to use as the Facebook button, which is more flexible and generally nicer looking.
* Add some code to your CSS file, which will fix the width and height that the Javascript button can be:
#fb_login_button { 
    width: 80px; 
}
#fb_login_button span, 
#fb_login_button iframe {.
    width: 80px! important;
    height: 25px! important;
}
That was taken from this Stack Overflow post .

Hope that helps, but if you still have issues, let me know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 2 months ago #31760 by guystu
Okay thanks so saying do both those things or just one of the other?
The topic has been locked.
Support Specialist
13 years 2 months ago #31764 by alzander
Either should work. I'd honestly recommend the change in the SCLogin module is easier and more flexible in general.

Let me know if you still have issues or questions though,
Alex
The topic has been locked.