× Joomla Facebook Connect support forum

Topic-icon The problem is that when I like or send in JFBCLike module the box is

Active Subscriptions:

None
File Attachment:


Hello,
I want to add JFBCLike module above JFBCComments.
The problem is that when I like or send in JFBCLike module the box is displayed above JFBCComments bixed all mixed up.

I attach you a screen capture.
The issue is that I want to have "Likes" and Comments alltogether at the bottom of articles (I use Mighty Resources CCK").

I wait for your comments in order to solve this out.

Thanks for your attention.

Carlos
The topic has been locked.
Support Specialist
Carlos,
It looks to be a z-index problem with your template. The solution could be as simple as adding the following to your template's CSS file:
.jfbclike {z-index: 100}
.jfbccomments {z-index: 50}
That will always keep the Like button on top of the Comments box. If that doesn't work though, can you post (or Private Message) the URL to a page this is happening on, and we'll investigate further.

Thanks,
Alex
The topic has been locked.