× Joomla Facebook Connect support forum

Topic-icon mod_jfbcinvite z-index problem.. any solution?

Active Subscriptions:

None
I have a problem with the mod_jfbcinvite function. It seems to stay behind most things. I can't get it on top of things. I have tried higher z-index put can't seeem to find the right place to add this?

Can anyone help me with this?

The Perfect World dev.theperfectworld.com
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9161 by claesbas
The invite is just below the login module to the left. You can register with facebook, I can delete later if you like
The topic has been locked.
Support Specialist
15 years 1 month ago #9181 by alzander
Claes,
I looked into this a bit earlier today, and the 'normal' CSS fixes that work on a lot of pages didn't immediately work for your site. I'm still investigating, and will hopefully have a better suggestion tomorrow for you.

Sorry for the delay, but just wanted to let you know I didn't miss this (or forget).

Thanks!
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9185 by claesbas
Thank you Alex! Please tell me if I can assist in any way
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9193 by claesbas
Have you change a lot in this newst version of the mod_jfbcinvite module?
The topic has been locked.
Active Subscriptions:

None
Found the perfect post, because this is exactly what's happening to me too the window to confirm sending the invitation is just behind a module on the right side of my site cannot click on confirm or send

caliderumba.com
Tab Name: INVITA TUS AMIGOS

Is there any class style to modify this?

Thanks
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9199 by claesbas
I had it working on the old module. Can't remember what I did exactly but it sure was something with z-index (and maybe position absolute). Since I upgraded everything to 3.2 this problem was hard to fix. I have tried alot with FireBug but no luck yet. My site is launching in 14 hours! www.theperfectworld.com/ <- count down! ;-) No worries; if I have to disable the invite module from start for awhile that is fine. But it would sure be a great thing to have there from start!

Any luck Alex with your testin?
The topic has been locked.
Support Specialist
15 years 1 month ago #9218 by alzander
Claes,
We broke it! We broke it! :) I'm actually glad you mentioned "What changes are in 3.2..." initially, I would have said "Nothing of consequence".. but I'd be lying. We changed all the social modules to use classes, instead of IDs, in 3.2 for better compatibility and XHTML validation. That broke the resizing javascript we use in the Invite module.

We'll release a new version shortly, but if you can make the following change, you should be good to go. In the /modules/mod_jfbcinvite/tmpl/default.php file, on line 40, change 'class' to be 'id' and add the z-index parameter as below. Both are toward the end of the line. You can just copy this line and replace what's there if that's easier:
<div style="position: relative; top:0px; left:0px; width:<?php echo $closedWidth;?>px; overflow:hidden; z-index:100" id="jfbcinvite">

Sorry for the problems, and let us know if this fixes you up or you encounter other problems. Good luck with your launch!!
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #9228 by claesbas
You are my hero Alex! That worked like a charm!

Thank you again for these great components, plugins and modules. They really make a enormous contribution to my sites!
The topic has been locked.
Support Specialist
15 years 1 month ago #9234 by alzander
Awww. You make me blush! :)

Glad we could help, and we love the complements. If you'd like to go the extra mile, we'd love a review on the Joomla Extension Directory for JFBConnect. It's certainly not required, but very appreciated.
extensions.joomla.org/extensions/social-...ook-integration/7215

Again, best of luck with your site launch, and if there's anything else we can do to help, just let us know!
The topic has been locked.