× Joomla Facebook Connect support forum

Topic-icon Problem with Social buttons in Article View

Active Subscriptions:

None
10 years 9 months ago #34364 by cybercell
Hello, it's me again, continuing discussion from www.sourcecoast.com/forums/jfbconnect/jf...tons-in-article-view

I have tried to enter the code you gave me, but it doesn't work. Your function simply cannot be read. I waited for the new update as you suggested, but since you haven't released one for Joomla 1.5, I hope you'll be able to give me the css code I can fix this issue with on my joomla 1.5 site.

Thank you in advance!
The topic has been locked.
Support Specialist
10 years 9 months ago #34370 by alzander
Can you post, or PM, me a page from your site where we can see the problem. Also, let us know exactly what problem you're currently having. The other thread was about Like button issues and Responsive comments. Which of the styles from that thread did you try to apply that aren't working?

We won't be releasing any more versions for Joomla 1.5, as we've announced in the past. We'll gladly help with any fixes to existing bugs in those releases or setup/configuration questions though.

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

None
10 years 9 months ago #34451 by cybercell
Thanks for your reply.
the problem is the same as in the previous thread, but the thread was closed and I couldn't reply you there.
So I tried to implement your code:
.fb-comments, .fb-comments iframe[style] {width: 100% !important;}
But it doesn't work.
To remind you, I couldn't get the 'like' box appear with other boxes in our articles when I implemented the solution from this thread: www.sourcecoast.com/forums/jfbconnect/jf...-responsive-comments to get the social buttons to be responsive.
I need both 'like' box and responsive behavior. :)
I pm-ed you access details.
The topic has been locked.
Support Specialist
10 years 9 months ago #34490 by alzander
Cybercell,
Sorry for the problems your having. The updated CSS may only work with the newer way that we're implementing the Facebook modules. Unfortunately, we're not planning any more updates for the Joomla 1.5 release, but will help with issues like these however we can.

Doing a lot of testing, I think I've found a combination of things that should make responsive comments work. You'll have to test with the Like button as well. It seemed to work for me, but you know your site better than me.

Here are the steps:
* Remove the code from your last post from your template (if it's there).
* Add the following code to your template:
.jfbccomments iframe[style], .jfbccomments .fb_iframe_widget span { width: 100% !important; }
This is similar to previous code from a post you linked too, but modified a little.
* Remove the following from your template, if you added it there:
.fb_iframe_widget {
display: inline-block;
position: relative;
}

Your site code is obsfucated, so I can't see everything and don't feel like undoing that. If the above doesn't work, please disable the cloaking plugin or whatever you're using and we can finalize the code. It works when I make the changes in Chromes Debug tools, but just not sure if those steps are correct since I don't know where the last bit of CSS I asked to be removed is coming from.

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

None
10 years 9 months ago #34629 by cybercell
Thank you for your reply! I greatly appreciate your help!
I tried to apply the code you pasted, but without results, comment box disappears completely.
I also couldn't find the code you mentioned:
.fb_iframe_widget {
display: inline-block;
position: relative;
}

I removed the plugin that was doing the obfuscating, so please try again to determine the source of the problem.
Thank you so much!!
The topic has been locked.
Support Specialist
10 years 8 months ago #34647 by alzander
Thanks for disabling that. It makes things easier.

Please add the following lines to your template, which should override that style that Facebook is inserting above:
.fb_iframe_widget {
display: inline !important;
}

Let me know how that goes, and good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #34680 by cybercell
Thank you so much! Works perfectly now!
I appreciate your help immensely! You guys are the best!
The topic has been locked.
Support Specialist
10 years 8 months ago #34692 by alzander
Awesome! Glad to hear we could help. If you need anything else, just let us know.

Thanks,
Alex
The topic has been locked.