Topic-icon Modal popup issue following upgrade to Joomla! 3.10.2 or JFBC new installation

Active Subscriptions:

None
Hello!
I  am trying to fix a bug for several days, I read all the doc and your support forum info, but I am still blocked. This strange, as jfbconnect works very ewll on J4 ! 

Using Joomla  Joomla! 3.10.2  
_jfbconnect_v9.0.152,
JFBConnect installed but social netrwork login button not activated.

For unknown reason it seems that the login view settings is stocked on always visible... while the login view settings has always been set to Modal Popup. I disabled the JQuery. The ck templates loads its own. I cleared the cache, disabled JFBconnect... same problem. 
I progressed slightly since I added the below coding on the theme page as your recommended, the modal popup shows normally, when you click on the login button. 

Any suggestions on how to address this issue?
Thanks & regards,
Agnes 



div#login-modal.modal.in {
    display: block !important;
    background-color: #FFF;
    top: 5%;
    position: fixed;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    height: fit-content;
}

 
Attachments:
The topic has been locked.
Support Specialist
The CSS you add above definitely helps and has been included in the latest release of JFBConnect & the SClogin module. I'd highly recommend upgrading to JFBConnect v9.0.176 which includes that change as well as some other improvements based on user feedback.

On top of that, your template is missing the style for a class named "hide". We normally don't include that in our CSS as almost every other template includes it by default with, sometimes, specific tweaks for the 'hide' based on the template.

Since yours doesn't have it, I'd recommend adding the following to your templates/alf-frontpage/css/custom.css file:
.hide {
display: none;
}

With the update and the CSS fix above, things should work, or at least be a lot closer. If you still have issues though, just let us know and we'll gladly investigate further.

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

None
Hi Alex,

And it worked like a charm! What a service,
Many thanks,
Agnes
The topic has been locked.
Support Specialist
Glad we could help. Let us know if you need anything else!

Thanks,
Alex
The topic has been locked.