× Joomla Facebook Connect support forum

Topic-icon Problem with Social buttons in Article View

Active Subscriptions:

None
10 years 11 months ago #33106 by cybercell
Hello,
I'm writing you again in hopes you can help me again with 1 problem I encounter on my 1.5 Joomla with JFB connect.
I'm trying to get social buttons appear at the bottom of an article, as presented on your demo page
demo.sourcecoast.com/index.php?option=co...icle&id=8&Itemid=158
but for some reason, the 'like' box does not appear with other boxes in our articles.

I have provided you the login details in a private message.

Thank you in advance for your help!
The topic has been locked.
Support Specialist
10 years 11 months ago #33115 by alzander
In your /templates/<your_template>/css/theme.css file, you have the following style:
#jfbccomments iframe[style], .fb_iframe_widget span { width: 100% !important; }
That's causing the Like button not to show and should be removed.

Hope that helps, but if not, let us know when that line is removed and we'll gladly look into it further.

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

None
10 years 11 months ago #33124 by cybercell
I have done as you said, but Facebook comments are no longer responsive.
The solution you said I should remove was taken from this discussion:
www.sourcecoast.com/forums/jfbconnect/jf...-responsive-comments
#jfbccomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style],
#jfbccomments iframe[style], .fb_iframe_widget span { width: 100% !important; }
Do you have any other solution for me to have both responsive comments and 'Like' box visible?
The topic has been locked.
Support Specialist
10 years 11 months ago #33133 by alzander
Ahh, was wondering where that came from. The correct/revised code is:
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}
That should fix it for you, but let us know how it goes either way. That CSS change is planned to be in our next release as well.

Thanks,
Alex
The topic has been locked.