Topic-icon The "like" button not showing

Active Subscriptions:

None
10 years 8 months ago #35444 by fb_730255316
Hi,

I've just re-instal your great extention to avoid all the issues I had with others but I can't have the "like" button showing in my articles ...

Can you help me ? May be ther is a issue with my template or some old social code ...

Thanks for your help

Eric

www.grandcentralmiami.com/V2/9-peachfuzz-at-the-garret
The topic has been locked.
Support Specialist
10 years 8 months ago #35446 by alzander
Eric,
Your template file has a style, which looks like it's meant for responsive stuff, but it's causing a problem with the Like button. Can you edit /templates/gc-protostarmodified-template/css/template.css, and at line 6493, comment out the following block:
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

Let me know how that goes.. if it causes problems with your comments box, or something else, we'll tackle that next :D

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

None
10 years 8 months ago #35449 by fb_730255316
Hi Alex,

Yes ! it's working well ... but as you thought, now the comment box isn't responsive anymore :(
The topic has been locked.
Support Specialist
10 years 8 months ago #35463 by alzander
That should be easy to fix then. Instead of removing that block, update it to:
.jfbccomments .fb_iframe_widget, .jfbccomments .fb_iframe_widget span, .jfbccomments .fb_iframe_widget span iframe[style] { 
width: 100% !important; 
}
As always, keep me posted.

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

None
10 years 8 months ago #35470 by fb_730255316
that's great !

Thanks Alex

I'm going to go deeply now in the opengraph ;)
The topic has been locked.
Support Specialist
10 years 8 months ago #35474 by alzander
Glad to hear that helped and good luck with Open Graph. We have a big release coming out (hopefully) next week that will have a lot of improvements to Open Graph, and JFBConnect in general, and are working on a lot of new documentation and videos to go along with that release. Hopefully, you won't run into any issues, but if you do, just let us know and we'll help (or wait for the revised docs and videos and release).

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.