Topic-icon JFBConnect 6.2.2. - Auto Login no longer shows website behind it

Active Subscriptions:

None
Hi,
I have installed JFBConnect 6.2.2 and I have found something which I think is a change that will be confusing for my users.

In 6.1.1, (my live site) when I log into the site - the Logging in bar appears and the website is still shown behind (slightly transparent), but it shows you are still in the site

In 6.2.2, (my test site) when I log into the site - the Logging in bar appears and a Black Background is shown - my users will think there is an issue as the site has disappeared.

Why has the change happened and could this be reverted to the 6.1.1 way of staying on the site page view?

File Attachment:


File Attachment:


Thanks

Rich
The topic has been locked.
Support Specialist
We changed up our stylesheets in this release to improve performance and reduce some complexity when making modifications. It looks like we may have missed a style in your case. The fix is to update the media/sourcecoast/css/common.css . Toward the top is the following block:
.sourcecoast.modal-backdrop {
  z-index: 99990;
  position:fixed;
  top:0;
  bottom:0;
  right:0;
  left:0;
  background-color: #000000;
}
Add the following line to that block:
opacity: 0.8;
That should get you going, but if you have any other issues, just let me know!

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

None
Alex,
I added the code as requested, but it doesn't seem to have made any difference.

I don't know if it makes a difference, but I specifically notice it when I first go to the website and it auto logs in using a stored FB id.

If you want to see it go to www.fgatest.com

Thanks

Rich
The topic has been locked.
Support Specialist
Rich,

I went to your site and when I clicked the Login with Facebook button, I saw your desired behavior where the background was slightly transparent. Then when I re-logged in with the user I created, the background was transparent in that case too. Your page was probably cached, so can you look at it again please?

-Melissa
The topic has been locked.
Active Subscriptions:

None
Hi Mel,
You are correct - my apologies - it is working now.

Will this be merged into the next release, and if so do you know when that will be released?

Rich
The topic has been locked.
Support Specialist
No problem :)

I've added this to our issue tracker and checked in the code change, so it will be included in the next release. However, we don't currently have a timeframe for that release yet.
The topic has been locked.