Topic-icon like and send not showing but only g+ twitter and linkedin

Active Subscriptions:

None
hi Alex,
i'm having an issue with the like plugin.
i'm unable to show the like plugin and the send plugin inside the article. i only see g+ linkedin and twitter icons.

that's strange.
any idea?
The topic has been locked.
Support Specialist
Can you post a page that it's happening on? The only time we've heard of this issue is with Gavick templates. Are you using one of theirs?

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

None
14 years 6 months ago #16470 by evil
hi Alex, i'm using yootheme as always but this is the first time i use it on joomla1.7 with a template for 1.7 and your component for j1.7

i'm sending you the url in private.
The topic has been locked.
Support Specialist
Evil,
Thanks for the link to your site. The problem is because you've set an incorrect FB Language override in JFBConnect. You've used "it". You should use something like "it_IT", or simply leave that value blank.

Once fixed, the Like button looks like it should show fine.

Good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 6 months ago #16501 by evil
ops sorry my fault.
sometimes little things like this pass hundred times under your eyes and you don't notice them :)
The topic has been locked.
Active Subscriptions:

None
14 years 6 months ago #16504 by evil
on the bottom of the page i get a z-index error when the "send" div open itself...
any solution or i should move it on the top? thanks.

ps: try clicking "like"...
The topic has been locked.
Support Specialist
Evil,
You have multiple divs around the Like buttons that have the overflow property set to 'hidden'. Because of this, the expansion of the Send button is being cut off (the 'overflow' is being 'hidden'). You can try setting the overflow property to visible instead on #main-shift, #mainmiddle, #content-shift, .floatbox, and #system .item > .content

Alternatively, you can force the width of the like area to have a height of 180px, or so, which will always accomodate the popup window:
.jfbclike {height: 180px; }

There's not many other options, as your template is obscuring the contents. Hopefully, one of the above settings will fix you up.

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

None
14 years 6 months ago #16578 by evil
better if i don't touch the original code. the framework is very complex.
same if i give it a fixed height i would have 200px white under any content.

i'll put it in another place.

check it now (top left).
i still get a problem with explorer (try to click "i like" with ie9)
The topic has been locked.
Support Specialist
I just tried with IE9, and don't see any problems. It also posted to my FB wall properly. Can you explain more what's happening to you? I tried yesterday with Chrome (you didn't mention the browser then) and didn't see any problems then either.

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

None
14 years 5 months ago #16610 by evil

alzander wrote: I just tried with IE9, and don't see any problems. It also posted to my FB wall properly. Can you explain more what's happening to you? I tried yesterday with Chrome (you didn't mention the browser then) and didn't see any problems then either.

Thanks,
Alex

hi alex. explorer9 will make designer crazy :-)

i don't know the reason but in some computers it works properly, on others when you click the like button, the div flashes and no "like" is signed.
compatibility function is disabled in any case.

anyway this might be an explorer issue because is not happening on any windows installation.
The topic has been locked.