Topic-icon FB Like button, the popup window doesn't s show

Active Subscriptions:

None
11 years 5 months ago #27912 by joeliu
Dear

When I click the Like button, the popup window (or "flyout") doesn't show.
How could I do?
File Attachment:


My website: solomo.xedu.biz
The topic has been locked.
Support Specialist
11 years 5 months ago #27942 by alzander
Joey,
There's a few causes for this. First off, you posted in the Joomla 1.5 area, but look to be using Joomla 2.5. I'll be moving this post to the Joomla 2.5 forums after this, just so you know where to look.

To fix this issue, you need to make a few CSS fixes on your site. One to JFBConnect, the rest to your template. First, edit /components/com_jfbconnect/assets/jfbconnect.css. Remove the following block of code:
#fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], #fbcomments iframe[style], .fb_iframe_widget span {
    width: 100% !important;
}
That was introduced in the latest release and is causing us a lot of headaches. It will be removed in the next release.

Next, in your template's 98c.layout.css file (or at least, that's what I think it is due to an optimization of your CSS files), you need to modify the following block:
.column {
  overflow:hidden;
}
Remove that overflow:hidden line as it's chopping off some of the contents as well.

Hope that helps, but if not, let us know!

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

None
11 years 5 months ago #28119 by joeliu
Thanks for getting back to me.
The topic has been locked.
Support Specialist
11 years 5 months ago #28141 by alzander
No problem for the help! If you need anything else, just let us know.

Alex
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #28227 by ricmcc
I am having the similar problem. The facebook like dialog pops up in firefox and then instantly then disappears. However, in IE, it displays a popup window.

Any ideas?

www.easybirth.org/index.php?option=com_c...&view=article&id=106
The topic has been locked.
Support Specialist
11 years 5 months ago #28250 by alzander
Rich,
If you just added the Facebook Like button to a page on your site, or your whole site in general, it may take a few days for the Like button to fully start working. You can help this process along by using the URL Debug Tool on some pages that have the issue:
developers.facebook.com/tools/debug

That will help Facebook scan your page and also notify you of any errors that may be present with some of the tags we set. Try that on the page you're having problems with and then click the Like button again. Hopefully, that will fix you right up.

If not, or you need more help, just let us know!

Thanks,
Alex
The topic has been locked.